Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1202050 - hammer puppet-module list and filter list only shows 20 entries
Summary: hammer puppet-module list and filter list only shows 20 entries
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Hammer
Version: 6.0.8
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: Unspecified
Assignee: Adam Price
QA Contact: Tazim Kolhar
URL: http://projects.theforeman.org/issues...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-03-14 18:40 UTC by Magnus Glantz
Modified: 2019-08-15 04:22 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-12 16:05:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1235532 0 medium CLOSED hammer content-view list shows only 20 items 2021-02-22 00:41:40 UTC
Red Hat Knowledge Base (Article) 1498953 0 None None None Never

Internal Links: 1235532

Description Magnus Glantz 2015-03-14 18:40:19 UTC
Description of problem:
Output from 'hammer content-view puppet-module list' and 'hammer content-view filter list' (and possibly other commands) are limited to 20 lines of output. This means that you can't use hammer to script against content-views with more than 20 filters or puppet-modules attached.

Please note that noticed that this is also a limitation of the Satellite 6 GUI, so perhaps this an limitation in the API or elsewhere.

Version-Release number of selected component (if applicable):
hammer (0.1.1)
 * hammer_cli_katello (0.0.4)
 * hammer_cli_foreman (0.1.1)
 * hammer_cli_import (0.10.4)

How reproducible:
100% of the time.

