1
0
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:
Zdenek Kabelac 2024-05-13 12:00:59 +02:00
parent 026344e8cc
commit 60bad2f22d

View File

@ -23,22 +23,22 @@
lvt(linear) lvt(linear)
lvt(striped) lvt(striped)
lvt(snapshot) /* lv_is_cow, lv_is_thick_snapshot */ lvt(snapshot) /* lv_is_cow, lv_is_thick_snapshot */
lvt(thin)
lvt(thinpool)
lvt(cache) lvt(cache)
lvt(cachepool) lvt(cachepool)
lvt(vdo) lvt(integrity)
lvt(vdopool)
lvt(vdopooldata)
lvt(mirror) lvt(mirror)
lvt(raid) /* any raid type */ lvt(raid) /* any raid type */
lvt(raid0) lvt(raid0)
lvt(raid1) lvt(raid1)
lvt(raid10)
lvt(raid4) lvt(raid4)
lvt(raid5) lvt(raid5)
lvt(raid6) lvt(raid6)
lvt(raid10) lvt(thin)
lvt(thinpool)
lvt(vdo)
lvt(vdopool)
lvt(vdopooldata)
lvt(writecache) lvt(writecache)
lvt(integrity)
lvt(error)
lvt(zero) lvt(zero)
lvt(error)