mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lv_types: sort order of types
Order is used for man page generation (although not completely). So place 'zero & error' to the end of list. Keep linear,striped,snapshot in front. For the rest use alphabetic order.
This commit is contained in:
parent
026344e8cc
commit
60bad2f22d
@ -23,22 +23,22 @@
|
||||
lvt(linear)
|
||||
lvt(striped)
|
||||
lvt(snapshot) /* lv_is_cow, lv_is_thick_snapshot */
|
||||
lvt(thin)
|
||||
lvt(thinpool)
|
||||
lvt(cache)
|
||||
lvt(cachepool)
|
||||
lvt(vdo)
|
||||
lvt(vdopool)
|
||||
lvt(vdopooldata)
|
||||
lvt(integrity)
|
||||
lvt(mirror)
|
||||
lvt(raid) /* any raid type */
|
||||
lvt(raid0)
|
||||
lvt(raid1)
|
||||
lvt(raid10)
|
||||
lvt(raid4)
|
||||
lvt(raid5)
|
||||
lvt(raid6)
|
||||
lvt(raid10)
|
||||
lvt(thin)
|
||||
lvt(thinpool)
|
||||
lvt(vdo)
|
||||
lvt(vdopool)
|
||||
lvt(vdopooldata)
|
||||
lvt(writecache)
|
||||
lvt(integrity)
|
||||
lvt(error)
|
||||
lvt(zero)
|
||||
lvt(error)
|
||||
|
Loading…
Reference in New Issue
Block a user