You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add UpstreamPulp.remote_policy for remotes created during replication
replicate() never set Remote.policy, so new remotes defaulted to immediate
and downloaded all artifacts. Let UpstreamPulp carry the intended download
policy so Capsules can replicate with on_demand.
Assisted-By: Cursor Grok 4.6
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: docs/user/guides/replication.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ pulp upstream-pulp create \
48
48
|`tls_validation`| Whether to verify the upstream server's TLS certificate. Defaults to `True`. |
49
49
|`q_select`| A filter expression to select which upstream distributions to replicate. See [Filtering Distributions](#filtering-distributions-with-q_select). |
50
50
|`policy`| Controls how replication manages local objects. One of `all`, `labeled`, or `nodelete`. See [Replication Policies](#replication-policies). Defaults to `all`. |
51
+
|`remote_policy`| Download policy for remotes created during replication. One of `immediate`, `on_demand`, or `streamed`. Distinct from `policy`. When unset, remotes use Pulp's default (`immediate`). |
0 commit comments