Bug 507455

Summary: Only list removeable media storage devices in o-c-storage if they have media present.
Product: [Retired] oVirt Reporter: Darryl L. Pierce <dpierce>
Component: ovirt-nodeAssignee: Darryl L. Pierce <dpierce>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: ovirt-bugs, ovirt-maint, tross
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: 2011-11-18 14:16:41 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: 506892    
Attachments:
Description Flags
Follow-on patch none

Description Darryl L. Pierce 2009-06-22 20:11:06 UTC
When running "Storage configuration -> Configure" the following error is raised

(standard_in) 1: Parse error
/dev/sdb (mb)
"error: libhal_device_get_property_type: org.freedesktop.Hal.NoSuchProperty: No
property storage.removable.media_size on device with id ......"

This occurs on a machine with removable media bays (eg. cf/mmc/sd slots). 

In the machine I'm installing on there are 3 of these slots so the screen fills
with errors (which I can safely ignore)

The property removable.media_size will only exist if media is inserted in those
drivers.
The storage.removable.media_available property needs to be "true" before this
call should be made.

Comment 1 Darryl L. Pierce 2009-07-10 13:37:59 UTC
Created attachment 351260 [details]
Follow-on patch