Hi,
I have a Proxmox/Ceph cluster and two PBS systems, one local and the other one in a remote data center.
The local PBS is bigger, it has enough disk space for keep lot of backups of the virtual machines. In this one I have the next prune policy:
The remote PBS is smaller and I can keep only the las 15 versions.
If I make the first copy over the local PBS I can see this message related with the dirty-bitmap:
The second copy I see the next message and the copy is done very quick, in matter of seconds.
If I make the copy now over the remote PBS, I again get the message indicating that the dirty-bitmap is invalid:
If every day I make backup over the local PBS and then over the remote PBS, the dirty-bitmap is useless because it is invalid every time I switch from one PBS to the other.
This is a problem, because if I want to make copy of the virtual machines every hour in the local and remote PBS, it is not possible because the copy process takes so much time due that the dirty-bitmap is invalid every time I switch from PBS.
How can I avoid it?
Which is the best way of manage this two PBS, the local one with lot of disk space and the remote one with less disk space?
Thank you very much for your help.
I have a Proxmox/Ceph cluster and two PBS systems, one local and the other one in a remote data center.
The local PBS is bigger, it has enough disk space for keep lot of backups of the virtual machines. In this one I have the next prune policy:
Keep last: 30
Keep weekly: 24
Keep monthly: 12
The remote PBS is smaller and I can keep only the las 15 versions.
If I make the first copy over the local PBS I can see this message related with the dirty-bitmap:
scsi0: dirty-bitmap status: existing bitmap was invalid and has been cleared
The second copy I see the next message and the copy is done very quick, in matter of seconds.
scsi0: dirty-bitmap status: OK (35.9 GiB of 250.0 GiB dirty)
INFO: using fast incremental mode (dirty-bitmap), 35.9 GiB dirty of 250.0 GiB total
If I make the copy now over the remote PBS, I again get the message indicating that the dirty-bitmap is invalid:
scsi0: dirty-bitmap status: existing bitmap was invalid and has been cleared
If every day I make backup over the local PBS and then over the remote PBS, the dirty-bitmap is useless because it is invalid every time I switch from one PBS to the other.
This is a problem, because if I want to make copy of the virtual machines every hour in the local and remote PBS, it is not possible because the copy process takes so much time due that the dirty-bitmap is invalid every time I switch from PBS.
How can I avoid it?
Which is the best way of manage this two PBS, the local one with lot of disk space and the remote one with less disk space?
Thank you very much for your help.