Closed johrstrom closed 3 years ago
I know you have changes in a draft PR - so maybe you're fixing the same in those, I'm not sure - I just thought I'd make the ticket on the off chance that you're unaware of the issues.
@johrstrom When you started did you delete all images and docker containers and then re-download them? I did not do this at first, I just did a 'git pull' and when I started everything up I got similar error messages about the xdmod db. Just thought I'd mention it in case yours is the same issue. Once I stopped docker, deleted all containers and images, and then ran ./hpcts start, all new docker images were downloaded and everything worked.
:facepalm: I did refresh the images, but maybe not the volumes. Let me try that.
Yea I had to delete my volumes because that's where the mysql db is. I feel like that got me last year too...
In any case, I've got this error from a built container. Are you saying the containers you download from Dockerhub are OK - I assume they're last years?
xdmod | 2021-07-13 16:37:39 [critical] Error while executing sacct: sacct: fatal: ReqGRES is deprecated, please use ReqTRES
xdmod |
xdmod exited with code 1
In any case, I've got this error from a built container. Are you saying the containers you download from Dockerhub are OK - I assume they're last years?
xdmod | 2021-07-13 16:37:39 [critical] Error while executing sacct: sacct: fatal: ReqGRES is deprecated, please use ReqTRES xdmod | xdmod exited with code 1
I'm assuming these should be fixed in #90. If you want you can merge in that PR and test. Otherwise, we'll have to wait until @ryanrath is finished with that PR.
I'm happy to wait.
I saw #90 got pulled in so I'll work though this and let you know if there's still any issue.
I saw #90 got pulled in so I'll work though this and let you know if there's still any issue.
Sounds good. I just built and pushed the new docker images so feel free to pull from docker hub and test.
Yep! works just fine. I went through the integration instructions and it seems there's 1 step on the OnDemand side, then we need to shred - so we'll have to work through how that's going to go in the tutorial, who says what and what that handoff looks like.
I don't see any data after I ran the shred script, so I'll open a different ticket on that.
https://github.com/ubccr/hpc-toolset-tutorial/blob/master/ondemand/motd#L23-L44
The instructions for integrating XDMoD and OOD are on the OOD message of the day (and in the message of the day when you ssh into OOD).
It's fairly straight forward, and seems to imply everything's already set on the XDMoD side and the only modifications we need is to OOD itself.
In any case, When I try to run this command I get these errors. Same with the API - it returns errors that the MySQL db isn't up.