14796: Tweak example boot probe command.
authorTom Clegg <tclegg@veritasgenetics.com>
Wed, 3 Apr 2019 20:24:35 +0000 (16:24 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Wed, 3 Apr 2019 20:24:35 +0000 (16:24 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

doc/install/install-dispatch-cloud.html.textile.liquid

index fa1b62e990d29c21f199d10f7948b7fa0ad8764f..42c814b8791f018d51ff66622f2d6f8669655578 100644 (file)
@@ -76,7 +76,7 @@ Add or update the following portions of your cluster configuration file, @/etc/a
         ExternalURL: "https://<span class="userinput">uuid_prefix.arvadosapi.com</span>"
     CloudVMs:
       # BootProbeCommand is a shell command that succeeds when an instance is ready for service
-      BootProbeCommand: "systemctl status docker"
+      BootProbeCommand: "sudo systemctl status docker"
 
       <b># --- driver-specific configuration goes here --- see Amazon and Azure examples below ---</b>