Allan Jude

Results 104 comments of Allan Jude

Based on conversations had at the OpenZFS Developer Summit, we have hidden the "don't check the quota if the dataset is a zvol" feature behind an off-by-default tunable, so that...

Relate to this, I have wondered about being able to use "snapspec" (@from-snap%to-snap) as part of `hold`/`release` Would other find this useful?

> > > the default for these properties is UINT64_MAX to represent a 'none' value > > > > > > So by 'none' do you mean "use the old...

> > The difference here being: if the leaf vdev is set to none, we check its parent, and recurse all the way up to the root vdev. Basically faking...

> @allanjude - Sorry, you were right - I got the terminology wrong. It should be: > > ``` > root vdev (the pool) > | > top level vdev...

> @allanjude thanks for the info. I just noticed that `zpool get` has a special `all-vdevs` option: > > ``` > zpool get [-Hp] [-o field[,field]…] all|property[,property]… pool [all-vdevs|vdev]… >...

> > The issue with doing a set all-vdevs rather than some kind of inheritance, is that the value won't persist through a zpool replace or apply to any newer...

> > This is why we were thinking of the root-vdev property, so you could set a default basically at the pool level, but then still be able to override...

Based on conversations at the OpenZFS developer summit, we have settled on the syntax: `zpool set vdev_prop=value poolname poolname` to reflect the root vdev. This just requires a bit of...

For jails from source, wouldn't we want more like `-src.conf` rather than make.conf?