Bug 1819260
Summary: | [RFE] enhance search filter for Storage Domains with free argument | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Steffen Froemer <sfroemer> | ||||||
Component: | ovirt-engine | Assignee: | Eli Mesika <emesika> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Petr Kubica <pkubica> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4.3.8 | CC: | emarcus, emesika, lleistne, michal.skrivanek, mperina, mtessun, pelauter, tnisan | ||||||
Target Milestone: | ovirt-4.4.2 | Keywords: | FutureFeature, ZStream | ||||||
Target Release: | 4.4.2 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | rhv-4.4.2-2 ovirt-engine-4.4.2.1 | Doc Type: | Enhancement | ||||||
Doc Text: |
The following search filter properties for Storage Domains have been enhanced:
- 'size' changed to 'free_size'
- 'total_size' added to the search engine options
- 'used' changed to 'used_size'
For example , you can use now the following in the Storage Domains tab:
"free_size > 6 GB and total_size < 20 GB"
|
Story Points: | --- | ||||||
Clone Of: | |||||||||
: | 1870353 (view as bug list) | Environment: | |||||||
Last Closed: | 2020-09-23 16:11:04 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1870353 | ||||||||
Attachments: |
|
Description
Steffen Froemer
2020-03-31 15:11:50 UTC
Created attachment 1679277 [details]
Search storage domains view , marked row is used in next image for search
Created attachment 1679278 [details]
search storage domains with 'size=161' brings the row with free size
Currently the property 'size' in the search is looking for the free size and can be used as the customer requested, does this fulfill the requirement ? (In reply to Eli Mesika from comment #4) > Currently the property 'size' in the search is looking for the free size and > can be used as the customer requested, does this fulfill the requirement ? Honestly, technically it's exactly what customer is looking for, but that solution is far away from positive user acceptance. 1) In UI the Storage domain is shown with 2 different sections regarding capacity. Free space and Total space (total size of Storage Domain) Now the search filter provides 2) It's not documented that 'size' filter will check against free disk space of a storage domain [1] ( size --> The size of the storage.) 3) There is no information about which measurement unit I have to use for correctly apply the filter. Is it based on IEC or SI units? Is it KB/KiB, MB/MiB or GB/GiB. Overall, it's a complete mess and I expect to have it fixed in the following way. 1) use the filter 'size' for total size. 2) introduce a new 'free' filter which is based on free storage of a storage domain. (same what the filter 'size' is doing by today) 2) document the usage and explanation, what is returned when using this filter. Also document measurement units. [1]: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html-single/introduction_to_the_administration_portal/index#Searching_for_storage Verified in ovirt-engine-4.4.2.3-0.6.el8ev.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Red Hat Virtualization security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:3807 |