Comment 3 for bug 1222847

Revision history for this message
guillaume thouvenin (guillaume-thouvenin) wrote : Re: xenapi: Fetched VDIs of type 'root' with a wrong UUID

I'm using EXT and the version of xenserver is the one installed with xenserver-tech-preview-release-0.3.0-0.x86_64 (Xen version 4.2.2-2021.el6 )

# xe sr-list uuid=4362c04b-e140-41f8-bcb5-36eed394576e
uuid ( RO) : 4362c04b-e140-41f8-bcb5-36eed394576e
          name-label ( RW): /var/run/sr-mount/4362c04b-e140-41f8-bcb5-36eed394576e
    name-description ( RW): Files stored in /var/run/sr-mount/4362c04b-e140-41f8-bcb5-36eed394576e
                host ( RO): r421-e2-5
                type ( RO): ext
        content-type ( RO): default

and the filesystem is :

# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3 ext4 51606140 25691052 23293648 53% /
tmpfs tmpfs 277404 4 277400 1% /dev/shm
/dev/sda1 ext4 1032088 127320 852340 13% /boot
/dev/sda4 ext4 907762552 2491248 859159560 1% /var/run/sr-mount/4362c04b-e140-41f8-bcb5-36eed394576e
xenstore tmpfs 277404 72 277332 1% /var/lib/xenstored

In /var/run/sr-mount/4362c04b-e140-41f8-bcb5-36eed394576 I can see the file created when I try to start the instance:

# ll /var/run/sr-mount/4362c04b-e140-41f8-bcb5-36eed394576e/
...
-rw-r--r--. 1 1000 1000 42025472 Dec 10 2012 a9162793-5e64-41fb-a018-c281a694fcbf.vhd
...