Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Please fix systemd depency to rpcbind #1509

Open
zem opened this issue Mar 29, 2019 · 1 comment
Open

Please fix systemd depency to rpcbind #1509

zem opened this issue Mar 29, 2019 · 1 comment
Assignees

Comments

@zem
Copy link

zem commented Mar 29, 2019

Hi, you have an unneeded depency to rpcbind service in your systemd unit file:

[Unit]
Description=GlusterD2, the management service for GlusterFS (pre-release)
Requires=rpcbind.service
After=network.target rpcbind.service
Before=network-online.target
Conflicts=glusterd.service

Please change this to:

[Unit]
Description=GlusterD2, the management service for GlusterFS (pre-release)
After=network.target
Before=network-online.target
Conflicts=glusterd.service

As rpcbind is only needed if you want to access glusterfs via nfs, which is as far as I am aware ganeschas job. The depency opens an unneeded port for an unneeded service which leads to unneeded security risks.

regards

Hans

@Madhu-1
Copy link
Member

Madhu-1 commented Mar 29, 2019

CC @kshlm

kshlm added a commit to kshlm/glusterd2 that referenced this issue Mar 29, 2019
@ghost ghost assigned kshlm Mar 29, 2019
@ghost ghost added the in progress label Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants