spiegel_podman/pkg/bindings/volumes
MayorFaj d01b7ae534 libpod: add volume rename support
Add a podman volume rename command, REST API endpoint, and bindings for renaming volumes.

The rename updates both the VolumeConfig and VolumeState tables in a single transaction and moves the volume directory on disk, rolling back if the transaction fails. Renaming an anonymous volume converts it to a named volume. Volumes that are in use, mounted, or backed by a volume plugin or the image driver cannot be renamed.

Fixes: #28189
Signed-off-by: MayorFaj <mayorfaj@gmail.com>
2026-06-11 21:56:15 +01:00
..
rename.go libpod: add volume rename support 2026-06-11 21:56:15 +01:00
types.go libpod: add volume rename support 2026-06-11 21:56:15 +01:00
types_create_options.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
types_exists_options.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
types_inspect_options.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
types_list_options.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
types_prune_options.go volume prune: add dry-run support 2026-05-16 19:03:34 +09:00
types_remove_options.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
types_rename_options.go libpod: add volume rename support 2026-06-11 21:56:15 +01:00
volumes.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00