From: Jos Collin Date: Fri, 3 Jan 2020 03:14:44 +0000 (+0530) Subject: mgr/volumes: drop obsolete comment in _cmd_fs_volume_create X-Git-Tag: v14.2.8~49^2~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1cfa39ec616dee7cb8d86b0d34543c8228b5d8a3;p=ceph.git mgr/volumes: drop obsolete comment in _cmd_fs_volume_create This is fixed already. Now the pool names are: cephfs..meta cephfs..data Signed-off-by: Jos Collin (cherry picked from commit ffda5f651106d2d0466a3376d0dab7291720b38c) --- diff --git a/src/pybind/mgr/volumes/module.py b/src/pybind/mgr/volumes/module.py index acd842b93e6f..95ecf2ea5fdb 100644 --- a/src/pybind/mgr/volumes/module.py +++ b/src/pybind/mgr/volumes/module.py @@ -201,8 +201,6 @@ class Module(orchestrator.OrchestratorClientMixin, MgrModule): return handler(inbuf, cmd) def _cmd_fs_volume_create(self, inbuf, cmd): - # TODO: validate name against any rules for pool/fs names - # (...are there any?) vol_id = cmd['name'] return self.vc.create_volume(vol_id)