r15ch13 / arkcluster

ARK: Survival Evolved as Docker Cluster
https://hub.docker.com/r/r15ch13/arkcluster
MIT License
30 stars 17 forks source link

Anyone having issues with the Crystal Isles map? And storage issue (probably not related but input welcome) #7

Open djmulder opened 2 years ago

djmulder commented 2 years ago

The cluster seems to get up pretty nicely bar the Crystal Isles map, it just doesn't seem to appear in the server list.

Is there a reason for this? I tried re-making the server but with no result. There's no error and in the console it actually just acts like it's up. Just not to the client.

Attached my docker-compose (using a .env for variables, not attached) and the logs

Now there's another issue, it's probably not related to the docker image but for some reason it's the only docker to have this issue: I'm running on unraid and I didn't want the cluster to polute my unraid's dockers.. so I made a VM with dockers.. but to make it so it can use as much space as needed I gave the VM 20Gb and used a mount to the unraid's shares. This is where it goes wrong... it just doesn't want to download anything when this exact setup is done. (so in fstab -> there's a p9 mount to the virtio folder)

It's working fine if the VM disk has enough space and the cluster downloads to the VM and it's working fine when I create the cluster in unraid. It's also working fine if the mount is NFS (but yeh I'm not sure how this impacts the network as I can imagine it's horrible on the performance to get map updates all the time over NFS). And again it's just this docker as other dockers just download fine to it.

This is the only case where it goes wrong.

Logs and yml: crystal isles log docker.txt crystal isles log.txt docker-compose.yml.txt bootstrap.log