-
We found built in module `rpc` or `rex`, which may crash by huge amount requests with large size objects. So we need to implement a module of having same functions.
-
To fix this issue(https://github.com/leo-project/leofs/issues/115),
we need to adopt a KVS supporting range queries like leveldb, rocksdb.
Since we have used bitcask as kvs for metadata, we need som…
-
the SmartOS build process (and the package names) depends on the version number in leofs.mk, for 1.1.0 the version wasn't bumped so the packages are build as 1.0.2, it would be awesome if this could b…
-
hi i have tried `s3cmd sync` with following log
```
s3cmd sync /tmp/sync s3://test/
/tmp/sync/1/2/README -> s3://test/sync/1/2/README [1 of 2]
31457280 of 31457280 100% in 0s 31.06 MB/s do…
-
Hi,
i try to install LeoFS on SmartOS Nodes, tried it as Cluster or All-In-One Installation, but it always fails with "mnesia not found" error.
```
==> /var/log/leo_manager/app/error.20140214.00
defel updated
10 years ago
-
`NFS_MAX_FILE_IO_SIZE`(defined as 1048576U at a linux kernel header as below link) is used to limit the max size of r/w transfer data block on NFS even if you set the `rsize`,`wsize` mount option to m…
-
I am not 100% sure if LeoFS uses compression on it's data storage but I've seen lz4 to be included so I take the guess it is. If that is the case I'd like to ask for a config option to disable compres…
-
https://github.com/leo-project/leo_manager/blob/develop/src/leo_manager_formatter_text.erl#L556
https://github.com/leo-project/leo_manager/blob/develop/src/leo_manager_formatter_text.erl#L557
https://…
-
hello, maybe someone could help me, i can't create new object with new directories like 's3://test/11/55/66/sca.jpeg', only one sub Dir like 's3://test/11/sca.jpg'
# get bucket
bucket = s3.buckets["t…
-
There are some rooms to improve handling a large object by invoking get request to storage nodes in parallel.