Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 655837

Summary: cloning jobs throwing away partition elements
Product: [Retired] Beaker Reporter: Marian Csontos <mcsontos>
Component: schedulerAssignee: Dan Callaghan <dcallagh>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 0.6CC: 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:
Description Flags
job-xml with 6 partitions none

Description Marian Csontos 2010-11-22 13:59:08 UTC
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:

Comment 1 Marian Csontos 2010-11-22 18:57:14 UTC
Partitions were created according to job definition, so it's only the clone process what's wrong.

Comment 2 Bill Peck 2011-03-23 20:01:27 UTC
ping - is this still a problem?

Comment 3 Mike Gahagan 2011-07-22 18:34:42 UTC
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.

Comment 5 Steven Lawrance 2011-08-11 13:59:14 UTC
*** Bug 729921 has been marked as a duplicate of this bug. ***