[ARVADOS] updated: 2.1.0-1037-ge089871b7

Git user git at public.arvados.org
Thu Jul 22 15:08:44 UTC 2021


Summary of changes:
 doc/install/crunch2-lsf/install-dispatch.html.textile.liquid | 2 +-
 lib/config/config.default.yml                                | 4 ++++
 lib/config/generated_config.go                               | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

       via  e089871b753585b26f429968e865f8ae1e03b733 (commit)
      from  0f784d657527c998e7cd1d7aee8cbd8f0d75e04a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e089871b753585b26f429968e865f8ae1e03b733
Author: Tom Clegg <tom at curii.com>
Date:   Thu Jul 22 11:06:29 2021 -0400

    17756: Note that bsub sudo user must exist on worker nodes.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid b/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid
index d8b6aefab..66b562d13 100644
--- a/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid
+++ b/doc/install/crunch2-lsf/install-dispatch.html.textile.liquid
@@ -35,7 +35,7 @@ Review the following configuration parameters and adjust as needed.
 
 h3(#BsubSudoUser). Containers.LSF.BsubSudoUser
 
-arvados-dispatch-lsf uses @sudo@ to execute @bsub@, for example @sudo -E -u crunch bsub [...]@. To use a user account other than @crunch@, configure @BsubSudoUser@:
+arvados-dispatch-lsf uses @sudo@ to execute @bsub@, for example @sudo -E -u crunch bsub [...]@. This means the @crunch@ account must exist on the hosts where LSF jobs run ("execution hosts"), as well as on the host where you are installing the Arvados LSF dispatcher (the "submission host"). To use a user account other than @crunch@, configure @BsubSudoUser@:
 
 <notextile>
 <pre>    Containers:
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 975b4cd0f..64d59f2c0 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -1022,6 +1022,10 @@ Clusters:
 
         # Use sudo to switch to this user account when submitting LSF
         # jobs.
+        #
+        # This account must exist on the hosts where LSF jobs run
+        # ("execution hosts"), as well as on the host where the
+        # Arvados LSF dispatcher runs ("submission host").
         BsubSudoUser: "crunch"
 
       JobsAPI:
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index dec250558..a7aebe638 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -1028,6 +1028,10 @@ Clusters:
 
         # Use sudo to switch to this user account when submitting LSF
         # jobs.
+        #
+        # This account must exist on the hosts where LSF jobs run
+        # ("execution hosts"), as well as on the host where the
+        # Arvados LSF dispatcher runs ("submission host").
         BsubSudoUser: "crunch"
 
       JobsAPI:

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list