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

On RHEL7 $default_nfs_service is undef should be 'nfs-server'? #49

Closed
FayeG opened this issue May 14, 2015 · 4 comments
Closed

On RHEL7 $default_nfs_service is undef should be 'nfs-server'? #49

FayeG opened this issue May 14, 2015 · 4 comments

Comments

@FayeG
Copy link

FayeG commented May 14, 2015

No description provided.

@FayeG FayeG changed the title RHEL7 server is undef should be 'nfs-server'? On RHEL7 $default_nfs_service is undef should be 'nfs-server'? May 14, 2015
@ghoneycutt
Copy link
Owner

@fatmcgav
Copy link

fatmcgav commented Feb 8, 2016

On CentOS 7, nfs seems to be an alias for nfs-server...

[vagrant@nfs01 ~]$ cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
[vagrant@nfs01 ~]$ sudo systemctl status nfs
nfs-server.service - NFS server and services
   Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled)
   Active: active (exited) since Mon 2016-02-08 15:25:03 CVT; 2min 54s ago
 Main PID: 12780 (code=exited, status=0/SUCCESS)

Feb 08 15:25:02 nfs01.lt0772.test systemd[1]: Starting NFS server and services...
Feb 08 15:25:03 nfs01.lt0772.test systemd[1]: Started NFS server and services.

So defaulting to nfs-server is probably the correct option...

@pablogosse
Copy link

Seconding fatmcgav. On RHEL7 it should be nfs-server. Can we get this change committed?

Thanks!
Pablo

@ghoneycutt
Copy link
Owner

This is working with the nfs_service set to undef on EL7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants