We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tarantool is not working when work_dir is in mounted volume:
work_dir
tarantool> box.schema.create_space('test') 2020-10-06 10:14:08.713 [7] wal/101/main xlog.c:1032 !> SystemError ./00000000000000000000.xlog: can't allocate disk space: Invalid argument 2020-10-06 10:14:08.714 [7] main/102/interactive txn.c:688 E> ER_WAL_IO: Failed to write to disk --- - error: Failed to write to disk ...
Reproduce:
mkdir volume && cd volume docker run -v $(pwd):/opt/volume --rm -it tarantool/tarantool:2.3
Inside docker:
box.cfg{} box.schema.create_space('test')
Tarantool version: 2.3.3-1-g43af95e77 OS: Mac OS Catalina 10.15.7 Docker Desktop community: 2.4.0.0 (48506)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tarantool is not working when
work_dir
is in mounted volume:Reproduce:
Inside docker:
Tarantool version: 2.3.3-1-g43af95e77
OS: Mac OS Catalina 10.15.7
Docker Desktop community: 2.4.0.0 (48506)
The text was updated successfully, but these errors were encountered: