Hi,
how do I shrink a disk on a Ceph-Cluster (the workflow to reduce the partition beforehand is clear)?
I tried
but failed.
Yes, the "qm" manual says that shrinking is not supported but here it sounds as it is supported. Or is "qm" the PVE API mentioned over there? So what would be the manual way instead?
If it is qemu-img, I probably have to mount the Ceph pool manually to access the disk? How is the mount done?
Thanks in advance for help!
Edit: As I unterstand "qm" is not the PVE API mentioned in the wiki as it stands for the "Qemu/KVM Virtual Machine Manager". The PVE API is probably the WebUI (which does not support a shrink, yes) or the REST API.
how do I shrink a disk on a Ceph-Cluster (the workflow to reduce the partition beforehand is clear)?
I tried
Code:
root@server:~# qm resize 111 scsi1 40G
shrinking disks is not supported
but failed.
Yes, the "qm" manual says that shrinking is not supported but here it sounds as it is supported. Or is "qm" the PVE API mentioned over there? So what would be the manual way instead?
If it is qemu-img, I probably have to mount the Ceph pool manually to access the disk? How is the mount done?
Thanks in advance for help!
Edit: As I unterstand "qm" is not the PVE API mentioned in the wiki as it stands for the "Qemu/KVM Virtual Machine Manager". The PVE API is probably the WebUI (which does not support a shrink, yes) or the REST API.
Last edited: