[pve-devel] [RFC pve-container 6/6] remove --totals from COMMON_TAR_FLAGS
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Nov 12 14:00:29 CET 2015
It's included in the places that execute tar since it's a
flag to modify the status output rather than the data.
---
src/PVE/LXC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index ccab284..7f375b9 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -26,7 +26,7 @@ my $nodename = PVE::INotify::nodename();
my $cpuinfo= PVE::ProcFSTools::read_cpuinfo();
-our $COMMON_TAR_FLAGS = [ '--totals', '--sparse', '--numeric-owner', '--acls',
+our $COMMON_TAR_FLAGS = [ '--sparse', '--numeric-owner', '--acls',
'--xattrs',
'--xattrs-include=user.*',
'--xattrs-include=security.capability',
--
2.1.4
More information about the pve-devel
mailing list