[pve-devel] applied-series: [PATCH storage/manager/docs v2] fix #3616: support multiple ceph filesystems

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Nov 11 18:04:51 CET 2021


On 25.10.21 16:01, Dominik Csapak wrote:
> pve-manager:
> 
> Dominik Csapak (11):
>   api: ceph-mds: get mds state when multple ceph filesystems exist
>   ui: ceph: catch missing version for service list
>   api: cephfs: refactor {ls,create}_fs
>   api: cephfs: more checks on fs create
>   api: cephfs: add fs_name to 'is mds active' check
>   ui: ceph/ServiceList: refactor controller out
>   ui: ceph/fs: show fs for active mds
>   api: cephfs: add 'fs-name' for cephfs storage
>   ui: storage/cephfs: make ceph fs selectable
>   ui: ceph/fs: allow creating multiple cephfs
>   pveceph: add 'fs destroy' command
> 
>  PVE/API2/Ceph/FS.pm                 |  31 ++-
>  PVE/CLI/pveceph.pm                  | 120 +++++++++++
>  PVE/Ceph/Services.pm                |  33 +--
>  PVE/Ceph/Tools.pm                   |  51 +++++
>  www/manager6/Makefile               |   1 +
>  www/manager6/Utils.js               |   1 +
>  www/manager6/ceph/FS.js             |  24 +--
>  www/manager6/ceph/ServiceList.js    | 313 +++++++++++++++-------------
>  www/manager6/form/CephFSSelector.js |  42 ++++
>  www/manager6/storage/CephFSEdit.js  |  25 +++
>  10 files changed, 449 insertions(+), 192 deletions(-)
>  create mode 100644 www/manager6/form/CephFSSelector.js
> 
> pve-docs:
> 
> Dominik Csapak (1):
>   pveceph: improve documentation for destroying cephfs
> 
>  pveceph.adoc | 49 +++++++++++++++++++++++++++++++++++++------------
>  1 file changed, 37 insertions(+), 12 deletions(-)
> 

applied remaining patches of the series + some followup to the docs one regarding
Aaron's feedback, thanks!





More information about the pve-devel mailing list