Bug 584860
Summary: | kickstart.profile.system.getPartitioningScheme - does not return %include statements | |||
---|---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Aron Parsons <aparsons> | |
Component: | API | Assignee: | Tomas Lestach <tlestach> | |
Status: | CLOSED ERRATA | QA Contact: | Garik Khachikyan <gkhachik> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 540 | CC: | cperry, gkhachik, mkoci, nobody, tscherf, xdmoon | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Previously, the kickstart.profile.system.getPartitioningScheme() method did not return "%include" statements in the "partitions" section of Kickstart. With this update, the method has been corrected and returns "%include" statements as expected.
|
Story Points: | --- | |
Clone Of: | ||||
: | 659469 (view as bug list) | Environment: | ||
Last Closed: | 2010-12-16 15:45:47 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 646488, 659469 |
Description
Aron Parsons
2010-04-22 15:23:10 UTC
getPartitioningScheme returns all partition sections now spacewalk.git: b4a435b051e94a091b7fb77650f28f7909980ec3 06ec96740de2c57173b40bef416c80eec38962aa # VERIFIED
The following package(s) fixing the issue:
spacewalk-java-config-1.2.39-33.el5sat.noarch.rpm
spacewalk-java-oracle-1.2.39-33.el5sat.noarch.rpm
spacewalk-java-lib-1.2.39-33.el5sat.noarch.rpm
spacewalk-taskomatic-1.2.39-33.el5sat.noarch.rpm
spacewalk-java-1.2.39-33.el5sat.noarch.rpm
>>> server.kickstart.profile.system.getPartitioningScheme(token,'test-tbr')
['part /boot --fstype=ext3 --size=200 ', 'part pv.01 --size=1000 --grow ', 'part swap --size=1000 --maxsize=2000 ', 'volgroup myvg pv.01 ', 'logvol / --vgname=myvg --name=rootvol --size=1000 --grow', '%include test line 1']
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0991.html Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously, the kickstart.profile.system.getPartitioningScheme() method did not return "%include" statements in the "partitions" section of Kickstart. With this update, the method has been corrected and returns "%include" statements as expected. Changing to Version 540 to distinguish the BZ from Bug 659469 |