From 76ff4543a46e0eb67ac5992b424cfb7e85931ead Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 28 Mar 2019 12:55:58 -0500 Subject: [PATCH] Change formatting of issues to include blocks. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39d2c4b..4feb3fd 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,9 @@ The default user name and password for the web UI is 'vagrant'. ## Issues and Work arounds -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 following command: `vagrant box update` +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 following command: +``` +vagrant box update +``` 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. For example if you're using 4GB already increase the memory to 6GB in your Virtual Box. -- GitLab