]> 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() 68617/head
authorIlya Dryomov <idryomov@gmail.com>
Sat, 18 Apr 2026 08:43:05 +0000 (10:43 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 25 Apr 2026 20:43:55 +0000 (22:43 +0200)
commitf43863bfc1d014dcc2305c98cd94b57b819c76b1
tree8be83d830a8efb708083429ead96fe7cb2a7988a
parentb4553f22a1fac861d8c300f0dfb4c27808f5d705
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>
(cherry picked from commit 2006412be9fbe36766862d9c7d085e25b7b5d74c)
qa/workunits/rbd/luks-encryption.sh