From dfef7f6942cc1b2988e73cb2e7086a452bee6516 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Thu, 20 Sep 2007 21:39:08 +0000 Subject: Add %PVS extents option to lvresize, lvextend, and lvcreate. --- tools/tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/tools.h') 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 { -- cgit