summaryrefslogtreecommitdiff
path: root/tools/lv_types.h
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-07-02 10:50:41 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-07-09 15:28:35 +0200
commita821b88a439dd2d0f22e5bb1c4d6671ab517198b (patch)
tree520b6ff99cfc4e507fb5d36587f4a10f396a908f /tools/lv_types.h
parent44c99a882299b4a6d6d675df3db5a6ef481fa2a0 (diff)
downloadlvm2-a821b88a439dd2d0f22e5bb1c4d6671ab517198b.tar.gz
toollib: support new command rules queries
Add: LV_vdo, LV_vdopool, LV_vdopooldata
Diffstat (limited to 'tools/lv_types.h')
-rw-r--r--tools/lv_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lv_types.h b/tools/lv_types.h
index bd4666ed4..494776b81 100644
--- a/tools/lv_types.h
+++ b/tools/lv_types.h
@@ -20,6 +20,9 @@ lvt(thin_LVT, "thin", NULL)
lvt(thinpool_LVT, "thinpool", NULL)
lvt(cache_LVT, "cache", NULL)
lvt(cachepool_LVT, "cachepool", NULL)
+lvt(vdo_LVT, "vdo", NULL)
+lvt(vdopool_LVT, "vdopool", NULL)
+lvt(vdopooldata_LVT, "vdopooldata", NULL)
lvt(mirror_LVT, "mirror", NULL)
lvt(raid_LVT, "raid", NULL) /* any raid type */
lvt(raid0_LVT, "raid0", NULL)