[pve-devel] [PATCH manager 0/2] MDS create/destroy & CephFS create
Alwin Antreich
a.antreich at proxmox.com
Wed Nov 14 13:23:50 CET 2018
This series adds some management of CephFS to the pveceph CLI.
* Create/destroy Ceph MDS instances
* Create a cephfs filesystem, including needed pools
The new API endpoint 'fs' exists already, but has no functionallity. This
part is not finished yet.
I am sending this part already, so I can include additions for a v2 with the
API together. Thanks.
Alwin Antreich (2):
Create/destroy Ceph MDS
Add createcephfs to pveceph
PVE/API2/Makefile | 1 +
PVE/API2/Ceph.pm | 6 ++
PVE/API2/CephFS.pm | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++++
PVE/CLI/pveceph.pm | 4 +
PVE/CephTools.pm | 73 +++++++++++++++++-
5 files changed, 295 insertions(+), 1 deletion(-)
create mode 100644 PVE/API2/CephFS.pm
--
2.11.0
More information about the pve-devel
mailing list