Richard Elling

Results 51 comments of Richard Elling

-f flags are bad UI design, you just end up training people to always type -f (see also kill -9) In general, If you don't want to destroy a dataset,...

> On Dec 22, 2015, at 10:51 AM, dswartz [email protected] wrote: > > On 2015-12-22 13:40, Richard Elling wrote: > > > -f flags are bad UI design, you just...

> On Apr 15, 2018, at 1:56 PM, yurelle wrote: > > I would like to vote for adding a settable flag to pools, datasets, & snapshots, that is something...

Since the zpool/zfs commands are just open source programs, nothing prevents a user from providing their own that has different policies. For appliances, it is quite common to implement direct...

the kernel variables for meta\* are: - arc_meta_used - arc_meta_limit - arc_meta_max These are shown by the `::arc` mdb macro.

Zoned namespace does make sense when the subsystem is a SSD. However, I don't see a use case for any place higher in the stack. To wit, if I want...

ok, I'm convinced there is a small number of consumers that can use this feature. In the future perhaps more. Meanwhile, there are many consumers that use the more flexible...

Hi @maier thanks for taking a look, I have limited test environments here and have only tested npm v8. There I see that npm removes the nad module. If there...

wrt optional use, the zfs module can be loaded late. So it isn't clear to me the best approach to setting it as optional. We should treat it the same...