Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905870 - =sys-cluster/ceph-17.2.5-r4 init uses wrong path for /usr/bin/radosgw
Summary: =sys-cluster/ceph-17.2.5-r4 init uses wrong path for /usr/bin/radosgw
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2023-05-07 11:11 UTC by ev
Modified: 2023-05-09 17:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/etc/init.d/ceph rgw fix (ceph.initd-r13.patch,447 bytes, patch)
2023-05-07 11:11 UTC, ev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ev 2023-05-07 11:11:02 UTC
Created attachment 861267 [details, diff]
/etc/init.d/ceph rgw fix

Ceph /etc/init.d/ceph file cannot launch radosgw instance.

Init file expects radosgw binary to be in /usr/bin/ceph-radosgw but nowdays it exists as /usr/bin/radosgw. (this is also the default name for that binary on other dristros)

I'm attaching a patch which solves this issue.
Comment 1 Larry the Git Cow gentoo-dev 2023-05-09 17:49:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a5985a7fdb2fcb371406bc0269de2685a119cf

commit 81a5985a7fdb2fcb371406bc0269de2685a119cf
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: 2023-05-09 17:48:16 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2023-05-09 17:49:04 +0000

    sys-cluster/ceph: Revbump, fix radosgw in init script (bug #905870)
    
    Closes: https://bugs.gentoo.org/905870
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 ...ceph-17.2.5-r4.ebuild => ceph-17.2.5-r6.ebuild} |   2 +-
 ...ceph-17.2.6-r1.ebuild => ceph-17.2.6-r2.ebuild} |   2 +-
 sys-cluster/ceph/files/ceph.initd-r14              | 119 +++++++++++++++++++++
 3 files changed, 121 insertions(+), 2 deletions(-)