From ba141298d708082f0b4256136d4a96c63407c473 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Tue, 15 Oct 2019 22:48:31 -0500 Subject: [PATCH] iscsi-gw: Fix rtslib installation When using python3 the name of the rtslib rpm is python3-rtslib. The packages that use rtslib already have code that detects the python version and distro deps, so drop it from the ceph iscsi gw task list and let the ceph-iscsi rpm dependency handle it. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1760930 Signed-off-by: Mike Christie --- roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml b/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml index f2bcd2e81..0c5d505ff 100644 --- a/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml +++ b/roles/ceph-iscsi-gw/tasks/non-container/prerequisites.yml @@ -7,7 +7,6 @@ common_pkgs: - tcmu-runner - targetcli - - python-rtslib common_repos: - tcmu-runner - python-rtslib -- 2.39.5