From d742cdf32713726d3c170c59846073d951a76a6f Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 2 Mar 2012 18:09:46 +0000 Subject: Change pvscan --lvmetad to pvscan --cache. --- test/lib/aux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 4ae596dd..4543b413 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -80,7 +80,7 @@ prepare_lvmetad() { notify_lvmetad() { if test -e LOCAL_LVMETAD; then - pvscan --lvmetad "$@" || true + pvscan --cache "$@" || true fi } -- cgit