bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

ideas for a new 24.x version #609

Open bgruening opened 1 week ago

bgruening commented 1 week ago
bgruening commented 1 week ago

Check if Galaxy really uses job-handlers. I have seen this in the logs:

Dynamic handlers are configured in Gravity but Galaxy is not configured to assign jobs to handlers dynamically, so these handlers will not handle jobs. Set the job handler assignment method in the Galaxy job configuration to db-skip-locked or db-transaction-isolation to fix this.

jyotipm29 commented 1 week ago

Yes, job handlers work. You can find the logs in /home/galaxy/logs/ directory.

jyotipm29 commented 1 week ago

cvmfsexec does not support Ubuntu currently as stated here.

bgruening commented 1 week ago

What a bummer, ok for now let's assume we run with --privileged

bgruening commented 6 days ago
bgruening commented 6 days ago
bgruening commented 5 days ago

mount in the singularity containers:

cvmfs2 /cvmfs/singularity.galaxyproject.org fuse ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other 0 0