Search results

  1. I

    Multiple Ceph-clusters

    Hi, I saw that the cluster name for ceph is hard wired in the Cephtools.pm file, is it possible to open it up so that you can specify the cluster name in storage.cfg? Thanks, Josef
  2. I

    Use storage network for migration

    Hi, I was wondering if it's possible to use the storage network instead of the cluster-network for migration, since you often have a lot more bandwidth there. Cheers, Josef
  3. I

    Failed snapshot removal

    Hi, Using Ceph and Proxmox VE, removing a VMs snapshot with memory snapshot enabled, it fails miserably. A normal snapshot without memory snapshot works splendidly. The error in the end sounds scary, does it try to remove the base image? Cheers, Josef dpkg -l pve*...
  4. I

    Cloning is not sparse in CEPH

    Hi, It seems that doing a full clone is quite intense and you loose sparse on images. Any reason for not using rbd flatten instead of qemu-img convert? i.e, first clone the image and then flatten it. Cheers, Josef