]> git.apps.os.sepia.ceph.com Git - ceph.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>
Tue, 14 Apr 2020 16:15:55 +0000 (18:15 +0200)
commit3a04912ebffee2353aa9950d17e77c1d0d1023e6
tree5564c416e77b9dede36f3d22f6aea13112dac0ec
parentc7da604cb101cbe78a257a29498a98c69964e0a6
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>
(cherry picked from commit 51c714d9b29402f21b25b5754d42f917964079e2)

Conflicts:
qa/tasks/ceph.py
- trivial conflict caused by missing py3-ization in nautilus
qa/tasks/ceph.py