Hi again,
TM_MAD = [
EXECUTABLE = "one_tm",
ARGUMENTS = "-t 15 -d dummy,lvm,shared,fs_lvm,qcow2,ssh,ceph,dev,vcenter,iscsi_libvirt"
]
There is no driver that responds to the name DS_MAD, only configurations for the different drivers (lvm, ceph, libvirt, dummy, etc. as DS_MAD_CONF), that’s why I copied DATASTORE_MAD. If it’s not what you expect let me know.
DATASTORE_MAD = [
EXECUTABLE = "one_datastore",
ARGUMENTS = "-t 15 -d dummy,fs,lvm,ceph,dev,iscsi_libvirt,vcenter -s shared,ssh,ceph,fs_lvm,qcow2,vcenter"
]
Image information:
<IMAGE>
<ID>542</ID>
<UID>21</UID>
<GID>0</GID>
<UNAME>xxxx</UNAME>
<GNAME>oneadmin</GNAME>
<NAME>CentOS 7.6</NAME>
<PERMISSIONS>
<OWNER_U>1</OWNER_U>
<OWNER_M>1</OWNER_M>
<OWNER_A>0</OWNER_A>
<GROUP_U>0</GROUP_U>
<GROUP_M>0</GROUP_M>
<GROUP_A>0</GROUP_A>
<OTHER_U>0</OTHER_U>
<OTHER_M>0</OTHER_M>
<OTHER_A>0</OTHER_A>
</PERMISSIONS>
<TYPE>0</TYPE>
<DISK_TYPE>0</DISK_TYPE>
<PERSISTENT>0</PERSISTENT>
<REGTIME>1562665508</REGTIME>
<SOURCE><![CDATA[/var/lib/one//datastores/xxx/c61632cb586d2f44daae44b33baf60a1]]></SOURCE>
<PATH><![CDATA[]]></PATH>
<FSTYPE><![CDATA[qcow2]]></FSTYPE>
<SIZE>10240</SIZE>
<STATE>2</STATE>
<RUNNING_VMS>2</RUNNING_VMS>
<CLONING_OPS>0</CLONING_OPS>
<CLONING_ID>-1</CLONING_ID>
<TARGET_SNAPSHOT>-1</TARGET_SNAPSHOT>
<DATASTORE_ID>100</DATASTORE_ID>
<DATASTORE>xxx</DATASTORE>
<VMS>
<ID>4518</ID>
<ID>4625</ID>
</VMS>
<CLONES/>
<APP_CLONES/>
<TEMPLATE>
<DEV_PREFIX><![CDATA[hd]]></DEV_PREFIX>
<DRIVER><![CDATA[qcow2]]></DRIVER>
</TEMPLATE>
<SNAPSHOTS>
<ALLOW_ORPHANS><![CDATA[NO]]></ALLOW_ORPHANS>
<NEXT_SNAPSHOT><![CDATA[0]]></NEXT_SNAPSHOT>
</SNAPSHOTS>
</IMAGE>
Finally, the problem in 5.6.1 is that you comment: when instantiating the VM and specifying a different disk size than the original image, this new size is not reflected on the VM disk (disk.0) on Sunstone as well as the VM template shows the size that has been defined.
In 5.6.1, when resizing the disk once the VM is running, the modification is successful.
In addition to the above, in 5.8.5 I have found that with this version, the disk resize after the VM is in a running state does not always work. For the image from which I copied the information does not work.
Thanks in advance.