]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: fix arg typo '.' -> ','
authorMichael Fritch <mfritch@suse.com>
Tue, 3 Mar 2020 15:18:36 +0000 (08:18 -0700)
committerRamana Raja <rraja@redhat.com>
Thu, 19 Mar 2020 12:57:32 +0000 (18:27 +0530)
commitd7eee728b049821bc3fd589de7ce15b4988e5a62
tree0108939e0759e8ef5d63671d77cedc9a4cccb17c
parent157a028a81f2387b265dd81c2b7672504cb1bc17
mgr/volumes: fix arg typo '.' -> ','

fixes mypy error:

volumes/fs/fs_util.py: note: In function "get_ancestor_xattr":
volumes/fs/fs_util.py:129: error: Too few arguments for "VolumeException"

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