mirror of
https://github.com/rclone/rclone.git
synced 2026-05-24 17:04:50 -04:00
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.