From 5e4391c3313c2a9046746d24795f35ac7c25cd3c Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Fri, 15 Mar 2019 10:25:52 -0500
Subject: [PATCH] Update README.md

Clarify use of sudo commands to register ood with ohpc warewulf.
---
 README.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e247f27..897d57d 100644
--- a/README.md
+++ b/README.md
@@ -87,12 +87,17 @@ with Open OnDemand.  After the cluster is up boot the ood node with:
 vagrant up ood
 ```
 
-This will provision the node and near the end of the provisioning provide several
+This will provision the node.
+
+NOTE: Near the end of the ood provisioning, the ansible scripts will display several
 sudo commands that need to be run on the ohpc node to register the ood node
-with the cluster, ensuring data synchronization and slurm work.
+with the cluster. The commands ensure system file synchronization and slurm work. 
+You will need to copy and paste these sudo commands to a shell in ohpc.  The
+ansible script will pause for 90 seconds to give you time to do this.
 
-After the node is provisioned (or booted) you need to work around mount issue
-with NFS mounts and issue the `mount -a` command on the ood node:
+After the node is provisioned (or booted) you need to work around a mount issue
+with NFS mounts in the centos/7 vagrant box and issue the `mount -a` command 
+on the ood node:
 ```
 vagrant ssh ood -c "sudo mount -a"
 ```
-- 
GitLab