]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: verify it is possible to reuse an OSD id 6882/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 10 Dec 2015 14:20:32 +0000 (15:20 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 11 Jan 2016 15:58:55 +0000 (16:58 +0100)
commite102e5a0e261f407913c5d47991c2549f6664ffc
treefc6fbad0ae754e5d866ce24bbef9cc2ee1caa8c9
parent9dc5e6cbf85681d0fb9ab249c571672456eb6556
tests: verify it is possible to reuse an OSD id

When an OSD id is removed via ceph osd rm, it will be reused by the next
ceph osd create command. Verify that and OSD reusing such an id
successfully comes up.

http://tracker.ceph.com/issues/13988 Refs: #13988

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit 7324615bdb829f77928fa10d4e988c6422945937)
qa/workunits/ceph-helpers.sh
src/test/Makefile.am
src/test/osd/osd-reuse-id.sh [new file with mode: 0755]