diff options
author | Alasdair Kergon <agk@redhat.com> | 2012-03-02 18:09:46 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2012-03-02 18:09:46 +0000 |
commit | d742cdf32713726d3c170c59846073d951a76a6f (patch) | |
tree | b4f34b4c44d62e2b507cdda1b56ba14c57cf0f27 /doc/lvmetad_design.txt | |
parent | 7e35dfff3d556e0157fe5e2ed18b6123ebc4ba34 (diff) | |
download | lvm2-d742cdf32713726d3c170c59846073d951a76a6f.tar.gz |
Change pvscan --lvmetad to pvscan --cache.
Diffstat (limited to 'doc/lvmetad_design.txt')
-rw-r--r-- | doc/lvmetad_design.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lvmetad_design.txt b/doc/lvmetad_design.txt index 45e065160..3b336eced 100644 --- a/doc/lvmetad_design.txt +++ b/doc/lvmetad_design.txt @@ -51,8 +51,8 @@ an accurate (up to the data it has received) image of the VGs available in the system. I imagine we could extend the pvscan command (or add a new one, say lvmetad_client, if pvscan is found to be inappropriate): - $ pvscan --lvmetad /dev/foo - $ pvscan --lvmetad --remove /dev/foo + $ pvscan --cache /dev/foo + $ pvscan --cache --remove /dev/foo These commands would simply read the label and the MDA (if applicable) from the given PV and feed that data to the running lvmetad, using |