You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BugFix: support nfs-server.service unit name on SLES 16
SLES 16 ships the upstream nfs-utils unit (nfs-server.service) and
no longer provides the legacy SUSE nfsserver.service alias. The
Suse branch of NFSServer hard-coded 'nfsserver', causing
'systemctl restart nfsserver' to exit 5 ('Unit nfsserver.service
not found') and storage-over-NFS performance tests to fail at the
configure step.
Probe both service names at runtime and use whichever exists, so
SLES 12/15 ('nfsserver') and SLES 16+ ('nfs-server') both work.
0 commit comments