Hi
I recently upgraded a 5.6 installation to 5.8.1 and am not able to deploy VMs. We have an image datastore with fs_lvm and we use raw drivers. We have a System Datastore with shared driver
When we deploy a VM, we get an error as follows “[one.vm.deploy] Image Datastore does not support transfer mode: shared”
I have seen similar problems reported on qcow2/ssh for which there was a fix mentioned on the issue Image Datastore does not support transfer mode: ssh
I tried copying the latest TM_MAD_CONF from https://github.com/OpenNebula/one/blob/master/share/etc/oned.conf but still the same error.
I see that in 5.8, TM_MAD includes a list of compatible system datastores as per Ruben.
I tried using COMPATIBLE_SYS_DS as per documentation but that doesn’t help either with the error
Am I missing something here ? Does it require a custom TM_MAD_CONF for it to work with fs_lvm ?