You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature would like to see added to OpenZFS
A read-only property, similar to used, userused@... and userobjused@..., possibly named objused, to retrieve the number of objects in a dataset (of type filesystem, snapshot or bookmark - it won't make sense for zvols).
How will this feature improve OpenZFS?
Use case: To provide a rough estimate of total number of files (inodes) in a ZFS filesystem, without having to enumerate possible UIDs and reading many userobjused@ properties.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the feature would like to see added to OpenZFS
A read-only property, similar to
used
,userused@...
anduserobjused@...
, possibly namedobjused
, to retrieve the number of objects in a dataset (of type filesystem, snapshot or bookmark - it won't make sense for zvols).How will this feature improve OpenZFS?
Use case: To provide a rough estimate of total number of files (inodes) in a ZFS filesystem, without having to enumerate possible UIDs and reading many
userobjused@
properties.Additional context
The text was updated successfully, but these errors were encountered: