api2: disks: add mounted boolean field
... and remove '(mounted)' from usage string Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
a1528ffe8f
commit
76c98d2353
@ -125,6 +125,7 @@ __PACKAGE__->register_method ({
|
||||
},
|
||||
used => { type => 'string', optional => 1 },
|
||||
gpt => { type => 'boolean' },
|
||||
mounted => { type => 'boolean' },
|
||||
size => { type => 'integer'},
|
||||
osdid => { type => 'integer'},
|
||||
vendor => { type => 'string', optional => 1 },
|
||||
|
||||
Reference in New Issue
Block a user