From: Tiago Melo Date: Wed, 13 Feb 2019 15:31:27 +0000 (+0000) Subject: mgr/dashboard: Allow create and edit of pools with "/" in the name X-Git-Tag: v14.1.0~47^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26408%2Fhead;p=ceph.git mgr/dashboard: Allow create and edit of pools with "/" in the name Fixes: http://tracker.ceph.com/issues/38302 Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html index 3493b3d9a29a..ba85d2a000e1 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html @@ -297,7 +297,8 @@ [messages]="data.applications.messages" [data]="data.applications.selected" [options]="data.applications.available" - [selectionLimit]="4"> + [selectionLimit]="4" + (selection)="appSelection()"> @@ -435,6 +436,17 @@ (changes)="currentConfigurationValues = $event()"> + +
+
+
+ It's not possible to create an RBD pool with '/' in the name. + Please change the name or remove 'rbd' from the applications list. +
+