Files
rclone/cmd/serve
Nick Craig-Wood c0f0b82fa2 docker serve: make Create idempotent to avoid "volume already exists" after restart
Docker may re-send Create requests for volumes that already exist,
especially after a plugin restart. Previously this returned
ErrVolumeExists which Docker surfaced as "volume name must be unique".

Now if a volume with the same name already exists, Create returns
success (no-op), matching the Docker volume plugin protocol's
expectation of idempotent operations.
2026-03-05 18:04:01 +00:00
..
2025-10-21 18:56:06 +01:00
2026-02-26 17:18:52 +00:00