Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ncm-nfs: Allow daemon to reload to be specified #1621

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

jrha
Copy link
Member

@jrha jrha commented Aug 18, 2023

The name of the service/daemon is OS dependent, default to the more modern name.
For example in EL6 it was nfs, in EL7 nfs was a symlink to nfs-server, in EL8 only nfs-server exists and in Ubuntu it is nfs-kernel-server.

Resolves #1618.

@jrha jrha added this to the 23.9 milestone Aug 18, 2023
wpoely86
wpoely86 previously approved these changes Aug 18, 2023
@jrha
Copy link
Member Author

jrha commented Sep 29, 2023

Just realising I'll probably have to fix the tests now I've changed the default.

The name of the service/daemon is OS dependent, default to the more modern name.
For example in EL6 it was `nfs`, in EL7 `nfs` was a symlink to `nfs-server`, in EL8 only `nfs-server` exists and in Ubuntu it is `nfs-kernel-server`.
@jrha
Copy link
Member Author

jrha commented Sep 29, 2023

Okay all done, @wpoely86 can you re-review?

@wpoely86 wpoely86 merged commit f8dbf0f into quattor:master Sep 29, 2023
2 checks passed
@jrha jrha deleted the nfs_daemon branch September 29, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

ncm-nfs: start service nfs-server instead of nfs
2 participants