#220 CD ISO Generation Failing
Closed: Fixed Opened by jsteffan.

--cd is generating a single ISO image.


This is a blocker for 2.0.4.1, looking into it now.

This is a blocker for 2.0.4.1, looking into it now.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247403

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247403

It seems this is failing because 'calc_size_str.split()[0]' < size_cd so num_cd always = 1.

calc_size_str = subprocess.Popen(['/usr/bin/du',
'-sb',
'%s/os' % os.path.join(config.get('default', 'destdir'),
config.get('default', 'version'),
config.get('default', 'flavor'),
config.get('default', 'arch'))],
stdout=subprocess.PIPE, stderr=subprocess.STDOUT).communicate()[0]

It seems this is failing because 'calc_size_str.split()[0]' < size_cd so num_cd always = 1.

calc_size_str = subprocess.Popen(['/usr/bin/du',
'-sb',
'%s/os' % os.path.join(config.get('default', 'destdir'),
config.get('default', 'version'),
config.get('default', 'flavor'),
config.get('default', 'arch'))],
stdout=subprocess.PIPE, stderr=subprocess.STDOUT).communicate()[0]

Metadata Update from @jsteffan:
- Issue assigned to jsteffan
- Issue set to the milestone: 2.0.4 Release

Metadata