[pve-devel] [PATCH storage/manager] fix cosmetic api issue with zpool status output

Stoiko Ivanov s.ivanov at proxmox.com
Thu Feb 25 22:23:03 CET 2021


As reported in a thread in our community forum:
https://forum.proxmox.com/threads/zfs-storage-detail-produces-result-verification-failed-400-error.84839/#post-372939

the 'scan' property of the API call (a.k.a. the scan-line in zpool status
output) is not present, if a pool has never been scrubbed.

the patch for pve-storage fixes the issue of failed result verification.
the patch for pve-manager is optional, but I thought that a pool, that never
has been scrubbed is worth an informational notice.

pve-storage:
Stoiko Ivanov (1):
  disks: zfs: scan is only returned optionally

 PVE/API2/Disks/ZFS.pm | 1 +
 1 file changed, 1 insertion(+)

pve-manager:
Stoiko Ivanov (1):
  ui: zpool status detail: add default for scrub information

 www/manager6/node/ZFS.js | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1






More information about the pve-devel mailing list