Non-ui patches all: Acked-by: Wolfgang Bumiller <[email protected]>
I'll leave the ui review to you, @Dominik ;-) On Fri, Nov 23, 2018 at 12:01:36PM +0100, Thomas Lamprecht wrote: > v3, mainly GUI changes but also some minor coding style stuff in the API ones, > check commits for changelog > > Thomas Lamprecht (5): > ceph: move create/destroy pool to CephTools > ceph: add MDS create/delete/list API > ceph: add CephFS create and list API > pveceph: move to sub commands > ui: add CephFS integration > > PVE/API2/Ceph.pm | 64 ++----- > PVE/API2/Ceph/FS.pm | 207 ++++++++++++++++++++ > PVE/API2/Ceph/MDS.pm | 243 ++++++++++++++++++++++++ > PVE/API2/Ceph/Makefile | 16 ++ > PVE/API2/Makefile | 2 +- > PVE/CLI/pveceph.pm | 62 ++++-- > PVE/CephTools.pm | 223 +++++++++++++++++++++- > www/manager6/Makefile | 1 + > www/manager6/ceph/FS.js | 365 ++++++++++++++++++++++++++++++++++++ > www/manager6/node/Config.js | 8 + > 10 files changed, 1123 insertions(+), 68 deletions(-) > create mode 100644 PVE/API2/Ceph/FS.pm > create mode 100644 PVE/API2/Ceph/MDS.pm > create mode 100644 PVE/API2/Ceph/Makefile > create mode 100644 www/manager6/ceph/FS.js > > -- > 2.19.1 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
