storage icon indicating copy to clipboard operation
storage copied to clipboard

ReadWriteDiskUsage is incorrect for the zfs driver

Open dfr opened this issue 2 years ago • 0 comments

It returns a summary for everything visible in the layer where it should return the usage for just this layer, similar to overlay. The zfs clone data set for containers only consumes space for objects which are modified.

We have a good estimate of bytes-used in d.dataset.Used but no value for 'inodes' used (which isn't a terribly important value for zfs).

dfr avatar Jan 13 '23 13:01 dfr