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
Path for zfs diff bug and add move V feature
zfs diff has an issue that spaces in file names are replaced with \0040. Added patch to correct this condition. Also added feature to have a move flag for diffs (V). By default zfs diff returns R for Rename and Move but new flag on get_diffs allows for distinction between rename (R) and move (V).
Enumerate zpool Properties. API Updated
Updated to automatically enumerate `zpool` properties as well as allowing specifying other non-defaulted parameters.
API of methods have changed. Updating to 0.10.0 to clearly flag new API.
Alter Time Delta Codes to Match Usage in ISO 8601
- Update TimeDelta code from y to Y (year), m to M (month) etc. to be more intuitive
- Patch bug with bad data showing up in diff output
- Cleanup of print statements