]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Disks/LVMThin.pm
api: list thin pools: add volume group to properties
[pve-storage.git] / PVE / API2 / Disks / LVMThin.pm
index 83ebc46d8bc2812292e306fa30e4f1021a6385d3..ced4b6a149e4fc3f0aded96edbca5421d04c0a53 100644 (file)
@@ -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.',