Skip to content
New issue

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

"Failed to write to disk" when work_dir is in mounted volume #193

Open
RunsFor opened this issue Oct 6, 2020 · 0 comments
Open

"Failed to write to disk" when work_dir is in mounted volume #193

RunsFor opened this issue Oct 6, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@RunsFor
Copy link

RunsFor commented Oct 6, 2020

Tarantool is not working when work_dir is in mounted volume:

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)

@kyukhin kyukhin added teamQ bug Something isn't working good first issue Good for newcomers 5856 labels Feb 18, 2022
@NickVolynkin NickVolynkin removed the 5856 label Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants