I was unable complete vagrant up ohpc because ssh auth stopped working. The machine did complete booting and was accessible on the console.
Inspecting the authorized_keys file for vagrant showed the provisioned keys were no longer present. Only the cluster key (generated by ohpc) was there. I had to manually store the authorized_keys for the public key used for the provision in order to make vagrant up complete successfully.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I was led to this issue by looking through the issues after encountering the following problem after using vagrant up ohpc for the first time.
ohpc: ohpc: PLAY [ohpc] ******************************************************************** ohpc: ohpc: TASK [Gathering Facts] ********************************************************* ohpc: ok: [ohpc] ohpc: ohpc: TASK [pre_ohpc : fail] ********************************************************* ohpc: fatal: [ohpc]: FAILED! => {"changed": false, "msg": "Kernel version mismatch between loaded kernel and group-vars/all! Please fix and run again."} ohpc: to retry, use: --limit @/vagrant/CRI_XCBC/site.retry ohpc: ohpc: PLAY RECAP ********************************************************************* ohpc: ohpc : ok=1 changed=0 unreachable=0 failed=1 The SSH command responded with a non-zero exit status. Vagrantassumes that this means the command failed. The output for this commandshould be in the log above. Please read the output to determine whatwent wrong.
The problem I encountered may be different, though. I found that my public key had already been picked up and was available within the VM, so that vagrant ssh ohpc worked right away without the above steps.
@alansill thanks for the additional data point. The error you are having relates to a variable setting in the CRI_XCBC/groups_var/all file. It needs to be changed to match the current version of the kernel on the ohpc node as determined by uname -r.