From: Tiago Melo Date: Wed, 13 Nov 2019 14:37:00 +0000 (-0100) Subject: mgr/dashboard: Add invalid pattern message for Pool name X-Git-Tag: v15.1.0~832^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a210fd0f3d908d8b6fcad494806a469d9be1e2ea;p=ceph.git mgr/dashboard: Add invalid pattern message for Pool name Fixes: https://tracker.ceph.com/issues/42778 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 a43913fe68ec..3fab6ebf3de1 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 @@ -38,6 +38,9 @@ class="invalid-feedback" i18n>It's not possible to create an RBD pool with '/' in the name. Please change the name or remove 'rbd' from the applications list. + Pool name can only contain letters, numbers, '.', '-', '_' or '/'.