Deep Debroy
Deep Debroy
Thanks for reporting this issue. This is happening because the `bash` package shipped has become out of date is getting purged which is also causing `sudo` to get purged. A...
Seems like something is off with the VHD used by the template I pointed to earlier: it is not mounting `/dev/sdb` correctly. Will update with more findings.
Update: It turns out the template I referred to earlier https://download.docker.com/azure/17.06/17.06.2/Docker-DDC.tmpl points to VHD 1.0.9 which did not incorporate the enhancement to use the second larger `sdb` disk provisioned by...
Hmm .. I am not sure of the steps you took but a worker will never log the message ``` Not enough managers yet. We only have 0 and we...
@pekajota you can access host file system using something like the following: ```docker run --rm -it --privileged --pid=host justincormack/nsenter1 /bin/ash``` You may want to check if the waagent's log files...
@pekajota thanks for reporting this issue. It seems the l4controller container log (generated by the l4controller that keeps the Azure load balancer and Swarm ports in sync) is not being...
Changed title to reflect the issue
@gscott this as well as https://github.com/docker/for-azure/issues/31 is fixed in the 17.06.2-ee-3 version of the template and the VHD it references. The template is in the process of being certified by...
The ARM template does not provide an easy way to achieve different classes/types of worker instances. Do you think you can bring up a few different but independent clusters for...
Thanks for reporting this. To address your scenario, `cloudstor` can potentially tag all it's snapshots and only delete those during it's periodic cleanups. I was curious about your use case:...