-
Notifications
You must be signed in to change notification settings - Fork 972
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
"err": "creating file: creating ODSQ4 file: creating ODS file: creating ODS file: open /home/celestia-test/.celestia-bridge-mocha-4/blocks/AE7F681FC3379C028CD36885C28C3BF912DF54AE7F6210E4378C1A8029650BCA.ods: no space left on device"} #4054
Comments
tagging @trader-payne can you maybe also provide OS and filesystem you use? |
OS - ubuntu 22.04.5 |
Experienced the same: Ubuntu 24.04 resyncinc with xfs now, will revert if that helps |
Ubuntu 22.04 |
OS - ubuntu 22.04.6 |
Ok, so the common thing is raid0. We need to research details about it and how it could be incompatible with node leading to this |
Original Server:
Backup Server:
|
Tried copying from
|
Just resynced with Unclear if because resync or new filesystem. Perhaps someone can try to resync without doing anything to further debug? |
We have the same issue with mocha-4 bridge.
|
You need to enable large directory features. If you're having the data on a separate partition it's easy to just stop the node, unmount the partition and enable large_dir: Then perform a filesystem consistency check and mount the partition again. |
Thanks it is worked. |
Ok, so the issue is not with raid0, but with ext4 having default cap on maximum amount of files allowed, that luckily can be increased as shown here. |
Celestia Node version
v0.20.4
OS
Ubuntu
Install tools
No response
Others
No response
Steps to reproduce it
n/a
Expected result
no error
Actual result
so 3 people are getting these on Mocha:
2025-01-20T14:29:22.755Z ERROR header/sync sync/sync.go:227 syncing headers {"from": 4264271, "to": 4265030, "err": "creating file: creating ODSQ4 file: creating ODS file: creating ODS file: open /home/celestia-test/.celestia-bridge-mocha-4/blocks/AE7F681FC3379C028CD36885C28C3BF912DF54AE7F6210E4378C1A8029650BCA.ods: no space left on device"}
observations so far:
Relevant log output
Is the node "stuck"? Has it stopped syncing?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: