Bug 499654

Summary: failure to add more than 16 virtio-blk devices in virt-manager
Product: [Fedora] Fedora Reporter: Marcelo Tosatti <mtosatti>
Component: python-virtinstAssignee: Cole Robinson <crobinso>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 11CC: berrange, crobinso, hbrock, markmc, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-07 12:29:42 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: 480594    

Description Marcelo Tosatti 2009-05-07 15:06:10 UTC
Description of problem:

virt-manager limits virtio-blk devices to 16.

Version-Release number of selected component (if applicable):

Fedora 11 Preview 

How reproducible:

Always

Steps to Reproduce:
1. Add 16 virtio-block storage devices
2.
3.
  
Actual results:


Unable to complete install: Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/addhardware.py", line 616, in add_storage
    self._dev.generate_target(used)
  File "/usr/lib/python2.6/site-packages/virtinst/VirtualDisk.py", line 925, in generate_target
    raise ValueError(_("No more space for disks of type '%s'" % prefix))
ValueError: No more space for disks of type 'vd'

Expected results:

Fail when QEMU reports failure, there are 32 PCI slots available.


Additional info:

Comment 1 Mark McLoughlin 2009-05-07 15:13:58 UTC
Moving to virtinst, since the code is there

Comment 2 Bug Zapper 2009-06-09 15:20:59 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Fedora Update System 2009-09-14 00:03:48 UTC
python-virtinst-0.400.3-9.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/python-virtinst-0.400.3-9.fc11

Comment 4 Fedora Update System 2009-09-15 07:37:16 UTC
python-virtinst-0.400.3-9.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-virtinst'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-9548

Comment 5 Fedora Update System 2009-10-07 03:10:34 UTC
python-virtinst-0.400.3-9.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-virtinst'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-9548

Comment 6 Cole Robinson 2009-10-07 12:29:42 UTC
This should be fixed by python-virtinst-0.400.3-10.fc11 now in stable. Closing.