We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9e4025 + 61f6caf commit bb99f1fCopy full SHA for bb99f1f
1 file changed
lib/cinder
@@ -96,9 +96,9 @@ CINDER_VOLUME_CLEAR=$(echo ${CINDER_VOLUME_CLEAR} | tr '[:upper:]' '[:lower:]')
96
# https://bugs.launchpad.net/cinder/+bug/1180976
97
CINDER_PERIODIC_INTERVAL=${CINDER_PERIODIC_INTERVAL:-60}
98
99
-# Centos7 switched to using LIO and that's all that's supported,
100
-# although the tgt bits are in EPEL we don't want that for CI
101
-if is_fedora; then
+# Centos7 and OpenSUSE switched to using LIO and that's all that's supported,
+# although the tgt bits are in EPEL and OpenSUSE we don't want that for CI
+if is_fedora || is_suse; then
102
CINDER_ISCSI_HELPER=${CINDER_ISCSI_HELPER:-lioadm}
103
if [[ ${CINDER_ISCSI_HELPER} != "lioadm" ]]; then
104
die "lioadm is the only valid Cinder target_helper config on this platform"
0 commit comments