Steps to Reproduce:
1. Create content view
2. Add 200 filters and 80 puppet-modules (or perhaps it's enough to add more than 20)
3. Run hammer content-view puppet-module list and hammer content-view filter list

Actual results:
[sudo@itseelm-lx6099 ~]$ hammer -u user -p pass content-view puppet-module list --content-view-id 8 --organization Default_Organization
---|------|------------------|--------|------------------------
ID | UUID | NAME             | AUTHOR | VERSION                
---|------|------------------|--------|------------------------
3  |      | app_directories  | ASDF   | Latest(Currently 0.1.2)
6  |      | audit            | ASDF   | Latest(Currently 0.1.2)
9  |      | acpid            | ASDF   | Latest(Currently 0.1.1)
10 |      | appqcime         | ASDF   | Latest(Currently 0.1.1)
13 |      | cgconfig         | ASDF   | Latest(Currently 0.1.1)
16 |      | hal              | ASDF   | Latest(Currently 0.1.1)
19 |      | issue            | ASDF   | Latest(Currently 0.1.2)
20 |      | keyboard         | ASDF   | Latest(Currently 0.1.1)
23 |      | some_rhn_stuff   | ASDF   | Latest(Currently 0.1.3)
26 |      | logrotate        | ASDF   | Latest(Currently 0.1.2)
29 |      | multipath        | ASDF   | Latest(Currently 0.1.2)
30 |      | nsswitch         | ASDF   | Latest(Currently 0.1.1)
33 |      | oddjob           | ASDF   | Latest(Currently 0.1.1)
36 |      | patrol           | ASDF   | Latest(Currently 0.1.1)
39 |      | rsyslog          | ASDF   | Latest(Currently 0.1.1)
40 |      | securetty        | ASDF   | Latest(Currently 0.1.2)
43 |      | ssh              | ASDF   | Latest(Currently 0.1.1)
46 |      | sysstat          | ASDF   | Latest(Currently 0.1.2)
49 |      | user_root        | ASDF   | Latest(Currently 0.1.2)
50 |      | kdump            | ASDF   | Latest(Currently 0.1.1)
---|------|------------------|--------|------------------------


Expected results:
Full list of puppet modules (and filters).

Additional info:
Total number of modules we have attached to the content view are 81 and total number of filters we tried out where around 300 (we had to remove them due to other issues).

When running hammer with debug it seems that Hammer does see that there are more Puppet modules to show.

[ INFO 2015-03-14 18:36:09 Init] Initialization of Hammer CLI (0.1.1) has started...
[DEBUG 2015-03-14 18:36:09 Init] Running at ruby 1.8.7-p374
[ INFO 2015-03-14 18:36:09 Init] Configuration from the file /etc/hammer/cli_config.yml has been loaded
[ INFO 2015-03-14 18:36:09 Init] Configuration from the file /etc/hammer/cli.modules.d/foreman.yml has been loaded
[ INFO 2015-03-14 18:36:09 Init] Configuration from the file /etc/hammer/cli.modules.d/import.yml has been loaded
[ INFO 2015-03-14 18:36:09 Init] Configuration from the file /etc/hammer/cli.modules.d/katello.yml has been loaded
[DEBUG 2015-03-14 18:36:10 Connection] Registered: foreman
[DEBUG 2015-03-14 18:36:10 API] Global headers: {
    "Accept-Language" => "en",
              :accept => "application/json;version=2",
        :content_type => "application/json"
}
[ INFO 2015-03-14 18:36:10 Modules] Extension module hammer_cli_foreman (0.1.1) loaded
[ INFO 2015-03-14 18:36:10 Modules] Extension module hammer_cli_import (0.10.4) loaded
[ INFO 2015-03-14 18:36:10 HammerCLI::MainCommand] subcommand organization (HammerCLIForeman::Organization) was removed.
[ INFO 2015-03-14 18:36:10 HammerCLI::MainCommand] subcommand organization (HammerCLIKatello::Organization) was created.
[ INFO 2015-03-14 18:36:11 Modules] Extension module hammer_cli_katello (0.0.4) loaded
[DEBUG 2015-03-14 18:36:11 Init] Using locale 'en'
[DEBUG 2015-03-14 18:36:11 Init] 'mo' files for locale domain 'hammer-cli' loaded from '/usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.1/locale'
[DEBUG 2015-03-14 18:36:11 Init] 'mo' files for locale domain 'hammer-cli-foreman' loaded from '/usr/lib/ruby/gems/1.8/gems/hammer_cli_foreman-0.1.1/locale'
[DEBUG 2015-03-14 18:36:11 Init] 'mo' files for locale domain 'hammer-cli-katello' loaded from '/usr/lib/ruby/gems/1.8/gems/hammer_cli_katello-0.0.4/locale'
[ INFO 2015-03-14 18:36:11 HammerCLI::MainCommand] Called with options: {"option_password"=>"***", "option_username"=>"user", "option_debug"=>true}
[ INFO 2015-03-14 18:36:11 HammerCLIKatello::ContentView] Called with options: {}
[ INFO 2015-03-14 18:36:11 HammerCLIKatello::ContentViewPuppetModule] Called with options: {}
[ INFO 2015-03-14 18:36:11 HammerCLIKatello::ContentViewPuppetModule::ListCommand] Called with options: {"option_content_view_id"=>"8", "option_organization_name"=>"Default_Organization"}
[ INFO 2015-03-14 18:36:11 API] GET /katello/api/content_views/8/content_view_puppet_modules
[DEBUG 2015-03-14 18:36:11 API] Params: {}
[DEBUG 2015-03-14 18:36:11 API] Headers: {
    :params => {}
}
[DEBUG 2015-03-14 18:36:13 API] Response {
        "sort" => {
           "by" => nil,
        "order" => nil
    },
    "subtotal" => 81,
      "search" => nil,
        "page" => 1,
    "per_page" => 20,
     "results" => [
        [ 0] {
                        "name" => "app_directories",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-02-26T09:18:56Z",
                  "created_at" => "2015-02-26T09:18:56Z",
                          "id" => 3
        },
        [ 1] {
                        "name" => "audit",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-02-26T09:20:53Z",
                  "created_at" => "2015-02-26T09:20:53Z",
                          "id" => 6
        },
        [ 2] {
                        "name" => "acpid",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:29:57Z",
                  "created_at" => "2015-03-02T13:29:57Z",
                          "id" => 9
        },
        [ 3] {
                        "name" => "appqcime",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:30:24Z",
                  "created_at" => "2015-03-02T13:30:24Z",
                          "id" => 10
        },
        [ 4] {
                        "name" => "cgconfig",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:31:50Z",
                  "created_at" => "2015-03-02T13:31:50Z",
                          "id" => 13
        },
        [ 5] {
                        "name" => "hal",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:33:54Z",
                  "created_at" => "2015-03-02T13:33:54Z",
                          "id" => 16
        },
        [ 6] {
                        "name" => "issue",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:35:48Z",
                  "created_at" => "2015-03-02T13:35:48Z",
                          "id" => 19
        },
        [ 7] {
                        "name" => "keyboard",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:36:17Z",
                  "created_at" => "2015-03-02T13:36:17Z",
                          "id" => 20
        },
        [ 8] {
                        "name" => "some_rhn_stuff",
                        "uuid" => nil,
            "computed_version" => "0.1.3",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:38:17Z",
                  "created_at" => "2015-03-02T13:38:17Z",
                          "id" => 23
        },
        [ 9] {
                        "name" => "logrotate",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:39:50Z",
                  "created_at" => "2015-03-02T13:39:50Z",
                          "id" => 26
        },
        [10] {
                        "name" => "multipath",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:41:26Z",
                  "created_at" => "2015-03-02T13:41:26Z",
                          "id" => 29
        },
        [11] {
                        "name" => "nsswitch",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:42:18Z",
                  "created_at" => "2015-03-02T13:42:18Z",
                          "id" => 30
        },
        [12] {
                        "name" => "oddjob",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:43:53Z",
                  "created_at" => "2015-03-02T13:43:53Z",
                          "id" => 33
        },
        [13] {
                        "name" => "patrol",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:45:04Z",
                  "created_at" => "2015-03-02T13:45:04Z",
                          "id" => 36
        },
        [14] {
                        "name" => "rsyslog",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:48:27Z",
                  "created_at" => "2015-03-02T13:48:27Z",
                          "id" => 39
        },
        [15] {
                        "name" => "securetty",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:48:51Z",
                  "created_at" => "2015-03-02T13:48:51Z",
                          "id" => 40
        },
        [16] {
                        "name" => "ssh",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:50:28Z",
                  "created_at" => "2015-03-02T13:50:28Z",
                          "id" => 43
        },
        [17] {
                        "name" => "sysstat",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:51:46Z",
                  "created_at" => "2015-03-02T13:51:46Z",
                          "id" => 46
        },
        [18] {
                        "name" => "user_root",
                        "uuid" => nil,
            "computed_version" => "0.1.2",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:53:30Z",
                  "created_at" => "2015-03-02T13:53:30Z",
                          "id" => 49
        },
        [19] {
                        "name" => "kdump",
                        "uuid" => nil,
            "computed_version" => "0.1.1",
                      "author" => "ASDF",
               "puppet_module" => nil,
                  "updated_at" => "2015-03-02T13:55:40Z",
                  "created_at" => "2015-03-02T13:55:40Z",
                          "id" => 50
        }
    ],
       "total" => 81
}
---|------|------------------|--------|------------------------
ID | UUID | NAME             | AUTHOR | VERSION                
---|------|------------------|--------|------------------------
3  |      | app_directories | ASDF   | Latest(Currently 0.1.2)
6  |      | audit            | ASDF   | Latest(Currently 0.1.2)
9  |      | acpid            | ASDF   | Latest(Currently 0.1.1)
10 |      | appqcime         | ASDF   | Latest(Currently 0.1.1)
13 |      | cgconfig         | ASDF   | Latest(Currently 0.1.1)
16 |      | hal              | ASDF   | Latest(Currently 0.1.1)
19 |      | issue            | ASDF   | Latest(Currently 0.1.2)
20 |      | keyboard         | ASDF   | Latest(Currently 0.1.1)
23 |      | some_rhn_stuff  | ASDF   | Latest(Currently 0.1.3)
26 |      | logrotate        | ASDF   | Latest(Currently 0.1.2)
29 |      | multipath        | ASDF   | Latest(Currently 0.1.2)
30 |      | nsswitch         | ASDF   | Latest(Currently 0.1.1)
33 |      | oddjob           | ASDF   | Latest(Currently 0.1.1)
36 |      | patrol           | ASDF   | Latest(Currently 0.1.1)
39 |      | rsyslog          | ASDF   | Latest(Currently 0.1.1)
40 |      | securetty        | ASDF   | Latest(Currently 0.1.2)
43 |      | ssh              | ASDF   | Latest(Currently 0.1.1)
46 |      | sysstat          | ASDF   | Latest(Currently 0.1.2)
49 |      | user_root        | ASDF   | Latest(Currently 0.1.2)
50 |      | kdump            | ASDF   | Latest(Currently 0.1.1)
---|------|------------------|--------|------------------------
[user@thehostname ~]$

rubygem-hammer_cli-0.1.1-12.el6sat.noarch
rubygem-hammer_cli_katello-0.0.4-14.el6sat.noarch
rubygem-hammer_cli_import-0.10.4-1.3.el6sat.noarch
rubygem-hammer_cli_foreman-0.1.1-16.el6sat.noarch
rubygem-hammer_cli_foreman_tasks-0.0.3-3.el6sat.noarch

    candlepin-0.9.23.1-1.el6.noarch
    candlepin-common-1.0.1-1.el6_5.noarch
    candlepin-scl-1-5.el6_4.noarch
    candlepin-scl-quartz-2.1.5-5.el6_4.noarch
    candlepin-scl-rhino-1.7R3-1.el6_4.noarch
    candlepin-scl-runtime-1-5.el6_4.noarch
    candlepin-selinux-0.9.23.1-1.el6.noarch
    candlepin-tomcat6-0.9.23.1-1.el6.noarch
    elasticsearch-0.90.10-6.el6sat.noarch
    itseelm-lx6099.ikea.com-qpid-broker-1.0-1.noarch
    itseelm-lx6099.ikea.com-qpid-client-cert-1.0-1.noarch
    katello-1.5.0-30.el6sat.noarch
    katello-certs-tools-1.5.6-1.el6sat.noarch
    katello-default-ca-1.0-1.noarch
    katello-installer-0.0.67-1.el6sat.noarch
    katello-server-ca-1.0-3.noarch
    mod_wsgi-3.4-1.pulp.el6sat.x86_64
    pulp-admin-client-2.4.4-1.el6sat.noarch
    pulp-katello-0.3-4.el6sat.noarch
    pulp-nodes-common-2.4.4-1.el6sat.noarch
    pulp-nodes-parent-2.4.4-1.el6sat.noarch
    pulp-puppet-plugins-2.4.4-1.el6sat.noarch
    pulp-puppet-tools-2.4.4-1.el6sat.noarch
    pulp-rpm-plugins-2.4.4-1.1.el6sat.noarch
    pulp-selinux-2.4.4-1.el6sat.noarch
    pulp-server-2.4.4-1.el6sat.noarch
    python-gofer-qpid-1.3.0-1.el6sat.noarch
    python-isodate-0.5.0-1.pulp.el6sat.noarch
    python-kombu-3.0.15-12.pulp.el6sat.noarch
    python-pulp-bindings-2.4.4-1.el6sat.noarch
    python-pulp-client-lib-2.4.4-1.el6sat.noarch
    python-pulp-common-2.4.4-1.el6sat.noarch
    python-pulp-puppet-common-2.4.4-1.el6sat.noarch
    python-pulp-rpm-common-2.4.4-1.1.el6sat.noarch
    python-qpid-0.22-14.el6sat.noarch
    python-qpid-qmf-0.22-37.el6.x86_64
    qpid-cpp-client-0.22-42.el6.x86_64
    qpid-cpp-server-0.22-42.el6.x86_64
    qpid-cpp-server-linearstore-0.22-42.el6.x86_64
    qpid-java-client-0.22-6.el6.noarch
    qpid-java-common-0.22-6.el6.noarch
    qpid-proton-c-0.7-1.el6.x86_64
    qpid-qmf-0.22-37.el6.x86_64
    qpid-tools-0.22-12.el6.noarch
    ruby193-rubygem-katello-1.5.0-98.el6sat.noarch
    rubygem-hammer_cli_katello-0.0.4-14.el6sat.noarch
    rubygem-smart_proxy_pulp-1.0.1-1.1.el6sat.noarch

Comment 1 RHEL Program Management 2015-03-14 18:53:00 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.

Comment 3 Magnus Glantz 2015-03-14 21:59:34 UTC
It's OK to request more detailed info via Case 01383469, such as logs and foreman-debug, etc.

Comment 4 Tomas Strachota 2015-03-19 12:10:47 UTC
api/v2/content_view_puppet_modules_controller.rb doesn't list the 'per_page' parameter in api docs. When it's specified, hammer will automatically create '--per-page' option and also respect the value from config files.

We should check other katello controllers' index actions too to avoid similar problems on other places.

Comment 6 Pavel Moravec 2015-06-11 14:30:08 UTC
Another more trivial reproducer:

hammer content-view list

For >20 content views, just 20 are listed. Again due to --per-page / --full-results option missing there.

Comment 7 Adam Price 2015-06-24 22:14:36 UTC
Pavel,

That sounds like a separate bug altogether. Would you please check Bugzilla for a pre-existing bug describing `hammer content-view list` missing --per-page and --full-results and create a new bug if one does not exist? Thanks!

Comment 8 Pavel Moravec 2015-06-25 06:18:30 UTC
(In reply to Adam Price from comment #7)
> Pavel,
> 
> That sounds like a separate bug altogether. Would you please check Bugzilla
> for a pre-existing bug describing `hammer content-view list` missing
> --per-page and --full-results and create a new bug if one does not exist?
> Thanks!

OK, I thought all the "list limitted to 20 entries only" issues can be resolved altogether, but no problem in rasing separate BZ:

https://bugzilla.redhat.com/show_bug.cgi?id=1235532

Comment 9 Adam Price 2015-06-25 14:07:04 UTC
Created redmine issue http://projects.theforeman.org/issues/10934 from this bug

Comment 10 Adam Price 2015-06-25 16:17:18 UTC
https://github.com/Katello/katello/pull/5325

Comment 12 Adam Price 2015-06-29 14:36:37 UTC
https://github.com/Katello/katello/pull/5325 merged

Comment 14 Tazim Kolhar 2015-07-17 08:25:48 UTC
VERIFIED:
# rpm -qa | grep foreman
foreman-compute-1.7.2.32-1.el6_6sat.noarch
ruby193-rubygem-foreman_discovery-2.0.0.17-1.el6_6sat.noarch
rubygem-hammer_cli_foreman_docker-0.0.3.9-1.el6_6sat.noarch
foreman-debug-1.7.2.32-1.el6_6sat.noarch
ruby193-rubygem-foreman_docker-1.2.0.18-1.el6_6sat.noarch
ruby193-rubygem-foreman_gutterball-0.0.1.9-1.el6_6sat.noarch
foreman-postgresql-1.7.2.32-1.el6_6sat.noarch
rubygem-hammer_cli_foreman_discovery-0.0.1.10-1.el6_6sat.noarch
foreman-gce-1.7.2.32-1.el6_6sat.noarch
ruby193-rubygem-foreman_hooks-0.3.7-2.el6_6sat.noarch
ruby193-rubygem-foreman_bootdisk-4.0.2.13-1.el6_6sat.noarch
rubygem-hammer_cli_foreman_bootdisk-0.1.2.7-1.el6_6sat.noarch
foreman-selinux-1.7.2.13-1.el6_6sat.noarch
foreman-libvirt-1.7.2.32-1.el6_6sat.noarch
foreman-ovirt-1.7.2.32-1.el6_6sat.noarch
ruby193-rubygem-foreman-tasks-0.6.15.4-1.el6_6sat.noarch
foreman-proxy-1.7.2.5-1.el6_6sat.noarch
rubygem-hammer_cli_foreman-0.1.4.14-1.el6_6sat.noarch
intel-s3e3432-01.rhts.eng.bos.redhat.com-foreman-proxy-client-1.0-1.noarch
foreman-vmware-1.7.2.32-1.el6_6sat.noarch
intel-s3e3432-01.rhts.eng.bos.redhat.com-foreman-client-1.0-1.noarch
rubygem-hammer_cli_foreman_tasks-0.0.3.5-1.el6_6sat.noarch
intel-s3e3432-01.rhts.eng.bos.redhat.com-foreman-proxy-1.0-1.noarch
foreman-1.7.2.32-1.el6_6sat.noarch
ruby193-rubygem-foreman-redhat_access-0.2.1-1.el6_6sat.noarch

steps:
1. Create content view
2. Add 200 filters and 80 puppet-modules (or perhaps it's enough to add more than 20)
3. Run hammer content-view puppet-module list and hammer content-view filter list
I had tried this and it worked for me 
moving it to verified
thanks

Comment 15 Bryan Kearney 2015-08-12 16:05:30 UTC
This bug was fixed in Satellite 6.1.1 which was delivered on 12 August, 2015.


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