Search results

  1. D

    [SOLVED] Shrink disk on Ceph

    Sorry for late answer.. If your partition table is gpt, doing the qemu-img resize -f raw --shrink rbd:<pool>/<disk-img> <size> you will drop it (usually gpt partition table stay at the end of the disk). So you need to rebuild it from scratch.