]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: krbd_blkroset.t: eliminate a race in the open_count test 67075/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 21 Jan 2026 18:41:41 +0000 (19:41 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 26 Jan 2026 08:47:48 +0000 (09:47 +0100)
commitbaa7933703d8f1a0d79f08155e1b2b17e6cdad74
tree2e4a77840af0fbbcdbd1ebf37081930017ea120c
parent66db143cb18db82bc0b2c623fb0c0c02bb96ecb5
qa: krbd_blkroset.t: eliminate a race in the open_count test

Even at QD=1, dd may take less than 10 seconds to work its way to the
end of a 10M image, producing "No space left on device" error instead
of the expected "Operation not permitted" error which is supposed to
arise from the device getting marked read-only while opened.

Fixes: https://tracker.ceph.com/issues/74513
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 006e47e9ca691deb377fb76f7a23b6feec874865)
qa/rbd/krbd_blkroset.t