Skip to content

Commit

Permalink
mgr/volumes: remove unsed variable
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Schmid <jschmid@suse.de>
  • Loading branch information
Joshua Schmid committed Nov 21, 2019
1 parent 2da7330 commit 2f705ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pybind/mgr/volumes/module.py
Expand Up @@ -232,7 +232,6 @@ def _cmd_fs_subvolumegroup_rm(self, inbuf, cmd):
force=cmd.get('force', False))

def _cmd_fs_subvolumegroup_ls(self, inbuf, cmd):
vol_name = cmd['vol_name']
return self.vc.list_subvolume_groups(None, vol_name=cmd['vol_name'])

def _cmd_fs_subvolume_create(self, inbuf, cmd):
Expand Down

0 comments on commit 2f705ee

Please sign in to comment.