]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: fix setting rbd_sparse_read_threshold_bytes in test_migration_clone() 68454/head
authorIlya Dryomov <idryomov@gmail.com>
Sat, 18 Apr 2026 08:43:05 +0000 (10:43 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 18 Apr 2026 08:44:11 +0000 (10:44 +0200)
commit2006412be9fbe36766862d9c7d085e25b7b5d74c
tree76b78527dadcf8c19ce2bc95f97f6cae876de12b
parentbf2ab87ea27d05e81c1daac43d28930f4bef9fd5
qa: fix setting rbd_sparse_read_threshold_bytes in test_migration_clone()

Currently it's set on the intermediary clone instead of the parent.
As a result the setting is effective only for reads that terminate at
the intermediary clone -- reads that go all the way to the parent may
end up being handled as not sparse depending on their size.

Fixes: https://tracker.ceph.com/issues/76101
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/workunits/rbd/luks-encryption.sh