Skip to content

[enterprise-4.20] OCPBUGS#59310: Changed default values of oc-mirror parameters #96162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/oc-mirror-command-reference-v2-delete.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ The following tables describe the `oc mirror` subcommands and flags for deleting
|Log level one of `info`, `debug`, `trace`, and `error`. The default value is `info`.

|`--parallel-images <unit>`
|Indicates the number of images deleted in parallel. The default value is `8`.
|Indicates the number of images deleted in parallel. The default value is `4`.

|`--parallel-layers <unit>`
|Indicates the number of image layers mirrored in parallel. The default value is `10`.
|Indicates the number of image layers mirrored in parallel. The default value is `5`.

|`-p <unit>`, `--port <unit>`
|HTTP port used by oc-mirror's local storage instance. The default value is `55000`.
Expand Down
4 changes: 2 additions & 2 deletions modules/oc-mirror-command-reference-v2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ The following tables describe the `oc mirror` subcommands and flags for oc-mirro
|Determines the HTTP port used by oc-mirror plugin v2 local storage instance. The default value is `55000`.

|`--parallel-images <unit>`
|Specifies the number of images mirrored in parallel. The default value is `8`.
|Specifies the number of images mirrored in parallel. The default value is `4`.

|`--parallel-layers <unit>`
|Specifies the number of image layers mirrored in parallel. The default value is `10`.
|Specifies the number of image layers mirrored in parallel. The default value is `5`.

|`--max-nested-paths <int>`
|Specifies the maximum number of nested paths for destination registries that limit nested paths. The default value is `0`.
Expand Down