]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove libjemalloc1 installation task
authorDmitriy Rabotyagov <noonedeadpunk@ya.ru>
Wed, 23 Sep 2020 13:06:33 +0000 (16:06 +0300)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 24 Sep 2020 18:02:27 +0000 (14:02 -0400)
libjemalloc1 package is not required neither for ganesha dependency nor
for the package build process. So this task can be simply dropped.

Signed-off-by: Dmitriy Rabotyagov <noonedeadpunk@ya.ru>
(cherry picked from commit 297532ca411dbdc6ec96258875058b323008abfe)

roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml

index 60609b614f6aeb345d04234fe6545624ce004b9b..a679b5c673c4f70af649435c843414027df0e8ee 100644 (file)
         - (ceph_origin == 'repository' or ceph_origin == 'distro')
         - ceph_repository != 'rhcs'
       block:
-        - name: install jemalloc for debian
-          apt:
-            name: libjemalloc1
-            state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
-            update_cache: yes
-          register: result
-          until: result is succeeded
         - name: install nfs rgw/cephfs gateway - debian
           apt:
             name: ['nfs-ganesha-rgw', 'radosgw']