Actions
Bug #15542
closedSAT6.1 Pagination control not supported for listing content hosts in host collection with Satellite 6 command-line
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1343583
Description of problem:
Pagination control seems to be unsupported for content hosts added in host collection..
Version-Release number of selected component (if applicable):
How reproducible:
1. modifying the file '/etc/hammer/cli_config.yaml'
with :per_page: 25
2. Execute command :
host-collection content-hosts --name hostcollection-name --organization ORGNAME
Actual results:
The list for content hosts is restricted to '20' which is default.
Expected results:
It should be restricted to the value defined for parameter 'with :per_page:' in
'/etc/hammer/cli_config.yaml
Updated by Andrew Kofink over 8 years ago
- Related to Bug #14530: hammer queries defaults to 1000 items per page added
Updated by Andrew Kofink over 8 years ago
- Related to Bug #15257: Default per_page configuration enables pagination, including in CSV mode added
Updated by Andrew Kofink over 8 years ago
- Status changed from New to Ready For Testing
Fixed in 6.2 using the new `hammer host-collection hosts` syntax.
Updated by Justin Sherrill over 8 years ago
- Status changed from Ready For Testing to Rejected
- Translation missing: en.field_release set to 166
Actions