Richard Elling

Results 51 comments of Richard Elling

In order to merge you need two queues: active and waiting. With the request-based scheme there is one queue with depth=zvol_threads. In other words, we'd have to pause I/Os before...

a) Recover from a cache file If the pool is writable, then this already exists: import the pool with cachefile set or -c option. b) Reconstruct cases of damaged partition...

unfortunately, tuning is rarely that simple. But we can certainly add some links, like https://openzfs.github.io/openzfs-docs/Performance%20and%20Tuning/Module%20Parameters.html#prefetch

thanks for the report... very likely we need to update this to match the more modern SMB implementation. This brings up an interesting question: does Joyent put in-kernel SMB into...

hmm... good question. In illumos, the iscsi provider is abstracted above COMSTAR. It would be nice if there was an equivalent for FreeBSD's iSCSI target. If you know the fbt...

The zpool command does decorate the parity into the vdev name, as you've noticed. We could do this as well. However the important part is the instance number `-#`

There is a generic problem here: we want to know the state as a field, but also query the state. In influxdb we query on tags, not values. So we...

Also, the default interactive query generator for grafana is somewhat limited. When we want to see the state column, we hand edit the query. If you have a desired grafana...

for grafana, there are two methods of creating an influxdb query: the query builder or edit by hand. In general, you can toggle back and forth between the two. Editing...

Comments on https://github.com/richardelling/zpool_influxdb/pull/12 appreciated. If this satisfies, then I'll make a similar PR to OpenZFS