From 49f556453894952e24da22723fe4d306e4b28675 Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 28 Mar 2019 12:40:14 -0500 Subject: [PATCH] Remove the numbered list --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc3eb0f..95d7269 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,12 @@ The default user name and password for the web UI is 'vagrant'. ## Issues and Work arounds -1. 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: +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 -c "uname -r"` +``` +vagrant ssh ohpc -c "uname -r" +``` - Copy and paste this kernel version in the group_vars/all to update the kernel version in the `build_kernel_ver` variable. +Copy and paste this kernel version in the group_vars/all to update the kernel version in the `build_kernel_ver` variable. -2. 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. +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