We have WITH_FUSE to set to OFF. We should not install any ceph-fuse units as they are using ceph-fuse.
Signed-off-by: Chen Qi <[email protected]> --- recipes-extended/ceph/ceph_14.1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/ceph/ceph_14.1.0.bb b/recipes-extended/ceph/ceph_14.1.0.bb index 55a6d7d..18a324a 100644 --- a/recipes-extended/ceph/ceph_14.1.0.bb +++ b/recipes-extended/ceph/ceph_14.1.0.bb @@ -32,8 +32,6 @@ SYSTEMD_SERVICE_${PN} = " \ [email protected] \ ceph-osd.target \ ceph.target \ - [email protected] \ - ceph-fuse.target \ [email protected] \ ceph-rbd-mirror.target \ [email protected] \ @@ -77,6 +75,8 @@ do_install_append () { mv ${D}${libexecdir}/systemd/system ${D}${systemd_unitdir} mv ${D}${libexecdir}/ceph/ceph-osd-prestart.sh ${D}${libdir}/ceph mv ${D}${libexecdir}/ceph/ceph_common.sh ${D}${libdir}/ceph + # WITH_FUSE is set to OFF, remove ceph-fuse related units + rm ${D}${systemd_unitdir}/system/ceph-fuse.target ${D}${systemd_unitdir}/system/[email protected] } FILES_${PN} += "\ -- 2.17.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
