Hello all,
I'm running a cluster of servers for one of my customers, which are Debian 12 based VMs on my PVE cluster. 2 of those servers are web servers, and need to have exactly the same content to be served by the web servers. I'm using DRBD to sync the data in real time between the two servers. On top of the DRBD block device I'm running OCFS2, to have a cluster aware filesystem.
This all runs file and the data is instantly available on both servers, like designed!
The issue I'm having is in regards to backup. These VMs are backed up to a Proxmox Backup Server. This gives me the advantage that I can restore single files from the backups. Except for this OCFS2 filesystem. It looks like it isn't supported by PBS or PVE, not sure.
A few questions:
1. Do I even have valid backups now? Can I at least restore the complete filesystem, if needed?
2. Can I get single file restoration to work again by installing OCFS2 filesystem software (enable kernel drivers and such) on PBS? Or do I need to install this on my PVEs? Or both?
Or should I forget about getting files out of the OCFS2 filesystem, and do I need to think about a different way to get single file backups again.
I'm running a cluster of servers for one of my customers, which are Debian 12 based VMs on my PVE cluster. 2 of those servers are web servers, and need to have exactly the same content to be served by the web servers. I'm using DRBD to sync the data in real time between the two servers. On top of the DRBD block device I'm running OCFS2, to have a cluster aware filesystem.
This all runs file and the data is instantly available on both servers, like designed!
The issue I'm having is in regards to backup. These VMs are backed up to a Proxmox Backup Server. This gives me the advantage that I can restore single files from the backups. Except for this OCFS2 filesystem. It looks like it isn't supported by PBS or PVE, not sure.
A few questions:
1. Do I even have valid backups now? Can I at least restore the complete filesystem, if needed?
2. Can I get single file restoration to work again by installing OCFS2 filesystem software (enable kernel drivers and such) on PBS? Or do I need to install this on my PVEs? Or both?
Or should I forget about getting files out of the OCFS2 filesystem, and do I need to think about a different way to get single file backups again.