You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the value of the CreateVirtualDisk() name param in this case? On vSAN, you can't create files at the top-level of the datastore, for example this will fail: [vsanDatastore] foo.vmdk
However, you can within a directory (aka vSAN namespace): [vsanDatastore] foo/bar.vmdk
You'll need to create the 'foo' directory in this case if it doesn't already exist.
I'm trying to create disks using terraform on a VSAN datastore but it fails:
A general system error occurred: Function not implemented
Diskspec sent is:
Disk spec: &{{{} eagerZeroedThick lsiLogic} 10485760 []}
How can I create a disk on a VSAN datastore using govmomi?
The text was updated successfully, but these errors were encountered: