Skip to content

Commit

Permalink
Do not include expandsize in default properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatuska committed Aug 28, 2012
1 parent a8f1180 commit 2e7d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zpool/zpool_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2e7d62a

Please sign in to comment.