Erik Hollensbe
Erik Hollensbe
This is the issue with the VolsupervisorRestart test. Fixing this today, but the repro is basically: - Create a volume (and mount it or create it in unlocked mode so...
See https://github.com/docker/docker/pull/23436 This resolves a long-standing issue in volplugin where volumes that were removed could not be reaped without a daemon restart or aggressively long timeout.
Please see https://github.com/contiv/volplugin/pull/369#issuecomment-235850250 for more details
I think this will require a rearchitecture of the volplugin. I believe these interfaces are the key: https://gist.github.com/erikh/53c5b5d502d7f9f19932f20aa8803a61 This will allow volplugin to act as a high-level driver, providing high-level...
The `info` package allows us to export some basic information about the health of the services. We can probably use this to define thresholds within the services themselves to take...
The volmaster, volsupervisor, and volplugin should all expose metrics endpoints over their transports, e.g. volplugin serves over the unix socket and volmaster can serve over http. volsupervisor should probably publish...
A policy system for groups with large numbers of volumes to garbage collect volumes after they have been stale for a certain period of time. Probably should be applied at...
A continuation of #43 since the OS X bits are resolved.
Reproduction: - Create a network - configure zeronsd to use that network with two authorized members - change the subnet and trash the old addresses Congratulations, your server is now...