-
- [ ] ConfD: Analyzing Configuration Dependencies of File Systems for Fun and Profit. FAST 2023
- [ ] #4
- [ ] On Stacking a Persistent Memory File System on Legacy File Systems. FAST 2023
- [ ] pF…
-
Segmentation fault while enable zenfs gc
```bash
sudo ~/rocksdb/plugin/zenfs/util/zenfs mkfs --zbd=nvme1n1 --aux_path=/home/femu/zenfs-aux --force --enable-gc
sudo ./db_bench --fs_uri=zenfs://…
-
In some IO Intensive situation, ZoneFile::AllocateNewZone returns IOStatus::NoSpace.
but rather than return directly Nospace error and shutdown database,
maybe there should be one more chance to GCW…
-
Excuse me, I modified the fs/zenfs code before and compiled it without any problems.
I ran the compile directive as usual:`DEBUG_LEVEL=0 ROCKSDB_PLUGINS=zenfs make -j48 db_bench install`
But, today …
-
Hey,
I see you've provided a [`Search_Symbol.jl`](https://github.com/eohne/YFinance.jl/blob/master/src/Search_Symbol.jl) file for fetching/reading the symbols (tickers). I know it's empty, but I thin…
-
Why didn't composer founders choose YAML? Json even does not support comments inside a file.
Yaml is proved to be the best choise for configuration and Symfony proved that.
But it's not too late to a…
-
Hi I'm facing an error which is: Compression type Snappy is not linked with the binary.
I got this error while running the `simple_example` in the `examples/` directory. I simply built this by using …
-
Hello, I am now confused in zenfs zone allocation part:
Hope for detail guides, thanks a lot~~~
**Q1. In the function to build SST `CalculateSSTWriteHint(0)` ,is the returned result to the variab…
-
Hi, I really want to know the reason for that.
> I have used QEMU for setting the `zenfs env` and done `db_tench` test successfully in the past.
`Since` I restarted the QEMU ,I failed in build…
-
I asked a question about whether Zone::Reset will cause device io in [issue#252](https://github.com/westerndigitalcorporation/zenfs/issues/252)
But I find that in ZenFS, a zone will be reset when use…