Displaying 4 results from an estimated 4 matches for "newdisknam".
Did you mean:
newdiskname
2016 Feb 19
2
problem cloning storage pool volume
...ollowing the steps
described here:
http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/libvirt_application_development_guide_using_python-Storage_Pools-Cloning.html
My code looks like:
destXML = """
<volume>
<name>"""+newDiskName+""".qcow2</name>
<target>
<path>/jffs2/disk0/"""+poolName+'/'+newDiskName+""".qcow2</path>
<format type='qcow2'/>
<permissions>
<owne...
2016 Feb 19
2
Re: problem cloning storage pool volume
....org/docs/libvirt-appdev-guide-python/en-US/html/libvirt_application_development_guide_using_python-Storage_Pools-Cloning.html
>>
>> My code looks like:
>>
>> destXML = """
>> <volume>
>> <name>"""+newDiskName+""".qcow2</name>
>> <target>
>>
>> <path>/jffs2/disk0/"""+poolName+'/'+newDiskName+""".qcow2</path>
>> <format type='qcow2'/>
>> <p...
2016 Feb 19
0
Re: problem cloning storage pool volume
...here:
>http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/libvirt_application_development_guide_using_python-Storage_Pools-Cloning.html
>
>My code looks like:
>
> destXML = """
> <volume>
> <name>"""+newDiskName+""".qcow2</name>
> <target>
>
><path>/jffs2/disk0/"""+poolName+'/'+newDiskName+""".qcow2</path>
> <format type='qcow2'/>
> <permissions>
>...
2016 Feb 22
0
Re: problem cloning storage pool volume
...-guide-python/en-US/html/libvirt_application_development_guide_using_python-Storage_Pools-Cloning.html
>>>
>>> My code looks like:
>>>
>>> destXML = """
>>> <volume>
>>> <name>"""+newDiskName+""".qcow2</name>
>>> <target>
>>>
>>> <path>/jffs2/disk0/"""+poolName+'/'+newDiskName+""".qcow2</path>
>>> <format type='qcow2'/>
>>>...