Skip to content

Commit

Permalink
mgr/volumes: drop obsolete comment in _cmd_fs_volume_create
Browse files Browse the repository at this point in the history
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>
(cherry picked from commit ffda5f6)
  • Loading branch information
joscollin authored and ajarr committed Feb 12, 2020
1 parent b701323 commit 1cfa39e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pybind/mgr/volumes/module.py
Expand Up @@ -201,8 +201,6 @@ def handle_command(self, inbuf, cmd):
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)

Expand Down

0 comments on commit 1cfa39e

Please sign in to comment.