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

Please fix systemd depency to rpcbind #1509

@zem

Description

@zem

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions