OS-7859

sysinfo parseable output lacks zpool config

Status:
Open
Created:
2019-06-26T11:06:40.646-0400
Updated:
2025-06-26T12:38:49.025-0400

Description

sysinfo prints more values in the json output than it does in the parseable output.

[root@buglets ~]# sysinfo -p | grep -i zpool
[root@buglets ~]# sysinfo | grep -i zpool
  "Zpool": "zones",
  "Zpool Disks": "c2t2d0",
  "Zpool Profile": "striped",
  "Zpool Creation": 1545864096,
  "Zpool Size in GiB": 72,
[root@buglets ~]#