From 2e7d62a330a70906226adb7df3781341a6d1ed59 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 28 Aug 2012 11:54:21 +0200 Subject: [PATCH] Do not include expandsize in default properties. --- cmd/zpool/zpool_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 2c4dac7b0c4c..0c1d30208d90 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -2749,7 +2749,7 @@ zpool_do_list(int argc, char **argv) int ret; list_cbdata_t cb = { 0 }; static char default_props[] = - "name,size,allocated,free,expandsize,capacity,dedupratio," + "name,size,allocated,free,capacity,dedupratio," "health,altroot"; char *props = default_props; unsigned long interval = 0, count = 0;