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
The oc mirror command continue on error and generate the TAR file at the end (even if we do not use the "--continue-on-error" option).
Relevant command output:
info: Mirroring completed in 3h2m47.22s (8.787MB/s)error: one or more errors occurrederror: one or more errors occurrederror: one or more errors occurredCreating archive /srv/oc-mirror/imagesets/current-working-dir/mirror_seq1_000000.tar
What did you expect to happen?
If we do not use the "--continue-on-error" option, oc-mirror should stop the TAR file creation process.
How to reproduce it (as minimally and precisely as possible)?
Run the following oc mirror command (with v4.16 or v4.17 versions of oc-mirror):
The text was updated successfully, but these errors were encountered:
sdesousadti
changed the title
[v4.16] oc-mirror do not stop on error even if we do not use the "--continue-on-error" option
[v4.16 & v4.17] oc-mirror do not stop on error even if we do not use the "--continue-on-error" option
Jan 10, 2025
Version
What happened?
The oc mirror command continue on error and generate the TAR file at the end (even if we do not use the "--continue-on-error" option).
Relevant command output:
What did you expect to happen?
If we do not use the "--continue-on-error" option, oc-mirror should stop the TAR file creation process.
How to reproduce it (as minimally and precisely as possible)?
Run the following oc mirror command (with v4.16 or v4.17 versions of oc-mirror):
oc mirror --ignore-history --max-per-registry 12 --config=imageset-config.yaml file://current-working-dir
With the following imageset-config.yaml:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: