Hi,
I have built myself a little lab of five (5) noisy old HP DL360G7 clustered, and have been learning Ceph with it.
I actually I have a well-running 2 node cluster with a TrueNAS NFS storage. While I do use a Proxmox backup server to backup this cluster's VM, I also am running scheduled snapshots on TrueNAS's ZFS filesystem, as a secondary type of backup (and as a primary backup for a non-Proxmox filesystem on the TrueNAS).
I would like to do the same with Ceph/RDB on the homelab Proxmox cluster. But I can't find how to snapshot all images, or the entire Ceph pool at once. It feels almost certain such a command exists, but I can't find what that command might be.
All I found is
But as soon as a VM image is located in the pool, it is documented to be impossible to snapshot the pool itself. And vice versa
Can somebody point me in the right direction here?
I have built myself a little lab of five (5) noisy old HP DL360G7 clustered, and have been learning Ceph with it.
I actually I have a well-running 2 node cluster with a TrueNAS NFS storage. While I do use a Proxmox backup server to backup this cluster's VM, I also am running scheduled snapshots on TrueNAS's ZFS filesystem, as a secondary type of backup (and as a primary backup for a non-Proxmox filesystem on the TrueNAS).
I would like to do the same with Ceph/RDB on the homelab Proxmox cluster. But I can't find how to snapshot all images, or the entire Ceph pool at once. It feels almost certain such a command exists, but I can't find what that command might be.
All I found is
Code:
ceph osd pool mksnap <pool-name> <snap-name>
But as soon as a VM image is located in the pool, it is documented to be impossible to snapshot the pool itself. And vice versa
Warning
If you create a pool snapshot, you will never be able to take RBD image snapshots within the pool and it will be irreversible.
Can somebody point me in the right direction here?