All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] ceph: fix installed-vs-shipped QA issue
@ 2020-04-14  6:52 hongxu
  2020-04-14  6:52 ` [meta-virtualization][PATCH 2/2] ceph: fix host library paths were used hongxu
  2020-04-14 21:06 ` [meta-virtualization][PATCH 1/2] ceph: fix installed-vs-shipped QA issue Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: hongxu @ 2020-04-14  6:52 UTC (permalink / raw)
  To: meta-virtualization

...
|ERROR: ceph-15.2.0-r0 do_package: QA Issue: ceph: Files/directories
were installed but not shipped in any package:
|  /lib/systemd/system/ceph-immutable-object-cache@.service
|  /lib/systemd/system/ceph-immutable-object-cache.target
...

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 recipes-extended/ceph/ceph_15.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/ceph/ceph_15.2.0.bb b/recipes-extended/ceph/ceph_15.2.0.bb
index 2b7b2c1..1893086 100644
--- a/recipes-extended/ceph/ceph_15.2.0.bb
+++ b/recipes-extended/ceph/ceph_15.2.0.bb
@@ -43,6 +43,8 @@ SYSTEMD_SERVICE_${PN} = " \
         ceph-mgr.target \
         ceph-crash.service \
         rbdmap.service \
+        ceph-immutable-object-cache@.service \
+        ceph-immutable-object-cache.target \
 "
 OECMAKE_GENERATOR = "Unix Makefiles"
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-14 21:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  6:52 [meta-virtualization][PATCH 1/2] ceph: fix installed-vs-shipped QA issue hongxu
2020-04-14  6:52 ` [meta-virtualization][PATCH 2/2] ceph: fix host library paths were used hongxu
2020-04-14 21:06 ` [meta-virtualization][PATCH 1/2] ceph: fix installed-vs-shipped QA issue Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.