summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-03-02 18:09:46 +0000
committerAlasdair Kergon <agk@redhat.com>2012-03-02 18:09:46 +0000
commitd742cdf32713726d3c170c59846073d951a76a6f (patch)
treeb4f34b4c44d62e2b507cdda1b56ba14c57cf0f27 /test
parent7e35dfff3d556e0157fe5e2ed18b6123ebc4ba34 (diff)
downloadlvm2-d742cdf32713726d3c170c59846073d951a76a6f.tar.gz
lvm2-d742cdf32713726d3c170c59846073d951a76a6f.tar.xz
lvm2-d742cdf32713726d3c170c59846073d951a76a6f.zip
Change pvscan --lvmetad to pvscan --cache.
Diffstat (limited to 'test')
-rw-r--r--test/lib/aux.sh2
1 files changed, 1 insertions, 1 deletions
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
}