]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rpm: use PMDK system libraries on SUSE
authorNathan Cutler <ncutler@suse.com>
Mon, 1 Mar 2021 11:07:29 +0000 (12:07 +0100)
committerNathan Cutler <ncutler@suse.com>
Wed, 3 Mar 2021 19:46:20 +0000 (20:46 +0100)
commit30df650e6496e35c798eab7d85ea0806fd58722b
treed6fe4fc77986baf8fe7d1bf57a7b51b89d6b82a9
parentef0384dc502ba87549babdb6bcf7d2bc27125a10
rpm: use PMDK system libraries on SUSE

As of a49d1dbb32e2436ff2836a85b2fa84418f0a5fff, when the rbd_rwl_cache and
rbd_ssd_cache bconds are enabled and WITH_SYSTEM_PMDK is disabled (as it is by
default), the RPM build attempts to

    git clone https://github.com/ceph/pmdk.git

but of course that won't work in the OBS, where the build workers have no
Internet connectivity.

Fortunately, the openSUSE/SLE versions targeted by Ceph master and pacific ship
the necessary PMDK libraries as RPM packages.

Fixes: a49d1dbb32e2436ff2836a85b2fa84418f0a5fff
Fixes: https://tracker.ceph.com/issues/49550
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in