summaryrefslogtreecommitdiffstats
path: root/tools/tools.h
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2007-09-20 21:39:08 +0000
committerDave Wysochanski <dwysocha@redhat.com>2007-09-20 21:39:08 +0000
commitdfef7f6942cc1b2988e73cb2e7086a452bee6516 (patch)
tree2f966ad8925af4a2a11a4c841528392a61a4727c /tools/tools.h
parentd6e11b43fd608b1c071e2eb13a557fa0e2f0e58c (diff)
downloadlvm2-dfef7f6942cc1b2988e73cb2e7086a452bee6516.tar.gz
lvm2-dfef7f6942cc1b2988e73cb2e7086a452bee6516.tar.xz
lvm2-dfef7f6942cc1b2988e73cb2e7086a452bee6516.zip
Add %PVS extents option to lvresize, lvextend, and lvcreate.
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools.h b/tools/tools.h
index d0d3d300..436cc9c5 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -83,7 +83,8 @@ typedef enum {
PERCENT_NONE = 0,
PERCENT_VG,
PERCENT_FREE,
- PERCENT_LV
+ PERCENT_LV,
+ PERCENT_PVS
} percent_t;
enum {