【问题标题】:Virtual machine disk provisioning error虚拟机磁盘置备错误
【发布时间】:2018-08-01 14:09:32
【问题描述】:

在 ICP 2.1.0.3 和 CAM 2.1.0.3 中,由于模板指定变量 disk.0.thin_provisioned:“”= > “真”

Error: Error applying plan: 1 error(s) occurred: * vsphere_virtual_machine.DB2Node01: 1 error(s) occurred:
* vsphere_virtual_machine.DB2Node01: error reconfiguring virtual machine: 
error processing disk changes post-clone: disk.0: cannot change the value of "thin_provisioned" - (old: false new: true)

这是一个已知问题吗?

【问题讨论】:

    标签: terraform cloud-automation-manager


    【解决方案1】:

    模板未设置磁盘子资源属性,如eagerly_scrubthin_provisioned,因此 terraform 使用默认值 (true)。这与您的 VMware 模板的磁盘属性不匹配,因此会出现错误。 vm 磁盘应将属性默认为其在模板中的值。

    CAM 开发将在下一版本中改进此模板流程。

    【讨论】:

      猜你喜欢
      • 2014-03-30
      • 1970-01-01
      • 2014-09-09
      • 1970-01-01
      • 2015-07-05
      • 1970-01-01
      • 2018-03-08
      • 2017-07-16
      • 1970-01-01
      相关资源
      最近更新 更多