David Reagan

Results 52 comments of David Reagan

Presumably the new image would be based on an updated base image. If I'm reading the code right, that's the `mono:6` image, and it had a release just 19 days...

Is the fact that healthchecks have to pass before dns is set up documented anywhere? I just spent a good 10+ hours trying to figure out why I could find...

I just ran into Docker's late initiation of dns causing problems again. This time I'm not even in swarm mode or using a health check. I have Varnish running as...

I think I'm running into this issue via Thunderbird After turning on debugging, this is the last message I see in the error console: ``` Error while validating Certificate SieveRequire.jsm:167...

TL;DR: If you have certs in acme.json, you don't need the while loop and can get past the issues in this issue by removing it. Using the v2 example, with...

@designermonkey I was having fun getting OpenSearch to work on Docker Swarm today. Your tip about setting the `network.publish_host` setting helped. Though I ended up with `network.host: "_eth0_"` where eth0...

It's still a good idea, but I can't work on it, and I'm guessing the same for the maintainers.

Is there any current movement on this? For various reasons I wasn't able to address my snapshot disk space issues before they hit 100%. Extending the disk is currently not...

@DaveCTurner Er, Java is not really my forte. Haven't actually touched it since an internship 10+ years ago... I did go poke around and found this section of code: https://github.com/elastic/elasticsearch/blob/1ae63ac315487446342fb61bf7122247d468ad5c/server/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java#L671-L705...

I have to admit I'm confused. Why not just actually check that there is enough space before even starting a snapshot? The proposed solution is that a failed write due...