Feature #17427
OSTree Sync pulls only the latest version
Description
NOTE: this issue will require a pulp change.
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1369892
As of 6.2 OSTree sync only pulls the latest branch, it does not sync the full history. This affects customers wanting to deploy to a specific version of the host.
Steps:
1) Sat with ostree enabled
2) manifest with ostree + enable atomic repo or create product + repo with one of the upstream repos.
3) Sync
Actual
Notice only the latest version (7.2.6) as of now shows up.
Expected
All versions traversable via history,
Related issues
Associated revisions
History
#1
Updated by Eric Helms over 5 years ago
- Tracker changed from Bug to Feature
- Subject changed from OSTree Sync pulls only the latest version to OSTree Sync pulls only the latest version
- Legacy Backlogs Release (now unused) set to 188
#2
Updated by Justin Sherrill over 5 years ago
- Legacy Backlogs Release (now unused) changed from 188 to 114
#3
Updated by Partha Aji over 5 years ago
- Target version set to 154
#4
Updated by Partha Aji over 5 years ago
- Blocked by Bug #18076: ostree 'Depth' parameter support needed in runcible added
#5
Updated by Thomas McKay over 5 years ago
- Target version changed from 154 to 163
#6
Updated by Thomas McKay over 5 years ago
- Target version changed from 163 to 161
#7
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Legacy Backlogs Release (now unused) deleted (
114) - Pull request https://github.com/Katello/katello/pull/6637 added
#8
Updated by Eric Helms over 5 years ago
- Priority changed from High to Normal
- Legacy Backlogs Release (now unused) set to 211
#9
Updated by Partha Aji over 5 years ago
- Blocked by Bug #18993: ostree 'Depth' parameter support For Distributor in runcible added
#10
Updated by Justin Sherrill over 5 years ago
- Legacy Backlogs Release (now unused) changed from 211 to 114
#11
Updated by The Foreman Bot over 5 years ago
- Legacy Backlogs Release (now unused) deleted (
114)
#12
Updated by Partha Aji over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|dffc419fa416148352f682823a8b22dc161dacbd.
#13
Updated by Eric Helms about 5 years ago
- Legacy Backlogs Release (now unused) set to 211
Fixes #17427 - Enable OSTree Upstream Sync Depth
This commit enables one to set the Upstream Sync Policy and Sync depth.
Basically with this change one is now able to say
"Download complete version history when syncing an ostree repo"