由于VMware中出现权限被拒绝错误、无法迁移VM
适用场景
- ONTAP 9
- VMware ESXi
- VMware vCenter
- NFS
问题描述
尝试将虚拟机迁移到由NetApp存储提供支持的NFS数据存储库时、vCenter中可能会显示以下错误。
从vCenter事件日志中、可以看到以下内容。
Failed to migrate the virtual machine for reasons described in the event message.
The virtual machine did not migrate. This condition can occure if vMotion IPs are not configured, the source and destination hosts are not accessible, and so on.
在对 写入权限进行故障排除时、如果尝试在源主机上的目标数据存储库上创建测试文件、则还可能会出现以下错误。
[root@esx1:~] cd /vmfs/volumes/852dbbad-f0754b1c/
[root@esx1:/vmfs/volumes/852dbbad-f0754b1c] touch file.txt
touch: file.txt: Permission denied