[pve-devel] [PATCH manager] Allow vzdump to use tmpfs for temporary files.
Martin Lablans
code at martin.lablans.de
Sun Jul 23 19:40:58 CEST 2017
Signed-off-by: Martin Lablans <code at martin.lablans.de>
---
PVE/VZDump.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index 004672d..d1b8cc2 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -19,7 +19,7 @@ use PVE::JSONSchema qw(get_standard_option);
use PVE::HA::Env::PVE2;
use PVE::HA::Config;
-my @posix_filesystems = qw(ext3 ext4 nfs nfs4 reiserfs xfs);
+my @posix_filesystems = qw(ext3 ext4 nfs nfs4 reiserfs xfs tmpfs);
my $lockfile = '/var/run/vzdump.lock';
--
2.1.4
More information about the pve-devel
mailing list