Complete
Details
Assignee
Umer SaleemUmer Saleem(Deactivated)Reporter
CalebCalebLabels
Priority
High
Details
Details
Assignee
Umer Saleem
Umer Saleem(Deactivated)Reporter
Caleb
CalebLabels
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created December 10, 2024 at 2:04 PM
Updated January 14, 2025 at 1:28 PM
Resolved January 14, 2025 at 1:28 PM
The
deupdcached
property is extremely expensive to retrieve and is hidden by default (if you try to runzpool
command). However,py-libzfs
is retrieving this property by default which is going to be very painful. We need to not retrieve this property by default and only make it be retrieved if someone explicitly asks for that property.To retrieve this property via the
zpool
command you have to runzpool get dedupcached
explicitly. Not even runningzpool get all
retrieves it.NOTE: The UI team is NOT using this value.