Fix: api zfs: changed return value name to errors

Signed-off-by: Tim Marx <t.marx@proxmox.com>
This commit is contained in:
Tim Marx
2018-10-25 12:51:08 +02:00
committed by Thomas Lamprecht
parent e6c4144fa6
commit b005f2f483

View 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.',
},