From 12c1c51313e897abd0e9d1801b42bc8dc3b8d1d9 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 3 Feb 2022 15:42:18 -0500 Subject: [PATCH] 18713: expand comment. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- tools/compute-images/scripts/base.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh index b30ad38d16..450a8b3c54 100644 --- a/tools/compute-images/scripts/base.sh +++ b/tools/compute-images/scripts/base.sh @@ -210,7 +210,8 @@ if [ "$NVIDIA_GPU_SUPPORT" == "1" ]; then # This service fails to start when the image is booted without Nvidia GPUs present, which makes # `systemctl is-system-running` respond with "degraded" and since that command is our default # BootProbeCommand, compute nodes never finish booting from Arvados' perspective. - # Disable the service to avoid this. + # Disable the service to avoid this. This should be fine because crunch-run does its own basic + # CUDA initialization. $SUDO systemctl disable nvidia-persistenced.service fi -- 2.30.2