]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: no need to return osd_id from util.prepare.check_id
authorAndrew Schoen <aschoen@redhat.com>
Wed, 31 Jan 2018 15:04:09 +0000 (09:04 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 5 Feb 2018 15:14:20 +0000 (09:14 -0600)
commit97592c255a6df1caeb97e41f88160e17c6e3878b
tree96b45b42be4702b2c1c1f6c79385f4e1cf076506
parentc01a2bf515c08ae0a058fdf0fd2ca5f469ed5880
ceph-volume: no need to return osd_id from util.prepare.check_id

Now that osd_id is passed to util.prepare.create_id it doesn't
make any sense to return osd_id from check_id anymore as it's
not being used.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit f88f2d3bc1f5dcae1e9b2be62dab20942374fc29)
src/ceph-volume/ceph_volume/tests/util/test_prepare.py
src/ceph-volume/ceph_volume/util/prepare.py