From ffda5f651106d2d0466a3376d0dab7291720b38c Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Fri, 3 Jan 2020 08:44:44 +0530 Subject: [PATCH] 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 --- src/pybind/mgr/volumes/module.py | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.47.3