From b2a8896f53164bfe073d96b627fd68a738bdfd9c Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Wed, 27 Mar 2019 16:55:52 -0500
Subject: [PATCH] Update ReadMe with the potential issues and workarounds in
 ohpc_build

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 897d57d..20f4465 100644
--- a/README.md
+++ b/README.md
@@ -108,3 +108,19 @@ After this point you can connect to the web ui of the ood node, typically via
 http://localhost/8080
 
 The default user name and password for the web UI is 'vagrant'.
+
+### Issues and Work arounds
+
+1. If you encounter an issue with OHPC node provisioning due to GPG key errors as mentioned in https://github.com/jprorama/CRI_XCBC/issues/77. Please run the below command as a work around from outside your VM:
+
+    `vagrant box update`
+
+2. After you run the above command if you were to get a `"kernel mismatch error"`. To get past this error please run the below commands:
+
+    `vagrant ssh ohpc`
+
+    `uname -r`
+
+    Copy and paste this kernel version in the group_vars/all to update the kernel version in the `build_kernel_ver` variable.
+
+3. If you encounter an issue with nodes_vivify role in updating the slurm status on nodes, specifically the error `slurm_update error: Invalid node state specified`. Please increase the compute node memory to 6GB in your Virtual Box.
-- 
GitLab