Hi folks
There is this customer that has a Supermicro server, and a rise card with a RAID card and 1 nvme.
The rise card has 3 slot:
First slot has a RAID card
Second one has an nvme
Third - and last - one was empty
In the RAID card he had installed Proxmox VE 7.x. (Ok! I know that is time to...
Ooops...
Ok folks.
My bad!
This topic was alread discused here:
https://forum.proxmox.com/threads/solved-looks-like-a-qm-movedisk-bug-reclaim-disk-space-when-move-virtual-disk-from-lvm-to-directory.76706/
The vm needs to be offline before move disk.
Sorry guys. My bad.
So how to explain that I can create a virtual image with 1TB using qcow2 and directory based storage??
qemu-img info vm-104-disk-1.qcow2
image: vm-104-disk-1.qcow2
file format: qcow2
virtual size: 1 TiB (1099511627776 bytes)
disk size: 208 KiB
cluster_size: 65536
Format specific information...
As i said, new disk image works fine.
I was able to create a 1TB of size in the /vms mounted point, which has just about 900GB!
Already tried preallocation off, default, metadata and nothing changes when migra virtual disk from local-lvm to directory based storage.
Hi there
I have a couple of vm using the local-lvm storage.
I attached a directory storage and when move the disk of the vm from local-lvm to the directory storage, using qcow2, the disk image fill all the qcow2 image.
Is that right?
For instance, I have a VM with has the disk image about 100G...
Ok.
Turns out I needs to do it in two process:
1 - in order to create the separate DB and add it to the OSD, I used the script provided by @mitcHELLspawn . Thanks a lot
So I did this:
vgcreate cephdb /dev/sdc
add-db-to-osd.sh -b 280G -d /dev/sdc -o 0
Works as charm.
2 - in order to create the...