Bug 1187402 - add hostRequires XML filter for total disk space
Summary: add hostRequires XML filter for total disk space
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Beaker
Classification: Retired
Component: general
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 21.0
Assignee: matt jia
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-30 00:05 UTC by Dan Callaghan
Modified: 2018-02-06 00:41 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-26 06:18:11 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1216257 0 medium CLOSED add hostRequires XML filter for number of disks 2021-02-22 00:41:40 UTC

Internal Links: 1216257

Description Dan Callaghan 2015-01-30 00:05:27 UTC
Currently you can filter by the size of individual disks in a system, for example this XML will match systems which have some disk larger than 500GB:

<disk>
  <size op="&gt;" value="500" units="GB"/>
</disk>

However it is also useful to filter on the *total* size of all disks in the system without caring about the exact number. Beaker should have an XML filter for that. I suggest:

<diskspace op="&gt;" value="500" units="GB"/>

Currently the DISKSPACE key-value can be used for this purpose (it holds the total size of all disks in MB) but we are trying to deprecate key-values in favour of real db fields.

Comment 1 Nick Coghlan 2015-01-30 04:49:10 UTC
+1 from me. Perhaps it would be worth pulling the current list of key/value entries and checking them to see which we're still missing?

Then we could create a tracker bug and check them off over time.

Comment 3 matt jia 2015-05-14 02:39:05 UTC
On Gerrit:

 http://gerrit.beaker-project.org/#/c/4212/

Comment 4 matt jia 2015-05-14 04:30:13 UTC
(In reply to matt jia from comment #3)
> On Gerrit:
> 
>  http://gerrit.beaker-project.org/#/c/4212/

Change it to develop branch:

http://gerrit.beaker-project.org/#/c/4213/

Comment 8 Dan Callaghan 2015-08-26 06:18:11 UTC
Beaker 21.0 has been released.


Note You need to log in before you can comment on or make changes to this bug.