-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
registry "disabling cross-mount" message cited as an error #9649
Comments
The "disabling cross-mount" message is not an error, it means the push has to do a full layer push. Do you have the logs from the build push from the same time? |
Thanks for the report. The error looks serious but it's not in fact. We need to lower the log level or change the way we log. The error means: a user isn't authorized to mount from source repository during cross-repo mount. It will just cause a full blob upload. |
iow. we have to make the error look less serious :-) |
I managed to download the logs before ci.openshift went belly up. Let me dig up how I can upload them to file.rdu .... will re-post when they are up there. |
http://file.rdu.redhat.com/gmontero/artifacts.zip (fyi - I've deleted this now that ci.openshift is back up) |
Well ... ci.openshift is back up ... artifacats.zip if available there of course. When looking at https://ci.openshift.redhat.com/jenkins/job/origin_extended_image_tests/284/consoleFull The line Is the start of the debug from the extended test, after we've stopped waiting for the mongodb deployment to complete. The deployment was started with:
|
let's keep these as separate issues. let the registry team use this issue to fix their logging. |
fyi - i created a test PR to try to reproduce the extended test failure, running only the specific test in question. So far, I have not been able to reproduce with that PR. Nor have I been able to reproduce locally. |
per @bparees 's suggestion from June 30th, I updated the issues description to focus fixing the "disabling cross-mount" message. We are tracking the deploy situation with the nodejs-mongodb extended tests via other threads. |
Issues go stale after 90d of inactivity. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
In investigating the extended test failure https://ci.openshift.redhat.com/jenkins/job/origin_extended_image_tests/284
Deployment of the mongodb container failed
Looking at the registry logs for the run, the failures highlighted in this gist related to the mongodb container seem to line up from a time frame perspective (accounting for different logs using different timezones)
It is on a POST though, so perhaps it is not relevant ??? ... I see a fair amount of them throughout
@liggitt (by request of @bparees ) and @miminar (by request of @mfojtik ) - FYI
The text was updated successfully, but these errors were encountered: