From 83fa2490f43eb4ea2cc70b5fcd3774844bc0dee5 Mon Sep 17 00:00:00 2001 From: JP Bourget Date: Sat, 21 Mar 2020 00:13:06 -0400 Subject: [PATCH 1/2] HA: comment out virtualenv_opts = --always-copy --- conf/HA/st2.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/HA/st2.conf.sample b/conf/HA/st2.conf.sample index d35714c61a..06bee1b13c 100644 --- a/conf/HA/st2.conf.sample +++ b/conf/HA/st2.conf.sample @@ -20,7 +20,8 @@ logging = /etc/st2/logging.rulesengine.conf [actionrunner] logging = /etc/st2/logging.actionrunner.conf -virtualenv_opts = --always-copy +# Leave until EL6 is removed. Causes problems with EL7 and user64 +# virtualenv_opts = --always-copy [resultstracker] logging = /etc/st2/logging.resultstracker.conf From c568c70d406cd765392fe1504195103a4ce461c6 Mon Sep 17 00:00:00 2001 From: JP Bourget Date: Mon, 23 Mar 2020 16:57:43 -0400 Subject: [PATCH 2/2] Update conf/HA/st2.conf.sample Co-Authored-By: Eugen C. --- conf/HA/st2.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/HA/st2.conf.sample b/conf/HA/st2.conf.sample index 06bee1b13c..b610f6c2b4 100644 --- a/conf/HA/st2.conf.sample +++ b/conf/HA/st2.conf.sample @@ -20,8 +20,8 @@ logging = /etc/st2/logging.rulesengine.conf [actionrunner] logging = /etc/st2/logging.actionrunner.conf -# Leave until EL6 is removed. Causes problems with EL7 and user64 -# virtualenv_opts = --always-copy +# The line should be commented and 'always-copy' removed when using EL7 or EL8 as it causes virtualenv issues on pack install +virtualenv_opts = --always-copy [resultstracker] logging = /etc/st2/logging.resultstracker.conf