Bug 1165193
Summary: | Candlepin refuses to register a consumer with a fact longer than 255 characters | ||
---|---|---|---|
Product: | [Community] Candlepin | Reporter: | Devan Goodwin <dgoodwin> |
Component: | candlepin | Assignee: | candlepin-bugs |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.9 | CC: | brcoca, chrobert, katello-bugs, ktordeur, mshimura, robert.foreman, sengork, sgao, skallesh, t.h.amundsen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-09-24 14:16:21 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
Devan Goodwin
2014-11-18 14:31:30 UTC
This is fixed in the master. It was fixed by truncating the fact to 253 characters. Commit hash: fe029aafea0760a7abf317c0558480649d5a975e *** Bug 1308437 has been marked as a duplicate of this bug. *** Marking verified!! subscription management server: 2.0.10-1 [root@dhcp35-31 ~]# cat /etc/rhsm/facts/custom.facts {"reallylongfact": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"} [root@dhcp35-31 ~]# subscription-manager register --force The system with UUID eaf6c29e-8003-4edf-9f85-d9dd9401dd4f has been unregistered Registering to: redakkan-candlepin-server.usersys.redhat.com:8443/candlepin Username: admin Password: Organization: admin The system has been registered with ID: 4e0464ec-9d94-4e95-b5b4-fb40f4642cf6 We are seeing this with a host which has a lot of entries under the field "network.ipv6_address" from command "subscription-manager facts" In our case it was caused by IPv6 vnet interfaces on the host which get created by running VMs. We were able to workaround this and register the host by shutting down some of the VMs and rerunning "subscription-manager register". Hi, Will this fix be included in SAM? There is also another bug [0] open for this behavior reported against SAM directly. [0] https://bugzilla.redhat.com/1310827 This is still an issue and my previous comment can still be used as a temporary workaround. IPv6 can be re-enabled after system registration and things work just find from SAM perspective. Employee 'fnguyen' has left the company. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |