]> git.proxmox.com Git - pve-storage.git/commitdiff
Fix: api zfs: changed return value name to errors
authorTim Marx <t.marx@proxmox.com>
Thu, 25 Oct 2018 10:51:08 +0000 (12:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 29 Oct 2018 09:33:39 +0000 (10:33 +0100)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
PVE/API2/Disks/ZFS.pm

index 371cc5a57062bd5e65694c00ddc99a61b8052cf4..58a498dabccc6a0971fe0095030c891c08bd9a8f 100644 (file)
@@ -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.',
            },