We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've got VMs and one with this annotation :
mkdir -p /vmfs/volumes/LUN-DM2/DOMEDIA01 vmkfstools -i \ /vmfs/volumes/LUN-TPL1/TPL-CENTOS6-x86_64/TPL-CENTOS6-x86_64.vmdk \ /vmfs/volumes/LUN-DM2/DOMEDIA01/DOMEDIA01.vmdk -d thin rm DOMEDIA01-flat.vmdk DOMEDIA01.vmdk vmware.log DOMEDIA01.nvram DOMEDIA01.vmsd DOMEDIA01.vmxf
mkdir -p /vmfs/volumes/LUN-DM2/DOMEDIA01 vmkfstools -i \
/vmfs/volumes/LUN-TPL1/TPL-CENTOS6-x86_64/TPL-CENTOS6-x86_64.vmdk \
/vmfs/volumes/LUN-DM2/DOMEDIA01/DOMEDIA01.vmdk -d thin
rm DOMEDIA01-flat.vmdk DOMEDIA01.vmdk vmware.log DOMEDIA01.nvram DOMEDIA01.vmsd DOMEDIA01.vmxf
The script was failing with this message :
[root@master01 esxi-vm-create]# ./esxi-vm-create -n testvm01 The Error is <type 'exceptions.IndexError'>
[root@master01 esxi-vm-create]# ./esxi-vm-create -n testvm01
The Error is <type 'exceptions.IndexError'>
I've been able to create the VM removing the annotation
My ESXI version :
VMware ESXi 6.0.0 build-3029758 VMware ESXi 6.0.0 Update 1
The text was updated successfully, but these errors were encountered:
How did you add the annotation? Can you send me a copy of your config file... (remember to remove your password!) $ cat ~/.esxi-vm.yml
Sorry, something went wrong.
I've added the annotation using the vSphere Client (sorry for the delay for the answer)
No branches or pull requests
I've got VMs and one with this annotation :
The script was failing with this message :
[root@master01 esxi-vm-create]# ./esxi-vm-create -n testvm01
The Error is <type 'exceptions.IndexError'>
I've been able to create the VM removing the annotation
My ESXI version :
VMware ESXi 6.0.0 build-3029758
VMware ESXi 6.0.0 Update 1
The text was updated successfully, but these errors were encountered: