Bug 1368078
Summary: | The resourcequota 'openshift.io/imagestreams' doesn't work | ||
---|---|---|---|
Product: | OKD | Reporter: | zhou ying <yinzhou> |
Component: | Image Registry | Assignee: | David Eads <deads> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | zhou ying <yinzhou> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.x | CC: | aos-bugs, avagarwa, mfojtik, wmeng |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-09-19 13:56:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
zhou ying
2016-08-18 10:10:43 UTC
I am working on to reproduce the issue on my local setup. (In reply to Avesh Agarwal from comment #1) > I am working on to reproduce the issue on my local setup. I reproduced this locally, but I doubt this is a regression because we introduced limits in 3.2 and I'm not sure they ever worked for `oc tag`. I agree Michal, if they were not functional before, then it does not sound regression. I think a couple changes were introduced that caused this to regress. Fixed in https://github.com/openshift/origin/pull/10517 1. We started handling updates differently in quota admission 2. istag now has a create verb and the evaluator didn't handle it. Confirmed with ami:devenv-rhel7_4874 , the issue has fixed. [root@ip-172-18-14-199 amd64]# oc describe quota openshift-object-counts Name: openshift-object-counts Namespace: zhouy Resource Used Hard -------- ---- ---- openshift.io/imagestreams 0 1 [root@ip-172-18-14-199 amd64]# oc tag busybox mybox:v1 Tag mybox:v1 set to busybox. [root@ip-172-18-14-199 amd64]# oc tag openshift/hello-openshift myis2:v2 Error from server: imagestreams "myis2" is forbidden: Exceeded quota: openshift-object-counts, requested: openshift.io/imagestreams=1, used: openshift.io/imagestreams=1, limited: openshift.io/imagestreams=1 Please modify the status to ON_QA, thanks. |