diff options
| -rw-r--r-- | recipes-extended/ceph/ceph_14.1.0.bb | 4 |
1 files 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 55a6d7d1..18a324a8 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} = " \ | |||
| 32 | ceph-osd@.service \ | 32 | ceph-osd@.service \ |
| 33 | ceph-osd.target \ | 33 | ceph-osd.target \ |
| 34 | ceph.target \ | 34 | ceph.target \ |
| 35 | ceph-fuse@.service \ | ||
| 36 | ceph-fuse.target \ | ||
| 37 | ceph-rbd-mirror@.service \ | 35 | ceph-rbd-mirror@.service \ |
| 38 | ceph-rbd-mirror.target \ | 36 | ceph-rbd-mirror.target \ |
| 39 | ceph-volume@.service \ | 37 | ceph-volume@.service \ |
| @@ -77,6 +75,8 @@ do_install_append () { | |||
| 77 | mv ${D}${libexecdir}/systemd/system ${D}${systemd_unitdir} | 75 | mv ${D}${libexecdir}/systemd/system ${D}${systemd_unitdir} |
| 78 | mv ${D}${libexecdir}/ceph/ceph-osd-prestart.sh ${D}${libdir}/ceph | 76 | mv ${D}${libexecdir}/ceph/ceph-osd-prestart.sh ${D}${libdir}/ceph |
| 79 | mv ${D}${libexecdir}/ceph/ceph_common.sh ${D}${libdir}/ceph | 77 | mv ${D}${libexecdir}/ceph/ceph_common.sh ${D}${libdir}/ceph |
| 78 | # WITH_FUSE is set to OFF, remove ceph-fuse related units | ||
| 79 | rm ${D}${systemd_unitdir}/system/ceph-fuse.target ${D}${systemd_unitdir}/system/ceph-fuse@.service | ||
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | FILES_${PN} += "\ | 82 | FILES_${PN} += "\ |
