]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/rbd: don't wait for krbd symlink to be created/removed 39233/head
authorIlya Dryomov <idryomov@gmail.com>
Sun, 31 Jan 2021 14:24:32 +0000 (15:24 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 2 Feb 2021 17:18:53 +0000 (18:18 +0100)
commitf09602f10622d09c4b3b5ddf4203ac68f85ef3fd
tree14f3aa4118ff8181469e5c52aab15e734ebc1a32
parent5d4476a6851c13e749b1ae69efc1d705e970d2c3
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>
(cherry picked from commit d89613f52dee83c308a2b169ba1c2869c16ac9d7)
qa/tasks/rbd.py