-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Labels
kind/featureNew functionality you could include in marketing materialNew functionality you could include in marketing materialpriority/p4source/customerReported by a customer, directly or via an intermediaryReported by a customer, directly or via an intermediary
Description
VIC Version:
0.1 / master / 7ed76a8
Code
docker -H 172.22.44.132:2376 --tls run busyboxExpected behavior:
Virtual machine gets added to the resource pool and VM/Container started.
Actual behavior:
Virtual machine is created but never started. Never gets added to resource pool.
Logs from host indicate a problem with Mkdir. The code seems to indicate special handling for vsan so I assumed it'd be similar for a vvol datastore
Changinging session.go and datastore.go from
return dsType == types.HostFileSystemVolumeFileSystemTypeVsan
to
return (dsType == types.HostFileSystemVolumeFileSystemTypeVsan) || (dsType == types.HostFileSystemVolumeFileSystemTypeVVOL)
seems to help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureNew functionality you could include in marketing materialNew functionality you could include in marketing materialpriority/p4source/customerReported by a customer, directly or via an intermediaryReported by a customer, directly or via an intermediary