]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/ceph.py: cleanup: stop calling get_wwn_id_map()
authorNathan Cutler <ncutler@suse.com>
Tue, 22 Oct 2019 13:42:48 +0000 (15:42 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 25 Mar 2020 08:33:44 +0000 (09:33 +0100)
commit51c714d9b29402f21b25b5754d42f917964079e2
tree939ba4e521dc84d73dd04a2b557d5d9b71986e2a
parent3f5a801d972694750c8fce7cc8b5136a37c82b43
qa/tasks/ceph.py: cleanup: stop calling get_wwn_id_map()

Nowadays, get_wwn_id_map is essentially a noop - it does:

    return dict((d, d) for d in devs)

This reverts another bit of 8f720454cbb536ac6f410fb6c18b2b0945b70160 from 2013.

References: https://tracker.ceph.com/issues/42313
Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/tasks/ceph.py