Andreas Hindborg
Andreas Hindborg
Percona Server and TerarkDB are some times having issues when files are added or renamed in ZenFS repository. Percona build system is trying to scrape the ZenFS makefile for their...
Set environment variable ZENFS_EXPORT_PROMETHEUS=y when building to enable prometheus export of metrics. Exporter will listen on 127.0.0.1:8080. Requires prometheus-cpp-pull == 1.1.0.
This is a retry of #172 because the DCO check for some reason was not triggered
Possibly because of addition of new required parameter for `db_stress`. https://github.com/westerndigitalcorporation/zenfs/actions/runs/2297808672
Our weekly `mtr` tests are broken because we use a version of `percona-server` that does not support building `zenfs` with the `CMakeLists.txt` fragment. We have a patch queued for `percona-server`...
To check that building with C++11 is working.
At the moment `zonefs` backend is not tested as part of CI. We need to update CI to also exercise this part of the code.
Suggest to use `rustup doc std::fmt` to open the documentation for `std::fmt`.
```shell root@debian:~# ./zenfs You need to specify a command: ./zenfs [list | ls-uuid | df | backup | restore | dump | fs-info | link | delete | rename |...
Currently logs are stored in /tmp with a predefined name. We should allow users to select the log destination at mount time. Maybe also allow syslog destination?