Hi,
before I am starting to look into the VM states diagram and digging into scripts.
the docs describe that resizing vms at vm creation time here:
https://docs.opennebula.org/5.2/operation/vm_management/vm_instances.html
what does this sentence mean?
- Increase the size of the disk container prior to launching the VM
the meaning of the second sentence is more obvious to me, it’s actually pretty clear:
- Using the contextualization packages, at boot time the VM will grow the filesystem to adjust to the new size. This is only available for Linux guests in KVM.
so does “inceasing the size of disk container…” actually mean that it resizes a qcow file (or raw disk image) using qemu-img??
if yes, then this is not supposed to work on storage backends that don’t use qcow2 (or raw images). correct?
maybe someone can point me in the right direction.
thanks and all the best
Jojo