Bug 603864

Summary: virtinst: findPoolSources support check broken, affects virt-manager
Product: Red Hat Enterprise Linux 6 Reporter: Cole Robinson <crobinso>
Component: python-virtinstAssignee: Cole Robinson <crobinso>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: dyuan, hbrock, mjenner, weizhan, xen-maint
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: python-virtinst-0.500.3-4.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-10 21:23:53 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:

Description Cole Robinson 2010-06-14 17:48:23 UTC
virtinst contains the logic to check if libvirt supports the findStoragePoolSources API. This check is currently broken though, which reduces the usefulness of virt-manager's CreatePool wizard.

After this fix, the CreatePool wizard should enumerate existing logical volume groups, NFS shares (when a hostname is entered), and SCSI sources.

Fixed upstream here:

http://hg.fedorahosted.org/hg/python-virtinst/rev/7870801299a5

Comment 1 RHEL Program Management 2010-06-14 18:03:04 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 2 Cole Robinson 2010-06-25 16:44:29 UTC
Fixed now in version python-virtinst-0.500.3-4.el6

Comment 4 dyuan 2010-07-06 08:45:08 UTC
Verified PASSED with python-virtinst-0.500.3-5.el6 and virt-manager-0.8.4-6.el6.
The CreatePool wizard can enumerate existing logical volume groups, NFS shares, and SCSI sources successfully.

Comment 5 weizhang 2010-09-15 07:34:35 UTC
verify steps

add logical
1 Launch virt-manager: #virt-manager.
2 Click Edit->Host Details.
3 Click Storage tab on Host Details dialogue.
4 Click Add pool button.
5 Fill out pool name and select the type 'logical', then click Forward button.
6 Fill out Target Path: /dev/lv_pool, Source Path: /dev/sda3, check Build Pool.
7 Click Finish button.

add netfs
1-3 same as above
4 Click Add pool button.
5 Fill out pool name and select the type 'netfs', then click Forward button.
6 Fill out Target Path, Host Name: 10.66.90.113, Source Path: /vol/xenimage.
7 Click Finish button.

add scsi
1-3 same as above
4 Click Add pool button.
5 Fill out pool name and select the type 'scsi', then click Forward button.
6 Fill out Target Path and Source Path.
7 Click Finish button.

Comment 6 releng-rhel@redhat.com 2010-11-10 21:23:53 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.