]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: enable RBD persistent caches 45872/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 19 Apr 2022 09:21:06 +0000 (11:21 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 19 Apr 2022 09:21:06 +0000 (11:21 +0200)
commit0f1634a21f5da2250915d8ac05a6f179d4e76d03
tree29469a3292658cfbf562dbfe8ac5e57d9d0a0f99
parent59d928a06c028bf381307001d2b68fa8545d8fc4
run-make-check.sh: enable RBD persistent caches

This was attempted in commit 69a7ed4eab36 ("run-make-check: enable
WITH_RBD_RWL when WITH_PMEM is true") but never completed.  We soon
bumped the requirement on libpmem, so WITH_SYSTEM_PMDK=ON wouldn't
have worked anyway.

Enable the RWL mode conditionally based on WITH_RBD_RWL variable.
Enable the SSD mode unconditionally as it has no special dependencies
and can be built on any architecture.

Fixes: https://tracker.ceph.com/issues/55285
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
run-make-check.sh