Import illumos changeset 13564:cf89c0c60496

1946 incorrect formatting when listing output of multiple pools with
zpool iostat -v

References:
https://www.illumos.org/issues/1946

Obtained from:	illumos (issue #1946)
MFC after:	1 week
This commit is contained in:
Martin Matuska 2012-05-27 12:22:15 +00:00
parent 6977304500
commit e21ea64ae1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236145

View File

@ -23,6 +23,7 @@
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2011 Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 2011 by Delphix. All rights reserved.
* Copyright (c) 2012 by Frederik Wessels. All rights reserved.
* Copyright (c) 2011 Martin Matuska <mm@FreeBSD.org>. All rights reserved.
*/
@ -2351,7 +2352,8 @@ get_namewidth(zpool_handle_t *zhp, void *data)
if (!cb->cb_verbose)
cb->cb_namewidth = strlen(zpool_get_name(zhp));
else
cb->cb_namewidth = max_width(zhp, nvroot, 0, 0);
cb->cb_namewidth = max_width(zhp, nvroot, 0,
cb->cb_namewidth);
}
/*