mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Make symlink of librbd to qemu's folder so it can detect it.
Per issue #7293. Signed-off-by: Sandon Van Ness <sandon@inktank.com>
This commit is contained in:
parent
a7057e1069
commit
65f3354903
@ -583,6 +583,8 @@ fi
|
||||
|
||||
%post -n librbd1
|
||||
/sbin/ldconfig
|
||||
mkdir -p /usr/lib64/qemu/
|
||||
ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
|
||||
%postun -n librbd1
|
||||
/sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user