]> git.proxmox.com Git - pve-storage.git/commit
add API for LVMThin management
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 30 Jul 2018 08:26:05 +0000 (10:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Aug 2018 09:29:47 +0000 (11:29 +0200)
commit0ea9f3844ee901817fe29f51449641bdd5049b4b
tree6076bfc63104543c0f0d909ebb3d4364d6e0c210
parent2c2fd98b87fa036f68a81d3da588f8b1a87dc82c
add API for LVMThin management

like the LVM API, but return an array for the list,
because we do not have nested data here

and create a vg and thin lv with the name given and use the full size

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Disks.pm
PVE/API2/Disks/LVMThin.pm [new file with mode: 0644]
PVE/API2/Disks/Makefile