VMware:主机上已弃用的VMFS卷

时间:2020-02-23 14:45:12  来源:igfitidea点击:

在将新的VMFS卷添加到VMware vSphere/vCenter 6后收到以下提示?

Deprecated VMFS volume(s) found on the host. Please consider upgrading volume(s) to the latest version.

即使此消息是最新版本,如果仍显示此消息,则表明您遇到了已知的vCenter 6问题(仍在等待将来的补丁程序版本中修复)。

要摆脱此消息,只需在ESXi主机上重新启动管理代理即可。
请按照以下步骤进行操作:

1.在受影响的主机上启用SSH:

Configuration > Security Profile > Services > Properties...

2.使用您喜欢的SSH客户端登录到主机。

3.发出以下命令:

/etc/init.d/hostd restart
/etc/init.d/vpxa restart

输出将如下所示:

[root@hv01:~] /etc/init.d/hostd restart watchdog-hostd: Terminating watchdog process with PID 34317 hostd stopped. Ramdisk 'hostd' with estimated size of 1053MB already exists hostd started.
[root@hv01:~] /etc/init.d/vpxa restart watchdog-vpxa: Terminating watchdog process with PID 34934 vpxa stopped.
[root@hv01:~]

该消息现在应该消失了。

注意:在此操作期间,主机从vCenter消失/断开连接是正常的,这也会触发警报。
这不会影响来宾VM的服务。