Skip to content

Container VM never starts on vic backed by vvol datastore. #2242

@SlickWish

Description

@SlickWish

VIC Version:

0.1 / master / 7ed76a8

Code

docker -H 172.22.44.132:2376 --tls run busybox

Expected 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureNew functionality you could include in marketing materialpriority/p4source/customerReported by a customer, directly or via an intermediary

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions