标签:inf rpc ice rest not mct call start 无法
Describenfs无法正常挂载,排查发现原因为rpcbind服务不能正常启动,导致nfs无法挂载。
centos7.4 x64
Append text to the end of /usr/lib/systemd/system/nfs-idmap.service
[Install]
WantedBy=multi-user.target
Append text to the end of /usr/lib/systemd/system/nfs-lock.service
[Install]
WantedBy=nfs.target
systemctl enable nfs-idmapd.service
systemctl enable rpc-statd.service
systemctl enable rpcbind.socket
systemctl status nfs-idmapd.service -l
systemctl status rpc-statd.service –l
shutdown -r now
标签:inf rpc ice rest not mct call start 无法
原文地址:https://blog.51cto.com/linuxmaizi/2419886