Actions
Issue #5578
closedrsync should use --skip-existing when creating remote directory
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.21.1
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 60
Quarter:
Description
When running rsync distributor remote_mkdir is used to create directory on remote.
--skip-existing option should be added to arguments passed to the rsync command in order to avoid recreating existing directories
Actions
Add --ignore-existing to remote_mkdir (#3963)
To avoid recreating existing parts of directory structure --ignore-existing is added to arguments passed to rsync when calling remote_mkdir