Tony Hutter

Results 348 comments of Tony Hutter

I ended up marking all those zedlets I mentioned earlier as synchronous in my latest push.

It was mentioned at the OpenZFS meeting today that we should add in timeouts for the synchronous zedlets. Let me look into that...

I've begun to have second thoughts about adding a zedlet timeout: - Zedlets have existed for 11 years without timeouts - What action do we take on a timeout? Kill...

I re-based this yesterday. Should be good to go.

@behlendorf I included your fixes in my latest push.

@robn - > maybe a skip if you don't have mkfs.xfs and/or XFS support in your kernel (I routinely don't have those in my tiny VMs) Thanks - I just...

> did you consider pre-rendering pool + vdevs status into a data structure that would be tolerant to lockless reading? I'm not sure how that would actually be implemented. `zpool...

Reviewers - I just rebased this 2 days ago. Please take another look when you get a chance.

This PR works when the value is a byte value, but there are other places where we use ZFS_NICENUM_1024 (perhaps incorrectly) that wont be affected. For example, the JSON code...

I suspect we historically went with the ambiguous K/M/G/T prefixes to get a more precision in the `zpool iostat|status` 5-char columns. That is, you could print "500.4M" rather then "500MB"...