commit | 036a11e6a9f602b860c9bd88d0af651ffd848e40 | [log] [tgz] |
---|---|---|
author | Peter Razumovsky <prazumovsky@mirantis.com> | Fri Mar 12 11:13:45 2021 +0000 |
committer | Peter Razumovsky <prazumovsky@mirantis.com> | Fri Mar 12 11:20:54 2021 +0000 |
tree | a194f61eb66c40ca5ce81356549b68321e2beed3 | |
parent | b42865306e37d18821d1c0ba2ab1b540f7c30423 [diff] |
Add psmisc package to rgw hosts Change-Id: I20d117798bd719c0cacb42afb902d2b491366b14 Related-Bug: https://mirantis.jira.com/browse/PROD-35627
diff --git a/ceph/map.jinja b/ceph/map.jinja index ae0206b..0dce94c 100644 --- a/ceph/map.jinja +++ b/ceph/map.jinja
@@ -45,6 +45,7 @@ - ceph-common - python-rados - librados2 + - psmisc services: {%- if grains.get('init', None) == 'systemd' %} {%- if pillar.get('ceph',{}).get('radosgw',{}).keyring_user is defined %} @@ -64,6 +65,7 @@ pkgs: - radosgw - ceph-common + - psmisc services: - radosgw-all threads: 50