“Partition is below target replica or instance count” error after deploying service fabric application to public service fabric cluster

后端 未结 7 1552
青春惊慌失措
青春惊慌失措 2021-01-03 22:02

I have created a service fabric stateless reliable service, in which i used OWIN to host a web API. When I deployed the application to the Local cluster, it worked fine and

7条回答
  •  别那么骄傲
    2021-01-03 22:26

    Just a little comment from my side..after spending hours on this error the problem was in a low disk space on my C:\ drive. After increasing the free space from around 3GB to 8GB the error disappeared.

    As stated here: https://github.com/Azure/service-fabric-issues/issues/15

    The default installation requires around 10Gb of disk space today

提交回复
热议问题