Richard Elling

Results 51 comments of Richard Elling

consider if you need a ServiceMonitor or just a PodMonitor, which can be easier reference: https://prometheus-operator.dev/docs/operator/design/#podmonitor

We integrated zpool_influxdb into the OpenZFS main code base in October 2020. Check your distro for the binary because you shouldn't need to compile the code in this repo.

@don-brady I was wondering when you were going to remember the behaviour of `spa_load_guid`

FWIW, the SCSI protocol has an operation, VERIFY, that is intended to perform verification that the data written on medium matches the request. AFAIK, nobody uses this. Likely because it...

Also, for Flash SSDs, the garbage collection can move data around. So it is not guaranteed that the medium you wrote to is the medium you read from.

The above are (mostly) ZIO scheduler tunables. More likely you need to adjust the write throttle tunables, as documented in the zfs-module-parameters man page section ZFS TRANSACTION DELAY. But first......

To determine if zfs_vdev_*_*_max_active is appropriately set, use `zpool iostat -q [interval]` during your workload. If the number of "activ" I/Os is capped at the _max_active and the "pend" >...

It will look as you would expect: more entries in the slice/array/list ``` status: addresses: - address: 192.168.1.2 type: InternalIP - address: fc00:101::220:1 type: InternalIP ```

I can see the use case, but this seems overly complex to me. If we're going to add a key to `Monitoring.Exporter`, then why not add `Monitoring.Exporter.Addrs` and pass that...