mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Ensures all known volumes (known b/c they are persisted to disk) have their volume drivers refcounted properly. In testing this, I found an issue with `--live-restore` (required since currently the provided volume plugin doesn't keep state on restart) where restorted plugins did not have a plugin client loaded causing a panic when trying to use the plugin. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 6ef1060cd0acb847e06db890abb335faa837a9e2 Component: engine