]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: add missing `mgr` param
authorMichael Fritch <mfritch@suse.com>
Tue, 3 Mar 2020 15:21:30 +0000 (08:21 -0700)
committerRamana Raja <rraja@redhat.com>
Thu, 19 Mar 2020 12:57:32 +0000 (18:27 +0530)
commit7be1e6d155bb77fbe92939c08a3a35dfd7da10d2
treed7b81efa71b3d31bc1395418a0b9df0612f9cb5d
parent474d7f228b4803c8655fa722e11fc823bf2f7ce1
mgr/volumes: add missing `mgr` param

fixes mypy errors:

volumes/fs/operations/volume.py: note: In function "create_volume":
volumes/fs/operations/volume.py:216: error: Too few arguments for "remove_pool"
volumes/fs/operations/volume.py:223: error: Too few arguments for "remove_pool"
volumes/fs/operations/volume.py:224: error: Too few arguments for "remove_pool"

Fixes: https://tracker.ceph.com/issues/44393
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit a3b61a357730e0834ded4e6c47be0998bc4ea472)
src/pybind/mgr/volumes/fs/operations/volume.py