[pve-devel] [PATCH pve-container] Allow LXC snapshot backup with glusterfs mount point
Thomas Legay
thomas at lgy.fr
Thu Nov 12 19:48:39 CET 2020
Signed-off-by: Thomas Legay <thomas at lgy.fr>
---
src/PVE/LXC.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 9c150d9..5b54a85 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -1114,6 +1114,7 @@ my $do_syncfs = sub {
proc => 1,
sysfs => 1,
tmpfs => 1,
+ 'fuse.glusterfs' => 1,
);
# Now sync all mountpoints...
--
2.25.1
More information about the pve-devel
mailing list