All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services][PATCH] glusterfs: fix installed-vs-shipped qa issue
@ 2019-03-21  8:43 kai.kang
  2019-03-21 14:54 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2019-03-21  8:43 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

From: Kai Kang <kai.kang@windriver.com>

Fix installed-vs-shipped qa issue of glusterfs:

| ERROR: glusterfs-5.4-r0 do_package: QA Issue: glusterfs:
  Files/directories were installed but not shipped in any package:
|   /usr/libexec/glusterfs/mount-shared-storage.sh

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 recipes-extended/glusterfs/glusterfs.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 17aaf75..5843d7c 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -152,6 +152,7 @@ FILES_${PN} = "${libdir}/glusterfs/${PV}/auth \
                ${libexecdir}/glusterfs/events \
                ${libexecdir}/glusterfs/glusterfind \
                ${libexecdir}/glusterfs/gfind_missing_files \
+               ${libexecdir}/glusterfs/mount-shared-storage.sh \
                ${libexecdir}/glusterfs/peer_mountbroker.py \
                ${libexecdir}/glusterfs/peer_eventsapi.py \
                ${libexecdir}/glusterfs/peer_mountbroker \
-- 
2.20.0



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

end of thread, other threads:[~2019-03-21 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-21  8:43 [meta-cloud-services][PATCH] glusterfs: fix installed-vs-shipped qa issue kai.kang
2019-03-21 14:54 ` 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.