From: Tim Marx Date: Thu, 25 Oct 2018 10:51:08 +0000 (+0200) Subject: Fix: api zfs: changed return value name to errors X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b005f2f48319d145493a80131fe3bb21d3b18177;p=pve-storage.git Fix: api zfs: changed return value name to errors Signed-off-by: Tim Marx --- diff --git a/PVE/API2/Disks/ZFS.pm b/PVE/API2/Disks/ZFS.pm index 371cc5a..58a498d 100644 --- a/PVE/API2/Disks/ZFS.pm +++ b/PVE/API2/Disks/ZFS.pm @@ -165,7 +165,7 @@ __PACKAGE__->register_method ({ type => 'string', description => 'Information about the last/current scrub.', }, - scan => { + errors => { type => 'string', description => 'Information about the errors on the zpool.', },