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: v15.1.0~297^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ffda5f651106d2d0466a3376d0dab7291720b38c;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 --- diff --git a/src/pybind/mgr/volumes/module.py b/src/pybind/mgr/volumes/module.py index acd842b93e6..95ecf2ea5fd 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)