Roman Strashkin
Roman Strashkin
no no. I know it is possible to validate query\form params, but validator doesn't fill any structure in this case. So I need manually retrieve the data from request and...
erepot? What is it?
``` # zpool status rtest 1 pool: rtest state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are...
It seem the change is part of 0.8.x release, but the test system is 0.7.5. Will try to build a 0.8.x release and repeat the test
I've built 0.8.0-rc4. The same issue and there are no any related events.
Here is what is known by now: scrub might issue ZIO to right now attached disk, that causes the described CHKSUM errors. To solve this I implemented the following fix....
I can confirm the issue. PATH_A is a path where `HandleContext` to redirect to PATH_B. If PATH_B has more handlers than PATH_A then part of PATH_B handlers will be executed...
Hi. I have the similar issue (gentoo, rtorrent version 0.9.6): ``` # rtorrent -d /data/torrents -s ~/.config/rtorrent/session -o dht=on,dht_port=6881,dht.add_node=dht.transmissionbt.com rtorrent: Failed to parse command line option: DHT not enabled. ```...
> > 1. switch from SCRUB to RESILVERING if a vdev requires resilvering > > I was under the impression that zfs will already cancel a scrub if a resilver...
@tcaputi had you chance to take a look?