Drew Erny
Drew Erny
I hate the allocator.
It looks to me, from the `tmpfs(5)` man page, that tmpfs only has a handful of options, which we could easily implement as discrete types. This gives us more control...
Is the `exec`/`noexec` option specific to tmpfs? I'm unclear why tmpfs is special in this regard as opposed to other mount types.
Definitely a bug. @benturner about how long does it take for the logs to fall off? Also, since it's a test cluster, would it be possible for you to post...
Might be a dupe of #33203. @yunghoy does that other issue look like your problem?
So, here's the deal with `Status.Addr` vs `ManagerStatus.Addr`: `Status.Addr` uses the gRPC library to determine the address of a given node as viewed by the manager. This means, for example,...
If you need to affirmatively know the canonical address at which to connect to a given node, I recommend not using `Status.Addr` _or_ `ManagerStatus.Addr`, actually. I would instead recommend setting...
`Status.Addr` is _correct for worker nodes if the worker node connects directly to the manager_. It's a known deficiency which I have seen people encounter where the workers's connection to...
Yeah, I was just missing a struct tag for `mapstructure` so things weren't parsing out correctly. Should be fixed now.
Sorry for the slow response... This code isn't part of Swarmkit that's built into the engine, but I'd still like to see a basic test to demonstrate that the functionality...