changes to v1: * added a get api call for the ceph flags * instead of one set/unset call we now have a post and a delete call on /nodes/NODENAME/ceph/flags/FLAGNAME where we set or unset the flag * changed the gui code to reflect the api change
Dominik Csapak (5): also return the ceph flags in osd api call add ceph flags api calls add noout button and reorder actions make ceph status in cluster dashboard clickable show in/out/up/down icons in osd overview PVE/API2/Ceph.pm | 130 +++++++++++++++++++++++++++++++++++++++++++++- www/css/ext6-pve.css | 3 ++ www/manager6/Workspace.js | 4 +- www/manager6/ceph/OSD.js | 56 ++++++++++++++++++-- www/manager6/dc/Health.js | 26 +++++++++- 5 files changed, 210 insertions(+), 9 deletions(-) -- 2.1.4 _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
