Data downloads OK, unable to install Apps #717
Unanswered
darrendavid
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running NOMAD on TrueNAS Scale using the provided management_compose.yaml file provided. I'm using easy setup to install applications, and the file downloads are all successfully ending up in my mapped storage/ dir, but I'm getting this error on the app installs:
nomad_kiwix_server - Error installing service nomad_kiwix_server: (HTTP code 500) server error - error while creating mount source path '/opt/project-nomad/storage/zim': mkdir /opt/project-nomad: read-only file systemnomad_qdrant - Error installing service nomad_qdrant: (HTTP code 500) server error - error while creating mount source path '/opt/project-nomad/storage/qdrant': mkdir /opt/project-nomad: read-only file systemThe only reference I see to
/opt/project-nomad/is in theupdaterservice, where my local directory is mapped in my compose file as:- ${NOMAD_DATA_ROOT}:/opt/project-nomadThis is the same directory mapped in
adminas -${NOMAD_STORAGE_DIR}:/app/storageI do see this comment in the compose.yml:
I'm not sure if that's the issue, or if there's a permissions issue somewhere, or perhaps I've complicated things by splitting my databases and storage between two locations?
Beta Was this translation helpful? Give feedback.
All reactions