Bug 609513
| Summary: | RFE: Add disk controller/model information in Beaker | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Alexander Todorov <atodorov> |
| Component: | inventory | Assignee: | Raymond Mancy <rmancy> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.5 | CC: | bpeck, dcallagh, ebaak, kbaker, llim, mcsontos, qcai, rmancy |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | Inventory | ||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-15 07:11:59 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
Alexander Todorov
2010-06-30 13:22:27 UTC
*** Bug 591978 has been marked as a duplicate of this bug. *** Ping, any update? suggesting we update the inventory scripts to record the following key_value pairs: Key Value Controller,Disk 1077:2300,WD20EADS Controller,Disk 103c:3230,WD20EADS Then a user can request via the following: <key_value name="Controller,Disk" op="like" value="%,WD20EADS" or <key_value name="Controller,Disk" op="like" value="103c:3230,%" Currently we don't support the "like" operator but that would be easy to add. The downside here is it doesn't help us find systems with a particular disk size. (In reply to comment #3) > suggesting we update the inventory scripts to record the following key_value > pairs: > > Key Value > Controller,Disk 1077:2300,WD20EADS > Controller,Disk 103c:3230,WD20EADS > > > Then a user can request via the following: > > <key_value name="Controller,Disk" op="like" value="%,WD20EADS" > > or > > <key_value name="Controller,Disk" op="like" value="103c:3230,%" > > Currently we don't support the "like" operator but that would be easy to add. > We do though support the wildcard '*' with the 'is' operator. > The downside here is it doesn't help us find systems with a particular disk > size. (In reply to comment #4) > (In reply to comment #3) > > suggesting we update the inventory scripts to record the following key_value > > pairs: > > > > Key Value > > Controller,Disk 1077:2300,WD20EADS > > Controller,Disk 103c:3230,WD20EADS > > > > > > Then a user can request via the following: > > > > <key_value name="Controller,Disk" op="like" value="%,WD20EADS" > > > > or > > > > <key_value name="Controller,Disk" op="like" value="103c:3230,%" > > > > Currently we don't support the "like" operator but that would be easy to add. > > > > We do though support the wildcard '*' with the 'is' operator. > Sorry, first day at work for 5 days. Of course the wildcard only exists for the search bar... > > The downside here is it doesn't help us find systems with a particular disk > > size. Collection of disk model and geometry information was added to the inventory task in bug 766919. If any further details are needed (such as controller details), please open a new feature request. *** This bug has been marked as a duplicate of bug 766919 *** |