Displaying 2 results from an estimated 2 matches for "legacy_mode".
2012 Feb 13
2
xcp : vm installation
...ocalhost.
After
stopping apache2 with a  “service apache2
stop”, the xcp-xapi libs can be restarted, and looks like they are working
properly.
I try then
to create a storage to prepare my vm installation:
 #xe sr-create name-label=centos6 type=iso
device-config:location=/.../centos6 device-config:legacy_mode=true
content-type=iso
Then I tried
installing a vm with:
#xe
vm-install new-name-label=centos6bob sr-name-label=centos6 template=CentOS\ 6\
\(32-bit\)
You
attempted an operation that was not allowed.
reason:
Cannot copy a VM''s disks to an ISO SR
getting the
error up here.
I tried also
c...
2012 Nov 07
0
Bug#687319: #687319 also fixes local-SR mounting of ISOs, not just from NFS
Mounting ISOs now works as designed when using "local SR"-storage of ISO's 
too.
Example local SR created (from cli) :
   xe sr-create name-label=isostorage type=iso 
device-config:location=/home/isostorage device-config:legacy_mode=true 
content-type=iso shared=true
   xe sr-scan UUID=<UUID given from the above>
ISO-files are now available and listed properly in xencenter and from cli, 
and devices are handled appropriately in the VM as it should:
   lrwxrwxrwx 1 root root 4 Nov  7 23:39 /dev/cdrom -> xvdd
   brw-r...