From 599d2d0018d31a88c61db0334c8b83142facec4c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 21 Sep 2017 09:46:30 -0700 Subject: snapshots-create.sh: disable volume header for now. volume header is not supported by: - Docker (#631644) - tarsync (#631616) Bug: https://bugs.gentoo.org/631644 Bug: https://bugs.gentoo.org/631616 Signed-off-by: Robin H. Johnson --- snapshots-create.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snapshots-create.sh b/snapshots-create.sh index b640fb2..90eb555 100755 --- a/snapshots-create.sh +++ b/snapshots-create.sh @@ -127,7 +127,10 @@ if [ ! -f "${FILENAME%.bz2}" ]; then --no-xattrs --no-selinux # Include a volume ID for tracing - -V "${FILENAME%.bz2}" + # volume header is not supported by: + # - Docker https://bugs.gentoo.org/631644 + # - tarsync https://bugs.gentoo.org/631616 + # -V "${FILENAME%.bz2}" # do everything relative to the destination -C "${MASTER}" # The . needs to match the file argument -- cgit v1.2.3-65-gdbad