[pve-devel] [PATCH] implement qdevice api method

Oguz Bektas o.bektas at proxmox.com
Thu Apr 4 15:43:07 CEST 2019


this series implements the api method into /cluster/qdevice
right now there's just status, which returns the configuration of
qdevice if present. according to future user feedback we might want to
add in setup and remove as api methods as well.

pve-cluster:
Oguz Bektas (1):
  add qdevice status api method

 data/PVE/API2/Makefile   |  2 +-
 data/PVE/API2/QDevice.pm | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 data/PVE/API2/QDevice.pm

pve-manager:
Oguz Bektas (1):
  add qdevice api method to cluster

 PVE/API2/Cluster.pm | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.11.0





More information about the pve-devel mailing list