mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix 'zpool iostat -v' cache and log output
Fixes formatting errors from commit d6418de057
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: DHE <git@dehacked.net>
Closes #6060
This commit is contained in:
parent
e102363a66
commit
5034557bdd
1 changed files with 2 additions and 0 deletions
|
|
@ -3611,6 +3611,7 @@ children:
|
|||
!cb->cb_vdev_names) {
|
||||
print_iostat_dashes(cb, 0, "logs");
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
for (c = 0; c < children; c++) {
|
||||
uint64_t islog = B_FALSE;
|
||||
|
|
@ -3645,6 +3646,7 @@ children:
|
|||
!cb->cb_vdev_names) {
|
||||
print_iostat_dashes(cb, 0, "cache");
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
for (c = 0; c < children; c++) {
|
||||
vname = zpool_vdev_name(g_zfs, zhp, newchild[c],
|
||||
|
|
|
|||
Loading…
Reference in a new issue