]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: verify it is possible to reuse an OSD id 6876/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 10 Dec 2015 14:20:32 +0000 (15:20 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 10 Dec 2015 19:46:23 +0000 (20:46 +0100)
commitc6cdc33432955b098214c1e29799c69e740dcc5e
tree0226836e9f5e6e21cd90fbb7a9855fbcfc72f48e
parent021743938d58a22be53758e603d6c5d7096b48b4
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>
qa/workunits/ceph-helpers.sh
src/test/Makefile.am
src/test/osd/osd-reuse-id.sh [new file with mode: 0755]