]> git.proxmox.com Git - pve-storage.git/commit - PVE/API2/Disks/LVM.pm
add API for LVM management
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 30 Jul 2018 08:26:00 +0000 (10:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Aug 2018 08:38:27 +0000 (10:38 +0200)
commit8b6842caa2f9608f9de7c059a21743025ae1c1e2
treeff7a2e337439963a76073d6167fd1c9c1e426015
parent8cccb3447b21f6a5cbcf0436c1e832f9f5082220
add API for LVM management

currently only list and create,
the list is in a format so that we can use it in an extjs tree

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