38 lines
1.3 KiB
Diff
Executable File
38 lines
1.3 KiB
Diff
Executable File
WHATS_NEW | 1 +
|
|
scripts/vgimportclone.sh | 4 ++--
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/WHATS_NEW b/WHATS_NEW
|
|
index f41475c..1718c29 100644
|
|
--- a/WHATS_NEW
|
|
+++ b/WHATS_NEW
|
|
@@ -1,5 +1,6 @@
|
|
Version 2.02.131 -
|
|
=====================================
|
|
+ Fix vgimportclone cache_dir path name (2.02.115).
|
|
Disallow usage of --stripe and --stripesize when creating cache pool.
|
|
Swapping of LV identifiers handles more complex LVs.
|
|
Fix VG metadata comparison failure while scanning the VG for lvmetad.
|
|
diff --git a/scripts/vgimportclone.sh b/scripts/vgimportclone.sh
|
|
index 388d14c..af8cf5c 100755
|
|
--- a/scripts/vgimportclone.sh
|
|
+++ b/scripts/vgimportclone.sh
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/bash
|
|
|
|
# Copyright (C) 2009 Chris Procter All rights reserved.
|
|
-# Copyright (C) 2009 Red Hat, Inc. All rights reserved.
|
|
+# Copyright (C) 2009-2015 Red Hat, Inc. All rights reserved.
|
|
#
|
|
# This file is part of LVM2.
|
|
#
|
|
@@ -239,7 +239,7 @@ LVMCONF=${TMP_LVM_SYSTEM_DIR}/lvm.conf
|
|
|
|
CMD_CONFIG_LINE="devices { \
|
|
scan = [ \"${TMP_LVM_SYSTEM_DIR}\" ] \
|
|
- cache_dir = \"$TMP_LVM_SYSTEM_DIR}/cache\"
|
|
+ cache_dir = \"${TMP_LVM_SYSTEM_DIR}/cache\"
|
|
global_filter = [ \"a|.*|\" ] \
|
|
${FILTER}
|
|
} \
|