Skip to content

Instantly share code, notes, and snippets.

@cben
Created September 12, 2017 00:41
Show Gist options
  • Select an option

  • Save cben/30cb93f5991d222a2315d503028cf501 to your computer and use it in GitHub Desktop.

Select an option

Save cben/30cb93f5991d222a2315d503028cf501 to your computer and use it in GitHub Desktop.
manageiq container nodes view N+1
I, [2017-09-11T20:37:51.092320 #17410] INFO -- : Started GET "/api" for 127.0.0.1 at 2017-09-11 20:37:51 -0400
I, [2017-09-11T20:37:51.124681 #17410] INFO -- : Processing by Api::ApiController#index as JSON
D, [2017-09-11T20:37:51.125181 #17410] DEBUG -- : Cache read: a87f4cb5ff2aab1004537a8f96e936c1
D, [2017-09-11T20:37:51.125494 #17410] DEBUG -- : Cache read: a87f4cb5ff2aab1004537a8f96e936c1
D, [2017-09-11T20:37:51.125678 #17410] DEBUG -- : Cache read: a87f4cb5ff2aab1004537a8f96e936c1
D, [2017-09-11T20:37:51.126592 #17410] DEBUG -- : PostgreSQLAdapter#log_after_checkout, connection_pool: size: 5, connections: 3, in use: 2, waiting_in_queue: 0
D, [2017-09-11T20:37:51.127475 #17410] DEBUG -- : User Load (0.3ms) SELECT "users".* FROM "users" WHERE ("users"."id" BETWEEN $1 AND $2) AND "users"."userid" = $3 LIMIT $4 [["id", 0], ["id", 999999999999], ["userid", "admin"], ["LIMIT", 1]]
D, [2017-09-11T20:37:51.127858 #17410] DEBUG -- : User Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:37:51.127997 #17410] DEBUG -- : Cache read: a87f4cb5ff2aab1004537a8f96e936c1
D, [2017-09-11T20:37:51.128260 #17410] DEBUG -- : Cache write: a87f4cb5ff2aab1004537a8f96e936c1 ({:expires_in=>86400})
D, [2017-09-11T20:37:51.129838 #17410] DEBUG -- : MiqGroup Load (0.3ms) SELECT "miq_groups".* FROM "miq_groups" WHERE "miq_groups"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:37:51.130207 #17410] DEBUG -- : MiqGroup Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:37:51.131811 #17410] DEBUG -- : MiqUserRole Load (0.6ms) SELECT "miq_user_roles".* FROM "miq_user_roles" INNER JOIN "entitlements" ON "miq_user_roles"."id" = "entitlements"."miq_user_role_id" WHERE "entitlements"."miq_group_id" = $1 LIMIT $2 [["miq_group_id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:37:51.132142 #17410] DEBUG -- : MiqUserRole Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:37:51.133636 #17410] DEBUG -- : Tenant Load (0.3ms) SELECT "tenants".* FROM "tenants" WHERE "tenants"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2017-09-11T20:37:51.134063 #17410] DEBUG -- : Tenant Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:37:51.141105 #17410] DEBUG -- : (0.5ms) SELECT "miq_groups"."description" FROM "miq_groups" INNER JOIN "miq_groups_users" ON "miq_groups"."id" = "miq_groups_users"."miq_group_id" WHERE "miq_groups_users"."user_id" = $1 [["user_id", 1]]
D, [2017-09-11T20:37:51.142700 #17410] DEBUG -- : MiqServer Load (1.1ms) SELECT "miq_servers".* FROM "miq_servers" WHERE "miq_servers"."guid" = $1 LIMIT $2 [["guid", "ef97a49c-0f8b-11e6-a669-0242068efcbb"], ["LIMIT", 1]]
D, [2017-09-11T20:37:51.143248 #17410] DEBUG -- : MiqServer Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:37:51.145089 #17410] DEBUG -- : Zone Load (0.8ms) SELECT "zones".* FROM "zones" WHERE "zones"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2017-09-11T20:37:51.145378 #17410] DEBUG -- : Zone Inst Including Associations (0.1ms - 1rows)
I, [2017-09-11T20:37:51.149825 #17410] INFO -- : Completed 200 OK in 25ms (Views: 0.2ms | ActiveRecord: 3.9ms)
D, [2017-09-11T20:37:51.150447 #17410] DEBUG -- : PostgreSQLAdapter#log_after_checkin, connection_pool: size: 5, connections: 3, in use: 1, waiting_in_queue: 0
I, [2017-09-11T20:38:05.950227 #17410] INFO -- : Started GET "/container_node/show_list" for 127.0.0.1 at 2017-09-11 20:38:05 -0400
I, [2017-09-11T20:38:05.992245 #17410] INFO -- : Processing by ContainerNodeController#show_list as HTML
D, [2017-09-11T20:38:05.995698 #17410] DEBUG -- : PostgreSQLAdapter#log_after_checkout, connection_pool: size: 5, connections: 3, in use: 2, waiting_in_queue: 0
D, [2017-09-11T20:38:05.996642 #17410] DEBUG -- : User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."id" BETWEEN $1 AND $2) AND "users"."userid" = $3 LIMIT $4 [["id", 0], ["id", 999999999999], ["userid", "admin"], ["LIMIT", 1]]
D, [2017-09-11T20:38:05.997088 #17410] DEBUG -- : User Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:05.998356 #17410] DEBUG -- : MiqGroup Load (0.2ms) SELECT "miq_groups".* FROM "miq_groups" WHERE "miq_groups"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:38:05.998737 #17410] DEBUG -- : MiqGroup Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:05.999770 #17410] DEBUG -- : Tenant Load (0.1ms) SELECT "tenants".* FROM "tenants" WHERE "tenants"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.000139 #17410] DEBUG -- : Tenant Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.002608 #17410] DEBUG -- : MiqUserRole Load (0.2ms) SELECT "miq_user_roles".* FROM "miq_user_roles" INNER JOIN "entitlements" ON "miq_user_roles"."id" = "entitlements"."miq_user_role_id" WHERE "entitlements"."miq_group_id" = $1 LIMIT $2 [["miq_group_id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.002962 #17410] DEBUG -- : MiqUserRole Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.006093 #17410] DEBUG -- : MiqProductFeature Load (0.5ms) SELECT "miq_product_features".* FROM "miq_product_features" INNER JOIN "miq_roles_features" ON "miq_product_features"."id" = "miq_roles_features"."miq_product_feature_id" WHERE "miq_roles_features"."miq_user_role_id" = $1 [["miq_user_role_id", 1]]
D, [2017-09-11T20:38:06.006640 #17410] DEBUG -- : MiqProductFeature Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.019362 #17410] DEBUG -- : CACHE (0.0ms) SELECT "users".* FROM "users" WHERE ("users"."id" BETWEEN $1 AND $2) AND "users"."userid" = $3 LIMIT $4 [["id", 0], ["id", 999999999999], ["userid", "admin"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.019759 #17410] DEBUG -- : User Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.022600 #17410] DEBUG -- : CACHE (0.0ms) SELECT "miq_groups".* FROM "miq_groups" WHERE "miq_groups"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.023006 #17410] DEBUG -- : MiqGroup Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.024608 #17410] DEBUG -- : Entitlement Load (0.3ms) SELECT "entitlements".* FROM "entitlements" WHERE "entitlements"."miq_group_id" = $1 LIMIT $2 [["miq_group_id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.026004 #17410] DEBUG -- : Entitlement Inst Including Associations (0.6ms - 1rows)
D, [2017-09-11T20:38:06.030142 #17410] DEBUG -- : CACHE (0.0ms) SELECT "miq_user_roles".* FROM "miq_user_roles" INNER JOIN "entitlements" ON "miq_user_roles"."id" = "entitlements"."miq_user_role_id" WHERE "entitlements"."miq_group_id" = $1 LIMIT $2 [["miq_group_id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.031306 #17410] DEBUG -- : MiqUserRole Inst Including Associations (0.4ms - 1rows)
D, [2017-09-11T20:38:06.039173 #17410] DEBUG -- : (0.7ms) SELECT DISTINCT COUNT(DISTINCT "container_nodes"."id") FROM "container_nodes" LEFT OUTER JOIN "ext_management_systems" ON "ext_management_systems"."id" = "container_nodes"."ems_id"
D, [2017-09-11T20:38:06.045275 #17410] DEBUG -- : SQL (1.4ms) SELECT "container_nodes"."id" AS t0_r0, "container_nodes"."ems_ref" AS t0_r1, "container_nodes"."name" AS t0_r2, "container_nodes"."ems_created_on" AS t0_r3, "container_nodes"."resource_version" AS t0_r4, "container_nodes"."ems_id" AS t0_r5, "container_nodes"."lives_on_type" AS t0_r6, "container_nodes"."lives_on_id" AS t0_r7, "container_nodes"."last_perf_capture_on" AS t0_r8, "container_nodes"."identity_infra" AS t0_r9, "container_nodes"."identity_machine" AS t0_r10, "container_nodes"."identity_system" AS t0_r11, "container_nodes"."type" AS t0_r12, "container_nodes"."kubernetes_kubelet_version" AS t0_r13, "container_nodes"."kubernetes_proxy_version" AS t0_r14, "container_nodes"."container_runtime_version" AS t0_r15, "container_nodes"."max_container_groups" AS t0_r16, "container_nodes"."created_on" AS t0_r17, "container_nodes"."old_ems_id" AS t0_r18, "container_nodes"."deleted_on" AS t0_r19, "ext_management_systems"."id" AS t1_r0, "ext_management_systems"."name" AS t1_r1, "ext_management_systems"."created_on" AS t1_r2, "ext_management_systems"."updated_on" AS t1_r3, "ext_management_systems"."guid" AS t1_r4, "ext_management_systems"."zone_id" AS t1_r5, "ext_management_systems"."type" AS t1_r6, "ext_management_systems"."api_version" AS t1_r7, "ext_management_systems"."uid_ems" AS t1_r8, "ext_management_systems"."host_default_vnc_port_start" AS t1_r9, "ext_management_systems"."host_default_vnc_port_end" AS t1_r10, "ext_management_systems"."provider_region" AS t1_r11, "ext_management_systems"."last_refresh_error" AS t1_r12, "ext_management_systems"."last_refresh_date" AS t1_r13, "ext_management_systems"."provider_id" AS t1_r14, "ext_management_systems"."realm" AS t1_r15, "ext_management_systems"."tenant_id" AS t1_r16, "ext_management_systems"."project" AS t1_r17, "ext_management_systems"."parent_ems_id" AS t1_r18, "ext_management_systems"."subscription" AS t1_r19, "ext_management_systems"."last_metrics_error" AS t1_r20, "ext_management_systems"."last_metrics_update_date" AS t1_r21, "ext_management_systems"."last_metrics_success_date" AS t1_r22, "ext_management_systems"."tenant_mapping_enabled" AS t1_r23, "ext_management_systems"."enabled" AS t1_r24, "ext_management_systems"."options" AS t1_r25 FROM "container_nodes" LEFT OUTER JOIN "ext_management_systems" ON "ext_management_systems"."id" = "container_nodes"."ems_id" ORDER BY LOWER("container_nodes"."name") ASC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]]
D, [2017-09-11T20:38:06.048839 #17410] DEBUG -- : ContainerNode Inst Including Associations (2.1ms - 20rows)
D, [2017-09-11T20:38:06.050967 #17410] DEBUG -- : ContainerCondition Load (0.6ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_type" = $1 AND "container_conditions"."container_entity_id" IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20) [["container_entity_type", "ContainerNode"]]
D, [2017-09-11T20:38:06.053798 #17410] DEBUG -- : ContainerCondition Inst Including Associations (2.4ms - 80rows)
D, [2017-09-11T20:38:06.061962 #17410] DEBUG -- : ContainerCondition Load (1.7ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 1], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.063279 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.067183 #17410] DEBUG -- : ComputerSystem Load (1.1ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 1], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.068671 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.070641 #17410] DEBUG -- : OperatingSystem Load (0.3ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 1], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.072041 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.076325 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 2], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.076991 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.079602 #17410] DEBUG -- : ComputerSystem Load (0.3ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 2], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.084270 #17410] DEBUG -- : ComputerSystem Inst Including Associations (3.7ms - 1rows)
D, [2017-09-11T20:38:06.088646 #17410] DEBUG -- : OperatingSystem Load (0.7ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 2], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.090279 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.092893 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 3], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.093486 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.095224 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 3], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.095537 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.096497 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 3], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.096812 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.099058 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 4], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.099547 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.101567 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 4], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.103518 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.5ms - 1rows)
D, [2017-09-11T20:38:06.106777 #17410] DEBUG -- : OperatingSystem Load (0.3ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 4], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.109338 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.5ms - 1rows)
D, [2017-09-11T20:38:06.114280 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 5], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.115062 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.118027 #17410] DEBUG -- : ComputerSystem Load (0.5ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 5], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.119044 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.121654 #17410] DEBUG -- : OperatingSystem Load (0.6ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 5], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.122193 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.124677 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 6], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.125181 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.128280 #17410] DEBUG -- : ComputerSystem Load (0.5ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 6], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.129109 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.131277 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 6], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.131663 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.133517 #17410] DEBUG -- : ContainerCondition Load (0.3ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 7], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.133912 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.135360 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 7], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.135755 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.137815 #17410] DEBUG -- : OperatingSystem Load (0.5ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 7], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.138962 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.144081 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 8], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.145124 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.148763 #17410] DEBUG -- : ComputerSystem Load (0.6ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 8], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.149364 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.150552 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 8], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.150893 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.152979 #17410] DEBUG -- : ContainerCondition Load (0.5ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 9], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.153420 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.156330 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 9], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.156822 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.158358 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 9], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.158946 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.163606 #17410] DEBUG -- : ContainerCondition Load (1.0ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 10], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.164522 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.166668 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 10], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.166941 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.168219 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 10], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.168755 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.173208 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 11], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.173674 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.177062 #17410] DEBUG -- : ComputerSystem Load (1.1ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 11], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.177958 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.181336 #17410] DEBUG -- : OperatingSystem Load (0.7ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 11], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.182443 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.186919 #17410] DEBUG -- : ContainerCondition Load (1.1ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 12], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.187892 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.191174 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 12], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.191518 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.192655 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 12], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.193026 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.194739 #17410] DEBUG -- : ContainerCondition Load (0.3ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 13], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.195066 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.196441 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 13], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.196697 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.197563 #17410] DEBUG -- : OperatingSystem Load (0.1ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 13], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.197917 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.201106 #17410] DEBUG -- : ContainerCondition Load (1.2ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 14], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.201546 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.202889 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 14], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.203158 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.205331 #17410] DEBUG -- : OperatingSystem Load (0.8ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 14], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.206002 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.208790 #17410] DEBUG -- : ContainerCondition Load (0.9ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 15], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.209731 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.213865 #17410] DEBUG -- : ComputerSystem Load (0.6ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 15], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.214673 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.218824 #17410] DEBUG -- : OperatingSystem Load (0.5ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 15], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.219708 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.224917 #17410] DEBUG -- : ContainerCondition Load (0.4ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 16], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.225420 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.228236 #17410] DEBUG -- : ComputerSystem Load (0.7ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 16], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.229136 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.233219 #17410] DEBUG -- : OperatingSystem Load (0.9ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 16], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.234102 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.237317 #17410] DEBUG -- : ContainerCondition Load (0.5ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 17], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.238769 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.240337 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 17], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.240750 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.243249 #17410] DEBUG -- : OperatingSystem Load (1.0ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 17], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.244217 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.2ms - 1rows)
D, [2017-09-11T20:38:06.250609 #17410] DEBUG -- : ContainerCondition Load (1.1ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 18], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.251936 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.5ms - 1rows)
D, [2017-09-11T20:38:06.255426 #17410] DEBUG -- : ComputerSystem Load (0.5ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 18], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.256085 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.258618 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 18], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.259169 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.264717 #17410] DEBUG -- : ContainerCondition Load (1.1ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 19], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.265665 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.267802 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 19], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.268166 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.269325 #17410] DEBUG -- : OperatingSystem Load (0.2ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 19], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.269811 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.272888 #17410] DEBUG -- : ContainerCondition Load (0.3ms) SELECT "container_conditions".* FROM "container_conditions" WHERE "container_conditions"."container_entity_id" = $1 AND "container_conditions"."container_entity_type" = $2 AND "container_conditions"."name" = $3 LIMIT $4 [["container_entity_id", 20], ["container_entity_type", "ContainerNode"], ["name", "Ready"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.273277 #17410] DEBUG -- : ContainerCondition Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.274817 #17410] DEBUG -- : ComputerSystem Load (0.2ms) SELECT "computer_systems".* FROM "computer_systems" WHERE "computer_systems"."managed_entity_id" = $1 AND "computer_systems"."managed_entity_type" = $2 LIMIT $3 [["managed_entity_id", 20], ["managed_entity_type", "ContainerNode"], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.275170 #17410] DEBUG -- : ComputerSystem Inst Including Associations (0.1ms - 1rows)
D, [2017-09-11T20:38:06.277837 #17410] DEBUG -- : OperatingSystem Load (0.8ms) SELECT "operating_systems".* FROM "operating_systems" WHERE "operating_systems"."computer_system_id" = $1 LIMIT $2 [["computer_system_id", 20], ["LIMIT", 1]]
D, [2017-09-11T20:38:06.279072 #17410] DEBUG -- : OperatingSystem Inst Including Associations (0.3ms - 1rows)
D, [2017-09-11T20:38:06.422941 #17410] DEBUG -- : MiqSearch Load (4.2ms) SELECT "miq_searches".* FROM "miq_searches" WHERE "miq_searches"."db" IN ('ContainerNode', 'ContainerNode') AND (search_type='global' or (search_type='default' and (search_key is null or search_key<>'_hidden_')))
D, [2017-09-11T20:38:06.423291 #17410] DEBUG -- : MiqSearch Inst Including Associations (0.0ms - 0rows)
D, [2017-09-11T20:38:06.424655 #17410] DEBUG -- : MiqSearch Load (0.5ms) SELECT "miq_searches".* FROM "miq_searches" WHERE "miq_searches"."search_type" = $1 AND "miq_searches"."search_key" = $2 AND "miq_searches"."db" IN ('ContainerNode', 'ContainerNode') [["search_type", "user"], ["search_key", "admin"]]
D, [2017-09-11T20:38:06.424991 #17410] DEBUG -- : MiqSearch Inst Including Associations (0.0ms - 0rows)
I, [2017-09-11T20:38:06.430591 #17410] INFO -- : Rendering /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/container_node/show_list.html.haml within layouts/application
I, [2017-09-11T20:38:06.434681 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_flash_msg.html.haml (0.1ms)
I, [2017-09-11T20:38:06.436898 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_info_msg.html.haml (0.1ms)
I, [2017-09-11T20:38:06.439193 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/angular/_gtl.html.haml (6.5ms)
I, [2017-09-11T20:38:06.439909 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_gtl.html.haml (8.3ms)
I, [2017-09-11T20:38:06.440322 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/container_node/show_list.html.haml within layouts/application (9.5ms)
I, [2017-09-11T20:38:06.442519 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_doctype.html.haml (0.1ms)
I, [2017-09-11T20:38:06.928973 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/stylesheets/_template50.html.haml (0.1ms)
I, [2017-09-11T20:38:08.051237 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_i18n_js.html.haml (0.1ms)
I, [2017-09-11T20:38:08.059930 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_about_modal.html.haml (4.1ms)
D, [2017-09-11T20:38:08.067971 #17410] DEBUG -- : MiqGroup Load (0.5ms) SELECT "miq_groups".* FROM "miq_groups" INNER JOIN "miq_groups_users" ON "miq_groups"."id" = "miq_groups_users"."miq_group_id" WHERE "miq_groups_users"."user_id" = $1 [["user_id", 1]]
D, [2017-09-11T20:38:08.068986 #17410] DEBUG -- : MiqGroup Inst Including Associations (0.3ms - 1rows)
I, [2017-09-11T20:38:08.073557 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_user_options.html.haml (8.0ms)
I, [2017-09-11T20:38:08.075025 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_spinner.html.haml (0.1ms)
I, [2017-09-11T20:38:08.076094 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_lightbox_panel.html.haml (0.2ms)
I, [2017-09-11T20:38:08.077527 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_notifications_drawer.html.haml (0.2ms)
I, [2017-09-11T20:38:08.078196 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_toast_list.html.haml (0.0ms)
I, [2017-09-11T20:38:08.078300 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_header.html.haml (23.6ms)
D, [2017-09-11T20:38:08.090524 #17410] DEBUG -- : (0.3ms) SELECT "ext_management_systems"."id" FROM "ext_management_systems" WHERE "ext_management_systems"."type" IN ('ManageIQ::Providers::Openstack::InfraManager')
D, [2017-09-11T20:38:08.092270 #17410] DEBUG -- : CACHE (0.0ms) SELECT "ext_management_systems"."id" FROM "ext_management_systems" WHERE "ext_management_systems"."type" IN ('ManageIQ::Providers::Openstack::InfraManager')
I, [2017-09-11T20:38:08.131475 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_vertical_navbar.html.haml (48.6ms)
I, [2017-09-11T20:38:08.157834 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/angular/_toolbar.html.haml (24.9ms)
I, [2017-09-11T20:38:08.158797 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_breadcrumbs.html.haml (0.1ms)
I, [2017-09-11T20:38:08.160756 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_tabs.html.haml (0.3ms)
I, [2017-09-11T20:38:08.169631 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_user_input_filter.html.haml (2.7ms)
I, [2017-09-11T20:38:08.170658 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_quick_search.html.haml (5.1ms)
I, [2017-09-11T20:38:08.172848 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_searchbar.html.haml (9.9ms)
I, [2017-09-11T20:38:08.177500 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_info_msg.html.haml (0.0ms)
I, [2017-09-11T20:38:08.177648 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/listnav/_show_list.html.haml (0.9ms)
I, [2017-09-11T20:38:08.177736 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_listnav.html.haml (2.9ms)
I, [2017-09-11T20:38:08.177817 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_center_div_with_listnav.html.haml (95.9ms)
I, [2017-09-11T20:38:08.177952 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_content.html.haml (98.9ms)
D, [2017-09-11T20:38:08.181077 #17410] DEBUG -- : MiqReport Load (0.4ms) SELECT "miq_reports"."id", "miq_reports"."name", "miq_reports"."conditions" FROM "miq_reports" WHERE "miq_reports"."db" = $1 AND "miq_reports"."template_type" = $2 AND ("miq_reports"."conditions" IS NOT NULL) [["db", "ContainerNode"], ["template_type", "report"]]
D, [2017-09-11T20:38:08.181264 #17410] DEBUG -- : MiqReport Inst Including Associations (0.0ms - 0rows)
I, [2017-09-11T20:38:08.183157 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_flash_msg.html.haml (0.0ms)
I, [2017-09-11T20:38:08.202109 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/exp_atom/_editor.html.haml (2.8ms)
I, [2017-09-11T20:38:08.202715 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_exp_editor.html.haml (19.9ms)
I, [2017-09-11T20:38:08.203472 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_adv_search_body.html.haml (23.5ms)
D, [2017-09-11T20:38:08.206194 #17410] DEBUG -- : CACHE (0.0ms) SELECT "miq_reports"."id", "miq_reports"."name", "miq_reports"."conditions" FROM "miq_reports" WHERE "miq_reports"."db" = $1 AND "miq_reports"."template_type" = $2 AND ("miq_reports"."conditions" IS NOT NULL) [["db", "ContainerNode"], ["template_type", "report"]]
D, [2017-09-11T20:38:08.206462 #17410] DEBUG -- : MiqReport Inst Including Associations (0.0ms - 0rows)
D, [2017-09-11T20:38:08.207251 #17410] DEBUG -- : MiqSearch Load (0.3ms) SELECT "miq_searches".* FROM "miq_searches" WHERE "miq_searches"."db" = $1 AND "miq_searches"."search_type" = $2 [["db", "ContainerNode"], ["search_type", "global"]]
D, [2017-09-11T20:38:08.207517 #17410] DEBUG -- : MiqSearch Inst Including Associations (0.0ms - 0rows)
D, [2017-09-11T20:38:08.209043 #17410] DEBUG -- : MiqSearch Load (0.6ms) SELECT "miq_searches".* FROM "miq_searches" WHERE "miq_searches"."db" = $1 AND "miq_searches"."search_type" = $2 AND "miq_searches"."search_key" = $3 [["db", "ContainerNode"], ["search_type", "user"], ["search_key", "admin"]]
D, [2017-09-11T20:38:08.209574 #17410] DEBUG -- : MiqSearch Inst Including Associations (0.0ms - 0rows)
I, [2017-09-11T20:38:08.211350 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_adv_search_footer.html.haml (6.1ms)
I, [2017-09-11T20:38:08.211673 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_adv_search.html.haml (32.4ms)
I, [2017-09-11T20:38:08.229152 #17410] INFO -- : Rendered /home/bpaskinc/miq/PLUGINS/manageiq-ui-classic/app/views/layouts/_footer.html.haml (50.4ms)
Session: Hash of Size 10450, Elements 24
=================================
I, [2017-09-11T20:38:08.231463 #17410] INFO -- : Completed 200 OK in 2239ms (Views: 1799.2ms | ActiveRecord: 41.1ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment