]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os: Introduce WITH_KSTORE
authorMatan Breizman <mbreizma@redhat.com>
Wed, 5 Feb 2025 17:35:38 +0000 (17:35 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 11 Mar 2025 12:40:42 +0000 (12:40 +0000)
commit2b9c79e881de0ce53954999700a5551af9052ee9
treea2372f22dc4f0892f5f260962a3422138d68384e
parentb0970905291dea50b637bfd58b94af6033ec30ee
os: Introduce WITH_KSTORE

Previosuly, we used WITH_SEASTAR to not include KStore with Crimson.
As now Crimson's Alienstore is not defined WITH_SEASTAR We need to be able
to not include KStore to alien crimson target as well.
Instead, let Classic define PRIVATE WITH_KSTORE that will not
be used by the alien targets.

This doesn't change anything of non-crimson targets.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/os/CMakeLists.txt
src/os/ObjectStore.cc