podman/docs/source
Paul Holzinger 2fab7d169b
add podman volume reload to sync volume plugins
Libpod requires that all volumes are stored in the libpod db. Because
volume plugins can be created outside of podman, it will not show all
available plugins. This podman volume reload command allows users to
sync the libpod db with their external volume plugins. All new volumes
from the plugin are also created in the libpod db and when a volume from
the db no longer exists it will be removed if possible.

There are some problems:
- naming conflicts, in this case we only use the first volume we found.
  This is not deterministic.
- race conditions, we have no control over the volume plugins. It is
  possible that the volumes changed while we run this command.

Fixes #14207

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-06-23 18:36:30 +02:00
..
_static Show API doc for several versions 2022-02-09 18:17:52 +01:00
markdown add podman volume reload to sync volume plugins 2022-06-23 18:36:30 +02:00
Commands.rst Fix up build the docs site 2021-09-16 17:41:00 -04:00
Introduction.rst
Reference.rst Add 4.1 branch to API documentation 2022-05-06 15:05:03 +02:00
Search.rst
Tutorials.rst Fix spelling "setup" -> "set up" and similar 2022-06-22 18:39:21 +02:00
conf.py [CI:DOCS] Remove "(1)" from web tab text 2022-03-06 21:40:39 +01:00
includes.rst
index.rst
volume.rst