vSphere6提示已弃用VMFS卷的解决方法

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

即“已弃用VMFS卷”。这让我很奇怪,仔细检查所有已挂载存储,全都是VMFS5,并没有低版本,更没办法升级。原来这是vSphere 6的一个已知bug,解决方法是重启管理代理,方法有两种。

一是去ESXi主机控制台上按F2,以root登陆,然后选择Restart Management Agents。

二是通过SSH登陆ESXi主机。具体步骤如下:

  1. 用Client登陆vCenter,找到这台主机,在其Configuration中选择Security Profile,点右边的Properties
  2. 在列表中选择SSH,点击Options,再点Start
  3. 用SSH工具,以root方式登陆该主机
  4. 运行/etc/init.d/hostd restart
  5. 运行/etc/init.d/vpxa restart
  6. 如果此时在vCenter中看到主机被断开,可以右键点击主机,点Connect
  7. 参照第1步,关闭SSH服务(重要)。
原文地址:https://www.cnblogs.com/gotopower/p/5821409.html