]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Work around BZ#1234967 64/head
authorZack Cerza <zack@redhat.com>
Mon, 6 Jul 2015 20:55:54 +0000 (14:55 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 6 Jul 2015 21:34:47 +0000 (15:34 -0600)
We have some corrupt ceph-debuginfo packages that are causing yum to die
with a UnicodeDecodeError. Use rpm to remove them for now.

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

Signed-off-by: Zack Cerza <zack@redhat.com>
roles/testnode/tasks/yum/packages.yml

index f97e536db6b9d5481a7b60e129995bee7f778ef3..5b7f10cd38108c8bdda1747122855c12f24e6197 100644 (file)
@@ -1,4 +1,9 @@
 ---
+- name: Work around https://bugzilla.redhat.com/show_bug.cgi?id=1234967
+  command: rpm -e ceph-debuginfo
+  tags:
+    - remove-ceph
+
 - name: Ensure ceph packages are not present.
   yum:
     name: "{{ item }}"