]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/rbd: don't wait for krbd symlink to be created/removed 39209/head
authorIlya Dryomov <idryomov@gmail.com>
Sun, 31 Jan 2021 14:24:32 +0000 (15:24 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 1 Feb 2021 16:05:47 +0000 (17:05 +0100)
commitd89613f52dee83c308a2b169ba1c2869c16ac9d7
tree2edb550b953756a880095a9837c59d7c834fadca
parent0357c0215b2fbbf7fa801331df1f92b101ad9d5e
qa/tasks/rbd: don't wait for krbd symlink to be created/removed

Commit 3754c665a11e (":qa/tasks/rbd: test qemu on top of rbd
encryption") broke dev_create() for krbd by messing up the "wait
for the symlink to be created by udev" loop.  The rbd tool has been
synchronizing with udev internally since 2014, so rather than fixing
let's just drop it.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/tasks/rbd.py