search for: srcdisk

Displaying 4 results from an estimated 4 matches for "srcdisk".

2016 Feb 19
2
problem cloning storage pool volume
...<owner>-1</owner> <group>-1</group> <mode>0644</mode> <label>virt_image_t</label> </permissions> </target> </volume>""" srcDisk = tmpPool.storageVolLookupByName(vDisk) newVol = sp.createXMLFrom(destXML,srcDisk, 0) According to the steps described in the link, this should be it; but I can't start any VM that are using this volume. Also comparing the volume XML files for src/dest it looks like the format is not copied o...
2016 Feb 19
2
Re: problem cloning storage pool volume
...up>-1</group> >> <mode>0644</mode> >> <label>virt_image_t</label> >> </permissions> >> </target> >> </volume>""" >> >> srcDisk = tmpPool.storageVolLookupByName(vDisk) >> newVol = sp.createXMLFrom(destXML,srcDisk, 0) >> >> According to the steps described in the link, this should be it; but I >> can't start any VM that are using this volume. >> >> Also comparing the volume XML files f...
2016 Feb 19
0
Re: problem cloning storage pool volume
...> <group>-1</group> > <mode>0644</mode> > <label>virt_image_t</label> > </permissions> > </target> > </volume>""" > >srcDisk = tmpPool.storageVolLookupByName(vDisk) >newVol = sp.createXMLFrom(destXML,srcDisk, 0) > >According to the steps described in the link, this should be it; but I >can't start any VM that are using this volume. > >Also comparing the volume XML files for src/dest it looks like th...
2016 Feb 22
0
Re: problem cloning storage pool volume
...gt;> <mode>0644</mode> >>> <label>virt_image_t</label> >>> </permissions> >>> </target> >>> </volume>""" >>> >>> srcDisk = tmpPool.storageVolLookupByName(vDisk) >>> newVol = sp.createXMLFrom(destXML,srcDisk, 0) >>> >>> According to the steps described in the link, this should be it; but I >>> can't start any VM that are using this volume. >>> >>> Also comparin...