Skip to content
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

Open
gabemontero opened this issue Jun 30, 2016 · 12 comments
Open

registry "disabling cross-mount" message cited as an error #9649

gabemontero opened this issue Jun 30, 2016 · 12 comments
Assignees
Labels
area/usability component/imageregistry lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/P3

Comments

@gabemontero
Copy link
Contributor

gabemontero commented Jun 30, 2016

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

@gabemontero gabemontero added component/imageregistry kind/test-flake Categorizes issue or PR as related to test flakes. labels Jun 30, 2016
@liggitt
Copy link
Contributor

liggitt commented Jun 30, 2016

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?

@miminar
Copy link

miminar commented Jun 30, 2016

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.

@mfojtik
Copy link
Contributor

mfojtik commented Jun 30, 2016

iow. we have to make the error look less serious :-)

@liggitt liggitt self-assigned this Jun 30, 2016
@gabemontero
Copy link
Contributor Author

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.

@gabemontero
Copy link
Contributor Author

gabemontero commented Jun 30, 2016

http://file.rdu.redhat.com/gmontero/artifacts.zip

(fyi - I've deleted this now that ci.openshift is back up)

@gabemontero
Copy link
Contributor Author

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
Jun 30 01:47:24.144: INFO: Running 'oc get --namespace=extended-test-nodejs-mongodb-repo-test-okbs4-zeemh --config=/tmp/openshift/extended-test-nodejs-mongodb-repo-test-okbs4-zeemh-user.kubeconfig pods -o json'

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:

Jun 30 01:45:38.247: INFO: Running 'oc deploy --namespace=extended-test-nodejs-mongodb-repo-test-okbs4-zeemh --config=/tmp/openshift/extended-test-nodejs-mongodb-repo-test-okbs4-zeemh-user.kubeconfig mongodb --latest'

@bparees
Copy link
Contributor

bparees commented Jun 30, 2016

let's keep these as separate issues. let the registry team use this issue to fix their logging.

@gabemontero
Copy link
Contributor Author

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.

@gabemontero gabemontero changed the title cross-mount registry auth hiccups still exists registry "disabling cross-mount" message cited as an error Jul 5, 2016
@gabemontero
Copy link
Contributor Author

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.

@openshift-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci-robot openshift-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 7, 2018
@openshift-bot
Copy link
Contributor

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

@openshift-ci-robot openshift-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Mar 10, 2018
@bparees
Copy link
Contributor

bparees commented Mar 10, 2018

/remove-lifecycle rotten
/lifecycle frozen

@openshift-ci-robot openshift-ci-robot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. labels Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/usability component/imageregistry lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/P3
Projects
None yet
Development

No branches or pull requests

8 participants