Bug 655837
| Summary: | cloning jobs throwing away partition elements | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Marian Csontos <mcsontos> | ||||
| Component: | scheduler | Assignee: | Dan Callaghan <dcallagh> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 0.6 | CC: | bpeck, dcallagh, jstancek, mcsontos, rmancy | ||||
| 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: | 2011-08-12 02:43:57 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: |
|
||||||
Partitions were created according to job definition, so it's only the clone process what's wrong. ping - is this still a problem? Yes, this is still broken.. see jobids: https://beaker.engineering.redhat.com/jobs/114115 https://beaker.engineering.redhat.com/jobs/113880 The job xml for the partitions was submitte as: <partitions> <partition fs="btrfs" name="/mnt/testarea" size="18" type="part"/> <partition fs="btrfs" name="/usr/local" size="8" type="part"/> </partitions> only /mnt/testarea shows up in the clone. *** Bug 729921 has been marked as a duplicate of this bug. *** |
Created attachment 462036 [details] job-xml with 6 partitions Description of problem: create a job with several partition elements. On each submit/clone every other of the partitions are thrown away until single one remains. Version-Release number of selected component (if applicable): 0.5.61 How reproducible: 100% Steps to Reproduce: 1. submit attached job 2. clone it 3. clone the clone etc. Actual results: Partition definitions are lost Expected results: Recipe submitted same as original Additional info: