]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephfs: allow only "good" characters
authorRishabh Dave <ridave@redhat.com>
Fri, 31 Jul 2020 13:01:57 +0000 (18:31 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 20 Aug 2020 10:04:02 +0000 (15:34 +0530)
commit4022e2ba7dbc48c157dfe48d54cc744ec4032b51
treeba31389a51155a309523b41758f9da0c16d7066d
parent35b02618189920ed65358443760264b96b4f2acb
cephfs: allow only "good" characters

Allow only [A-Za-z0-9-_.] characters for FS, volume, subvolume and
subvolume group names and add test for the same.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
PendingReleaseNotes
qa/tasks/cephfs/test_admin.py
qa/tasks/cephfs/test_volumes.py
src/mon/MonCommands.h
src/pybind/mgr/volumes/module.py