OpenShift Container Platform で vSphere の仮想マシンからディスクを確認および設定する方法
Issue
パラメーター disk.EnableUUID
は、VMDK が常に一貫した UUID を仮想マシンに提示し、ディスクの正常なマウントを可能にするために必要です。 クラスターに含まれる仮想マシンノードごとに、vSphere ノードから以下の手順を実行します。
[root@ocphost ~]# ./govc_linux_amd64 vm.info -json -vm.ip='redacted' | jq -r '.VirtualMachines[].Config.ExtraConfig[] | select(.Key=="disk.EnableUUID")'
{
"Key": "disk.EnableUUID",
"Value": "TRUE"
}
Environment
- VMware vSphere 5.X & 6.X & 7.x
- OpenShift Container Platform OCP 3.X & 4.X
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.