Good day everyone!
So I have a number of LXC on a Proxmox VE version 7.4 cluster with 5 nodes at the moment, and recently I had a file corruption problem on one of the nodes that affected the LXC in it (both SSD-ext4 pool and ZFS pool). That's in the past, but it got me thinking how am I supposed to periodically run
Thanks in advance.
So I have a number of LXC on a Proxmox VE version 7.4 cluster with 5 nodes at the moment, and recently I had a file corruption problem on one of the nodes that affected the LXC in it (both SSD-ext4 pool and ZFS pool). That's in the past, but it got me thinking how am I supposed to periodically run
pct fsck <id>
if it needs to be stopped. I was looking for some option to run it on read-only mode or similar, just to detect the issues and inform about them. Is there any way to do so?
Code:
# pct fsck 111
cannot run fsck when container is running
Thanks in advance.