ubccr / hpc-toolset-tutorial

Tutorial for installing Open XDMoD, OnDemand, & ColdFront
GNU General Public License v3.0
121 stars 72 forks source link

XDMoD fails after docker-compose stop/start #135

Closed aebruno closed 2 years ago

aebruno commented 2 years ago

This is related to #134. Would be nice to support stopping/starting the containers. Steps to reproduce:

$ ./hpcts start
$ docker-compose down
$ docker-compose up

This also doesn't work:

$ ./hpcts start
$ docker-compose stop
$ docker-compose start

XDMoD fails to come back up and just responds with application/json:

xdmod-fail

@ryanrath Any thoughts?

ryanrath commented 2 years ago

PR ( https://github.com/ubccr/hpc-toolset-tutorial/pull/138 ) w/ the fix for this is up. Turns out we just needed a new volume so that /etc/xdmod could persist across restarts ( down / ups ).