Search results

  1. H

    After enabling CEPH pool one-way mirroring pool usage is growing up constantly and pool could overfull shortly

    @isodude I can't seem to see any field active_set or minimum_set from the output. This is one example { "name": "csi-vol-e531e023-7c53-11ed-a59c-763d294f4792", "global_id": "cd9abe46-d63a-4e81-b852-3f39d1e20c60", "state": "up+replaying", "description": "replaying...
  2. H

    After enabling CEPH pool one-way mirroring pool usage is growing up constantly and pool could overfull shortly

    @isodude on my proxmox host under /etc/pve/priv/ceph/ can only see keyring and secret files (which use for authentication). Or you mean we can create <storage_name>.conf and put it there? I doubt it will have any impact.
  3. H

    After enabling CEPH pool one-way mirroring pool usage is growing up constantly and pool could overfull shortly

    @isodude oh, i didn't know it's client side. If that's proxmox host, it should be in /etc/ceph/ceph.conf or /etc/pve/storage.cfg ? and which option should I put there? cause you mentioned two
  4. H

    After enabling CEPH pool one-way mirroring pool usage is growing up constantly and pool could overfull shortly

    Thanks @NetUser for quick response. I have checked all VM disk images in pool name and found that only one VM got this journaling issue (among 47 VMs currently mirroring). I cleaned up all journal data for this vm with rbd -p <pool-name> --image vm-1011-disk-0 journal reset and then enable...
  5. H

    After enabling CEPH pool one-way mirroring pool usage is growing up constantly and pool could overfull shortly

    We're seeing same issue with our setup. Another user also reported here: https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/message/J7THW4JI3NMDLYKKAFXLOEPWZXXZXJV6/ Anyone got any clues how to fix?
  6. H

    HA Configuration

    Thanks a lot for quick response @aaron . I know there is Rest API to shutdown/stop the VM, however if you think about other cloud providers such as AWS, Azure, Digital Ocean... they do support to shutdown from Guest OS. I was just wondering if Proxmox ever have any kind of communication from...
  7. H

    HA Configuration

    @Stoiko Ivanov : Sorry, could you please see my above concern?
  8. H

    HA Configuration

    If we shutdown the VM from Guest-OS, Proxmox HA will automatically bring up the VM again. I know we can shutdown/stop the VM from Web UI or using CLI (qm shutdown VMID), but I really want to find a way to shut it down from Guest OS. I also aware about qemu-guest-agent, acpi stuff, but seems it's...