WhoCares

Results 11 comments of WhoCares

The error, IIRC, looks like ``` rc.local[791]: debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable ``` so when this happens, there will be no host key...

@MarcPaquette > I'm not sure how this property gets plumbed through to Garden itself? This PR basically closes a gap that [guardian](https://github.com/cloudfoundry/guardian/blob/f3a8bffb764def79bfa4a7e015f88413bf8410ea/guardiancmd/command.go#L160) allows container's `externalIP` (diego-cell VM's IP which hosts...

@MarcPaquette did you get a chance to check my response to your question?

> @AJLfleos What is the use case that this is trying to solve? > > > If you are talking about the containers running the same CF app, then it's...

@geofffranks As mentioned in previous thread, this PR basically closes a gap that [guardian](https://github.com/cloudfoundry/guardian/blob/f3a8bffb764def79bfa4a7e015f88413bf8410ea/guardiancmd/command.go#L160) **allows container's externalIP (diego-cell VM's IP which hosts the container) being specified by caller** instead of...

> Is this a case that you've run into in a real world scenario? Yes, in kubevirt VM which has multiple net interfaces that only one can take user workload...

> I think you may have this project confused with . [garden-runc-release](https://github.com/cloudfoundry/garden-runc-release) is a container scheduler written for [Cloud Foundry](https://www.cloudfoundry.org/). None of its supported configurations involve kubevirt. I wonder if...

> How about this [BOSH doc on multi-homed VM network blocks](https://bosh.io/docs/networks/#multi-homed)? No, presently this multi-homed VM network blocks cannot solve the assignment of garden container's external IP since the assignment...

> I'm still unclear of is what the use case for CF environments with multi-homed diego cells is To my understanding, this is more on the infrastructure compatibility that it's...

@winkingturtle-vmw > I have read this entire thread and I am not clear on how this is applicable today. I am voting to close this PR. What do you mean...