Does this work - to put that data to SSD like we do with DBS currently ?
Cheers
Does this work - to put that data to SSD like we do with DBS currently ?
Cheers
any simple scripts / snippets you could give or what is needing to be added to the run command
No script or adding anything to the run command. I just moved the hashtable directory to the system drive and created a symbolic link to it in the required place in the storage directory
I believe the option to move the hashtables is in one of the new verions, 120+âŚ
Did this as well and it brought the node back online
I did this too, and it worked.
Commands:
mkdir -p data/storage/hashstorersync -avhr /mnt/storj/data/storage/hashstore/ data/storage/hashstorevolumes:: - ./data/storage/hashstore:/app/config/storage/hashstoreI prefer this over symbolic links, because it is more obvious at first glance that I am overriding that one directory.
greetings from 6 months later.
Now that hashstore has been announced for the future, do we know if the hashstore file locking will still be an issue for NFS mounts, or has something changed with how it is accessed by storj?
We do not use NFS and the requirements have not changed, also the claim that it doesnât support any network filesystems is still valid. It hasnât been tested at all, so itâs not forbidden, but not supported.
It may work until it doesnât.
Yeah I just tried disabling my workaround (specifying a local drive for the hashstore in docker) and the same error came back, so flock() still doesnât work with NFS.
There should be a configuration option for NFS to enable it or to emulate it.
At least itâs exist for the other network filesystems, but also depends on a kernel or OS.
Yeah what I learned so far in experimentation is that the flock error fails on a NFS4 mount no matter what I do. (tried every different local_lock option on the mount) I can actually mount it NFS v3 and it no longer gives an error, but then my storj log shows a lot of errors for Stale NFS file handle.
So⌠not definitve info right now just thinking out loud more than anything.
Then perhaps for your setup it will not work properly.