spiegel_podman/pkg/bindings/test
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
..
fixture Add guard for BuildOptions.CommonBuildOpts 2021-09-30 14:30:06 -07:00
api_response_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
attach_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
auth_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
common_test.go Replace os.Is* error checks with errors.Is 2026-05-21 13:09:42 -07:00
connection_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
containers_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
create_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
exec_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
generator_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
images_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
info_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
manifests_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
networks_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
pods_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
resource_test.go Replace os.Is* error checks with errors.Is 2026-05-21 13:09:42 -07:00
secrets_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
system_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
test_suite_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
types_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
volumes_test.go libpod: add volume rename support 2026-06-11 21:56:15 +01:00