You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you get error "sqlite3.OperationalError: disk I/O error" when the askomics volume is stored on the NFS filesystem ?
I have this error when the volume is stored on the NFS file system in the askomics, celery_askomics, celerybeat_askomics services : - ../../../finalresult/phaeoaskomics_docker-data/askomics:/tmp/askomics
In docker inspect flaskomics-docker-compose_standalone-askomics-1 output:
Do you get error "sqlite3.OperationalError: disk I/O error" when the askomics volume is stored on the NFS filesystem ?
I have this error when the volume is stored on the NFS file system in the
askomics
,celery_askomics
,celerybeat_askomics
services :- ../../../finalresult/phaeoaskomics_docker-data/askomics:/tmp/askomics
In
docker inspect flaskomics-docker-compose_standalone-askomics-1
output:And:
The error does not happen when the volume is stored locally:
- /tmp/askomics:/tmp/askomics
In
docker inspect flaskomics-docker-compose_standalone-askomics-1
output:Works fine as well with a named volume stored in
/var/lib/docker/volumes
.The text was updated successfully, but these errors were encountered: