]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/volumes: drop obsolete comment in _cmd_fs_volume_create
authorJos Collin <jcollin@redhat.com>
Fri, 3 Jan 2020 03:14:44 +0000 (08:44 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 3 Jan 2020 10:25:56 +0000 (15:55 +0530)
This is fixed already.
Now the pool names are:
cephfs.<volume name>.meta
cephfs.<volume name>.data

Signed-off-by: Jos Collin <jcollin@redhat.com>
src/pybind/mgr/volumes/module.py

index acd842b93e6f3dfe87ed08e6c5ba510edf4789b8..95ecf2ea5fdbee431536e4aa37af6fe3d1fd1798 100644 (file)
@@ -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)