-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for volume scope + autodetection
Since Docker 1.12, volumes can report their scope as either "global" or "local". Global scope means volumes are available on all nodes in a Docker Swarm cluster (so Swarm should act accordingly, for example it should not try to remove a global volume on each node). By default (or when started with -scope auto), scope is autodetected, meaning if driver's home is on Virtuozzo Storage, global scope is set and reported, otherwise it's assumed as local. This can be overriden from the command line ("-scope local" or "-scope global"). For more details, see moby/moby#22077 Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information
Showing
4 changed files
with
42 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters