Bug 1270181
Summary: | Partition Table entries limited to 4096 chars | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Evgeni Golov <egolov> |
Component: | Provisioning | Assignee: | Lukas Zapletal <lzap> |
Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1.1 | CC: | andrew.schofield, bbuckingham, kabbott, lzap, rplevka, sthirugn |
Target Milestone: | Unspecified | Keywords: | Reopened, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/12119 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-27 08:57:44 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
Evgeni Golov
2015-10-09 08:28:28 UTC
Upstream bug assigned to lzap Upstream bug component is Provisioning This was fixed upstream in a different ticket already, we will eventually rebase in 6.2. Triage notes: This is NOT backportable feature since upstream changed database backend completely for ptables. Lukas, If we closed this bz, how are we ensuring that this gets fixed in 6.2 and properly QA'd etc.? Cheers, Karl Yeah, I haven't noticed this was acked. It was merged already for upstream, but QA should cover it for sure. VERIFIED sat 6.2.0 snap 8.2 verified on UI, CLI and API: # tr -dc "[:alpha:]" < /dev/urandom | head -c 5000 > my_pt.txt # wc my_pt.txt 0 1 5000 my_pt.txt # hammer -u admin -p changeme partition-table create --name cli_pt_1 --file my_pt.txt Partition table created # hammer -u admin -p changeme partition-table dump --name cli_pt_1 | wc 1 1 5001 (extra character is a newline) # curl -u admin:changeme https://sat6-server.com/api/v2/ptables -H 'Content-Type: application/json' -d '{"name": "api_pt_1", "template": "my_pt.txt"}' {"layout":"my_pt.txt","os_family":null,"created_at":"2016-04-19 08:13:33 UTC","updated_at":"2016-04-19 08:13:33 UTC","name":"api_pt_1","id":94,"operatingsystems":[],"locations":[],"organizations":[]} Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1500 |