XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    VDI not showing in XO 5 from Source.

    Scheduled Pinned Locked Moved Unsolved Management
    34 Posts 15 Posters 2.7k Views 14 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Offline
      Pilow @wilsonqanda
      last edited by

      @wilsonqanda HAHA. problem resolved instantly for me on last SR I had the troubles
      6593f43e-d85b-4865-8797-e9f949e07b88-{B255D2FD-7E51-4E65-B85F-05A24582BBF0}.png

      playing with the "rescan all ISO SRs" made the guest tools iso reappear

      AND ALL MY OTHER VDIs ON THIS SR/HOST that were invisible

      donnnnn't ask me HOW... πŸ˜„

      01c9cf72-44fb-4e96-abd5-c39290d20784-{535A410A-4F18-4281-A1D9-23113829E6C4}.png

      but this trick didn't work on other local RAID5 SR that have the problem πŸ˜•

      1 Reply Last reply Reply Quote 0
      • GheppyG Offline
        Gheppy
        last edited by Gheppy

        I have the same problem with 2 servers.
        The solution for me was to:

        • migrate the VM between servers with different SR or to a 3rd one.
        • export-import, virtual machines that are not that important and may have downtime.
        P 1 Reply Last reply Reply Quote 0
        • P Offline
          Pilow @Gheppy
          last edited by

          @Gheppy if you can have downtime snapshot/revert works

          1 Reply Last reply Reply Quote 0
          • L Offline
            limezest
            last edited by

            I'm seeing this same problem in my lab, and I've found a symptom that I'm calling "VDI super-parents"

            There is a VDI metadata field called "snapshots:" if your VM has snapshots, this field will be populated with a list of the snapshot VDI UUIDs.
            If your VM has no snapshots, this field will be empty.
            If your VM is a super-parent, it will have a list of VDI UUIDs that are actually the primary disk for other, unrelated VMs. In this case, XO5 will hide those VDIs from the list of disks because they've been determined to be snapshots.

            As far as I can tell, XO5 has two methods for figuring out which VDI are snapshots:

            1. It looks at the "is-a-snapshot:" field
            2. It builds a map of parents and children from the "snapshot-of:" and "snapshots:" metadata fields (as @pilow found)

            XO6 seems to only look at the "is-a-snapshot:" metadata field.

            Now here's the question: why is this happening? I only started seeing this behavior after installing XO6 preview.
            Maybe it was due to an incomplete backup operation?
            I have a bunch of VMs which are clones of a template.
            I use iSCSI SRs.

            Doing a xe vdi-copy to a new SR collapses the snapshot chain and makes new VDI metadata, and then I did a vbd unplug and destroy, then connected the copied VDI to a new VBD. This fixed the problem for the first test VM that I messed with.

            1 Reply Last reply Reply Quote 0
            • olivierlambertO Offline
              olivierlambert Vates πŸͺ Co-Founder CEO
              last edited by

              @anthoineb have we found a possible explanation?

              W 1 Reply Last reply Reply Quote 0
              • W Offline
                wilsonqanda @olivierlambert
                last edited by wilsonqanda

                Hello All,

                This issue seem to completely go away on a older branch/tag if i build it from below for XO:
                xo-lite-v0.17.0

                So the issue I would think is coming from the newer version of XO. Not sure best way to test this. So I am going back to an older commit.

                If anyone has any suggestion I can try helping as its an annoying issue.

                1 Reply Last reply Reply Quote 0
                • andrewperryA Offline
                  andrewperry
                  last edited by andrewperry

                  We have been quietly suffering without the time to try and resolve it for the past couple of months.

                  I have now spent the day trying to resolve it in our environment, as we have one SR having this problem with some hundreds! of vdi.

                  I am having the same problem whether running the docker container version of XO CE or the local install on a VM we've been using for ages.

                  It seems that the api call from the VDIs tab in v6 (Disks in v5) may be triggering a call to the wrong url, without the /rest/v0 prefix:

                  sudo journalctl -u xo-server -n 300 --no-pager

                  2026-02-26T06:01:57.169Z xo:rest-api:error-handler INFO [GET] /vms/[[UUID]]/vdis (404)

                  I had the same experience as some others for a while, a couple of months ago, where it would not show up in the v5 UI but was showing in v6, but very quickly after that it stopped working in either.

                  I know that these are VDIs with a snapshot in the chain, for example a parent VDI that may have two snapshots from it.

                  I had thought the issue may have something to do with https://github.com/vatesfr/xen-orchestra/pull/9381, as it was around this time that I saw the problem in v6 - but I see that this topic was started just before Christmas so there must have been something else too, perhaps that is when it emerged in v5 and this later patch then surfaced it in v6.

                  If I run curl with the /rest/v0 prefix to the url I don't get the 404.

                  I hope this helps to track it down!

                  MathieuRA opened this pull request in vatesfr/xen-orchestra

                  closed fix(rest-api): fix getVmVdis and enhance the type #9381

                  florentF 1 Reply Last reply Reply Quote 0
                  • florentF Offline
                    florent Vates πŸͺ XO Team @andrewperry
                    last edited by

                    @andrewperry hi this is an identified issue on xapi / storage side
                    this commit is making it visible .

                    Pinging @anthoineb here for more info

                    andrewperryA bogikornelB 2 Replies Last reply Reply Quote 1
                    • andrewperryA Offline
                      andrewperry @florent
                      last edited by

                      @florent Thanks, if there is something I need to do to coalesce the vdis to avoid disaster, that would be good to understand. I had been thinking it was just an XO issue that would not affect running vms and their vdis.

                      1 Reply Last reply Reply Quote 0
                      • DanpD Danp referenced this topic
                      • bogikornelB Offline
                        bogikornel @florent
                        last edited by

                        @florent The following error occurred:

                        Mar 16 18:38:10 XOA xo-server[4001]: 2026-03-16T17:38:10. 246Z xo:rest-api:error-handler INFO [GET] /vms/0691be81-7ce9-7dba-9387-5620f8e0c52f/vdis (404)

                        XO version: Master, commit 15917
                        xcp-ng version: 8.3 with the latest updates.

                        What’s interesting is that there are two xcp-ng servers, and the problem only occurs on one of them.

                        1 Reply Last reply Reply Quote 0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better πŸ’—

                        Register Login
                        • First post
                          Last post