Hide Forgot
Description of problem: virt-manager can not create lvm pool if not ues vg_name virt-manager will run the vgchanage -ay "pool_name" , if the "pool_name" is a not exist vg,it will show up error message . I will attatch the screenshot Version-Release number of selected component (if applicable): virt-manager-0.6.1-13.el5 How reproducible: 100% Steps to Reproduce: 1. open virt-manager 2. enter "Details" => "Storage" => "add Storage pool" => "input a name (not any of vg_name)" =>forward 3. choose the correct vg path then click "Finish " Actual results: show up the error windows Expected results: create lvm pool successfully Additional info: virt-manager-0.8.4-8.el6.noarch in rhel6 is fine
Created attachment 493717 [details] error-message
Backporting the required fix for this would be too invasive at this point in RHEL5. Users will have to create the pool XML by hand and specify <source name='vgname'/>. This is already fixed in RHEL5 Closing as WONTFIX