Morpheus
(Garry Vardanyan)
March 31, 2022, 3:41am
1
Hi,
We are deploing new 6.2 OpenNebula instance. I am trying to add LVM datastore according to documentation but it keeps utilizing the local storage. It created images as files it local filesystem. It is very simple KVM only deployment. Anyone had similar issue?
Thank you.
Garry
dclavijo
(Daniel Clavijo)
March 31, 2022, 2:28pm
2
Note that for the case of LVM, there are two transfer modes available according to the documentation .
NFS mode : The image files are available directly in the Hosts through a distributed file system, e.g. NFS or GlusterFS ( fs_lvm
).
SSH mode : The image files are transferred to the Host through the SSH protocol ( fs_lvm_ssh
).
So the later will run the images using the local storage of the hypervisor.
Morpheus
(Garry Vardanyan)
March 31, 2022, 2:32pm
3
Hi,
Thank you for response. I am looking to use LVM not files.
cgonzalez
(Christian González)
April 4, 2022, 7:51am
4
Hi @Morpheus ,
Note that for LVM drivers, images are stored as files in the image DS, and later converted to a LV when used by a VM into the system DS.