api: list thin pools: add volume group to properties
So that DELETE can be called using only information from GET. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
committed by
Fabian Grünbichler
parent
b02db5fcea
commit
a510449e2b
@ -40,6 +40,10 @@ __PACKAGE__->register_method ({
|
||||
type => 'string',
|
||||
description => 'The name of the thinpool.',
|
||||
},
|
||||
vg => {
|
||||
type => 'string',
|
||||
description => 'The associated volume group.',
|
||||
},
|
||||
lv_size => {
|
||||
type => 'integer',
|
||||
description => 'The size of the thinpool in bytes.',
|
||||
|
||||
Reference in New Issue
Block a user