yoshiyuki.kanno
yoshiyuki.kanno
In order to avoid the offline processing affecting the online processing in terms of network bandwidth. This feature will be important when someone try to build LeoFS as a service...
We should pass not only make eunit|xref but `make dialyzer` on every repo before commiting any change. - [ ] leofs/apps/leo_manager - [ ] leofs/apps/leo_storage - [ ] leofs/apps/leo_gateway -...
Building the current monolithic plt file for the first time tend to take much time. As multiple plt files can be specified through --plts option, Dividing the current plt file...
originally filed at https://github.com/leo-project/leo_gateway/issues/63. > You can't currently assign NFS keys via gen-nfs-mnt-key as 10.1.1.0/24. It would be good to be able generate a key for a range of IPs...
AFAIK NFS clients have used inode(called fileid in rfc1813) included in a response only as a local cache identifier so that I think it's not big flaw but should be...
seems there are some room to improve performance generated by erpcgen by - applying the inline attribute to functions - replacing a case clause with many branches with something having...
OTOH trimming via SETATTR has been supported. ### reference - https://www.ietf.org/rfc/rfc1813.txt
Now Abort MU(AMU) issues listing (prefix search) objects internally to fetch records to be deleted and this listing happens across all metadata stores (leveldb) so this can cause high load...
Write contents based on https://github.com/facebook/rocksdb/wiki/Basic-Operations.
We'll take over https://github.com/leo-project/erocksdb/pull/10.