Skip to content

Commit

Permalink
Remove $qpid_session_unacked
Browse files Browse the repository at this point in the history
This parameter does not exist EPEL's qpid 1.36 causing qpidd refusing to
start.
  • Loading branch information
ekohl committed Aug 16, 2017
1 parent 6e40adb commit d391b71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
#
# $max_tasks_per_pulp_worker:: Number of tasks after which the worker gets restarted
#
# $qpid_session_unacked:: Buffer if the broker has a large number of sessions and the memory overhead is a problem
#
# $qpid_wcache_page_size:: The size (in KB) of the pages in the write page cache
#
# $package_names:: Packages that this module ensures are present instead of the default
Expand Down Expand Up @@ -84,7 +82,6 @@
String $oauth_secret = $::katello::params::oauth_secret,

String $post_sync_token = $::katello::params::post_sync_token,
Integer[0, 5000] $qpid_session_unacked = $::katello::params::qpid_session_unacked,
Integer[0, 1000] $qpid_wcache_page_size = $::katello::params::qpid_wcache_page_size,
Integer[1] $num_pulp_workers = $::katello::params::num_pulp_workers,
Optional[Integer] $max_tasks_per_pulp_worker = $::katello::params::max_tasks_per_pulp_worker,
Expand Down Expand Up @@ -131,7 +128,6 @@
ssl_cert_password_file => $::certs::qpid::nss_db_password_file,
ssl_cert_name => 'broker',
interface => 'lo',
session_unacked => $qpid_session_unacked,
wcache_page_size => $qpid_wcache_page_size,
} ~>
class { '::certs::candlepin': } ~>
Expand Down
1 change: 0 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
$pulp_max_speed = undef

# Qpid perf settings
$qpid_session_unacked = 10
$qpid_wcache_page_size = 4

# cdn ssl settings
Expand Down

0 comments on commit d391b71

Please # to comment.