Bug 802627 - Use correct backwards compatibility option for old remote daemons
Summary: Use correct backwards compatibility option for old remote daemons
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: PulpDist
Classification: Community
Component: Pulp Plugins
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: 0.1.0
Assignee: Nick Coghlan
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-13 05:52 UTC by Nick Coghlan
Modified: 2012-03-26 23:55 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-03-19 07:10:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Nick Coghlan 2012-03-13 05:52:07 UTC
With the rsync 3.0 client, the correct option for compatibility with old remote daemons is "--no-implied-dirs"

("--old-d" used to work with a 2.6 client, but it's just short for --old-dirs now, which does something different)

Comment 1 Nick Coghlan 2012-03-26 23:55:51 UTC
This fix required rework for 0.0.9, as subsequent testing showed that, while "--old-d" causes problems for the sync operation with newer clients, it is still required for the remote directory listing operation that is used by the versioned and snapshot plugins.


Note You need to log in before you can comment on or make changes to this bug.