Bug 622944
Summary: | imports from same user with new data will not import | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Candlepin | Reporter: | wes hayutin <whayutin> | ||||
Component: | candlepin | Assignee: | Bryan Kearney <bkearney> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 0.5 | CC: | bkearney, jesusr, spandey | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-07-17 13:03:38 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
wes hayutin
2010-08-10 20:49:37 UTC
Created attachment 437999 [details]
catalina.out
Hi, I am not able to reproduce the above scenario. After eye balling the source code, I believe that the source has changed and probably the above problem has been fixed. subscription-manager subscribe --pool ff8080813204d173013204d2a61a0707 subscription-manager subscribe --pool ff8080813204d173013204d2a16a0625 curl -k -u admin:admin https://10.65.193.123:8443/candlepin/consumers/2b95f15c-926f-43fe-a59f-eee0f7704c4e/export >> export1.zip [root@dhcp201-207 ~]# subscription-manager subscribe --pool ff8080813204d173013204d29f4a05a7 Successfully subscribed the system to Pool ff8080813204d173013204d29f4a05a7 [root@dhcp201-207 ~]# subscription-manager subscribe --pool ff8080813204d173013204d29f4a05a7 Successfully subscribed the system to Pool ff8080813204d173013204d29f4a05a7 [root@dhcp201-207 ~]# curl -k -u admin:admin https://10.65.193.123:8443/candlepin/consumers/2b95f15c-926f-43fe-a59f-eee0f7704c4e/export >> export2.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 46498 100 46498 0 0 10490 0 0:00:04 0:00:04 --:--:-- 17480 [root@dhcp201-207 ~]# subscription-manager list --avail >> list1 [root@dhcp201-207 ~]# curl -u admin:admin -k -F export= https://10.65.193.169:8443/candlepin/owners/admin/imports [root@dhcp201-207 ~]# subscription-manager list --avail >> list2 [root@dhcp201-207 ~]# curl -u admin:admin -k -F export= https://10.65.193.169:8443/candlepin/owners/admin/imports [root@dhcp201-207 ~]# subscription-manager list --avail >> list3 sucessfully imported working fine Moving defect status from on_qa to verified Marking all community bugs modified or beyong as closed. |