centos 7 新增 nfs 開機啟動失敗解決方法

那時的風兒發表於2016-09-21

centos 7 下將 nfs 服務設定為開機自動啟動,systemctl enable nfs-idmapd.service,將提示如下錯誤:

Failed to execute operation: No such file or directory

解決方法:

/usr/lib/systemd/system/nfs-idmap.service 檔案中增加
[Install]
WantedBy=multi-user.target
/usr/lib/systemd/system/nfs-lock.service 檔案中增加
[Install]
WantedBy=nfs.target


參考:

https://www.centos.org/forums/viewtopic.php?t=53896

相關文章