Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
83 stars 10 forks source link

Can not start Service Fabric Mesh anymore after docker upgrade #377

Closed jellebens closed 4 years ago

jellebens commented 4 years ago

Upgraded to Docker for Windows 2.1.0.0 ... It seems its not able to create the volume plugin anymore

Waiting for fabric:/System/NamingService to be ready. This may take a few minutes... fabric:/System/NamingService is ready now...

Deploying Addon Service:AzureFilesVolumePlugin in the cluster... PS>TerminatingError(Remove-Item): "An object at the specified path C:\Users\JELLE~1.BEN does not exist."

TerminatingError(Remove-Item): "An object at the specified path C:\Users\JELLE~1.BEN does not exist." TerminatingError(Remove-Item): "An object at the specified path C:\Users\JELLE~1.BEN does not exist." An object at the specified path C:\Users\JELLE~1.BEN does not exist.

jellebens commented 4 years ago

Fixed it

uninstalling docker Uninstall hyperv uninstall all hyperv network devices thru device manager uninstall service fabric and mesh reboot reinstalled docker 2.0.0.3 installed all the rest again

anantshankar17 commented 4 years ago

Probably the HyperV VM whichis created by docker was busted. Since this is not an SF issue, closing it.