From 8f90f632f565f9796603e6fef081ab9ecd0f9e49 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Sat, 17 Jan 2015 11:29:38 +0000 Subject: [PATCH] vgimportclone: Say safe to ignore lvmetad message. --- scripts/vgimportclone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vgimportclone.sh b/scripts/vgimportclone.sh index 719cd8dbb..9d319bd97 100755 --- a/scripts/vgimportclone.sh +++ b/scripts/vgimportclone.sh @@ -369,6 +369,7 @@ then if [ "$use_lvmetad" = "1" ] then echo "Notifying lvmetad about changes since it was disabled temporarily." + echo "(This resolves any WARNING message about restarting lvmetad that appears above.)" LVM_OPTS="${LVM_OPTS} --cache" fi