diff options
author | Eric Ren <zren@suse.com> | 2017-07-09 01:15:51 +0800 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2017-07-10 14:58:33 +0200 |
commit | d71b738c171bfd93eabdca3c388a637a1aa55a6c (patch) | |
tree | 7b936e851b8d935705cb7a94c886f98509fa45f5 /man/lvmcache.7_main | |
parent | 7617e08c0398bbfef66a710e377884c0793afa56 (diff) | |
download | lvm2-d71b738c171bfd93eabdca3c388a637a1aa55a6c.tar.gz |
man: specify slow device when creating origin LV
Also make the slow device name consistent everywhere.
Signed-off-by: Eric Ren <zren@suse.com>
Diffstat (limited to 'man/lvmcache.7_main')
-rw-r--r-- | man/lvmcache.7_main | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/lvmcache.7_main b/man/lvmcache.7_main index 1f291859c..6672ad307 100644 --- a/man/lvmcache.7_main +++ b/man/lvmcache.7_main @@ -41,7 +41,7 @@ Create an LV or identify an existing LV to be the origin LV. .I Example .br -# lvcreate -n lvol0 -L 100G vg +# lvcreate -n lvol0 -L 100G vg /dev/slow .SS 1. create CacheDataLV @@ -199,7 +199,7 @@ pool sub-LVs redundant. .I Example .nf 0. Create an origin LV we wish to cache -# lvcreate -L 10G -n lv1 vg /dev/slow_devs +# lvcreate -L 10G -n lv1 vg /dev/slow 1. Create a 2-way RAID1 cache data LV # lvcreate --type raid1 -m 1 -L 1G -n cache1 vg \\ |