Project

General

Profile

Bug #3184 ยป zpool_fix.patch

Patch that fixes the issue. - Ira Cooper, 2012-09-12 09:54 PM

View differences:

usr/src/cmd/zpool/zpool_main.c
2856 2856
zpool_do_list(int argc, char **argv)
2857 2857
{
2858 2858
       int c;
2859
       int ret;
2859
       int ret = 0;
2860 2860
       list_cbdata_t cb = { 0 };
2861 2861
       static char default_props[] =
2862 2862
           "name,size,allocated,free,expandsize,capacity,dedupratio,"
    (1-1/1)