Search results

  1. I

    Feature Request: Show consumed storage per namespace

    Currently there is no way to see how much storage each namespace is consuming. It would be great if this feature was available. There doesn't seem to be a clear way to do this even from the CLI: root@backup:/mnt/datastore/node03-store# du -h -x -d 1 . 2.9T ./.chunks 350M ./ns 2.9T ...
  2. I

    ceph-msgr stuck at 100% CPU after upgrade to Proxmox 6

    As the title suggests, I've upgraded two non-Ceph nodes from 5.4 to 6 and after a reboot both have the ceph-msgr processes locked at 100%: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 13 root 20 0 0 0...
  3. I

    Adding an OSD requires root

    We've split users into groups and allocated different roles to each group (essentially admins and non-admin users). Non-admin users are limited to performing VM functions, while users in the admin group have the built-in role "Administrator" applied. This should give them the ability to perform...
  4. I

    Cold Standby

    Hi all, Firstly, a little background so you know where I am: I used to run two physical CentOS servers at home as active/standby for a few personal projects. The active server ran mail, ownCloud, databases etc etc, and each night the active server sent a WoL to the standby and rsync'd...