Max Asnaashari
Max Asnaashari
Closes #14006 Adds the keys `ceph.osd.pool_size` and `cephfs.osd_pool_size` (in keeping with the other naming schemes). By default, if no value is supplied, the pool size will be pulled from the...
Take the following configuration: ``` evsieve \ --input /dev/input/event9 grab domain=k1 \ --hook key:leftmeta key:m sequential breaks-on=key::1 send-key=key:leftctrl send-key=key:o exec-shell="echo something" \ --withhold \ --output @k1 ``` Which is intended...
MicroCeph supports OSD encryption with the `--encrypt` flag. In order for this to work, a user must first run the following before adding the disks they want. ```bash sudo snap...
@cole-miller pointed me to https://pkg.go.dev/crypto/tls#ClientSessionCache which might be useful in reducing the TLS connection overhead that contributes to the `go-dqlite` performance issues that we see. As such, this introduces an...