[pve-devel] [PATCH manager v3 0/5] CephFS/MDS server side implementation and cleanups

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Nov 23 12:01:36 CET 2018


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





More information about the pve-devel mailing list