XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. rkelley
    3. Topics
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 28
    • Groups 0

    Topics

    • R

      Stuck tasks after enabling Usage Reporting

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      8
      1
      0 Votes
      8 Posts
      1k Views
      R
      @heman Yep, I have a separate storage network from my management network. Thanks for the tip! I will check it out...
    • R

      Backup scheduled jobs in XO?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      5
      0 Votes
      5 Posts
      721 Views
      R
      @olivierlambert Thanks!
    • R

      bug: UEFI boot parameters not preserved with Delta backups

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      6
      0 Votes
      6 Posts
      1k Views
      julien-fJ
      Thank you all for your help Please try the fix-uefi-delta-backups branch and keep me posted.
    • R

      Unknown error - this pool is already connected

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      15
      0 Votes
      15 Posts
      4k Views
      P
      This is an old thread, but I ran into this myself recently. While there is a link to deleting the entire XO configuration, I think I fixed it with a less drastic solution. Remember: I'm just a random dude on the internet posting dangerous commands to try. It worked for me, but your mileage might vary. I run Xen Orchestra in a container (Xen Orchestra, commit e8733 at the time of writing). So I got a command line in the container with: docker exec -it xoa bash Then I ran redis-cli to get a redis command prompt. I typed KEYS * to get a list of keys. One key I saw was: 7) xo:server_host:172.30.0.214". That's the IP of the host I was trying to join (the master of a single-host pool). So I ran: del xo:server_host:172.30.0.214 Then I restarted my container with docker restart xoa. After that, I was able to successfully add the host to Xen Orchestra. Maybe this will help someone else. It got me working again.
    • R

      XOA Backup/Restore Screen - enhancement suggestions

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      2
      2 Votes
      2 Posts
      532 Views
      olivierlambertO
      You should use GitHub and create an issue. This will be taken into account for XO 6 web UI