Fix #878: disk-size format

disk-size is a format, not a type
This commit is contained in:
Wolfgang Bumiller 2016-01-29 08:58:59 +01:00 committed by Dietmar Maurer
parent bea021ac3c
commit 47c28a687c

View File

@ -562,7 +562,8 @@ my %drivedesc_base = (
optional => 1,
},
size => {
type => 'disk-size',
type => 'string',
format => 'disk-size',
description => "Disk size. This is purely informational and has no effect.",
optional => 1,
},