Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support written property for avoiding needless snapshots #30

Open
bdrewery opened this issue Sep 11, 2015 · 1 comment
Open

Support written property for avoiding needless snapshots #30

bdrewery opened this issue Sep 11, 2015 · 1 comment

Comments

@bdrewery
Copy link
Owner

https://www.illumos.org/issues/1645

@bdrewery
Copy link
Owner Author

This is tricky. Checking dataset:written would work as long as there's no manual snapshots. Any manual snapshots would make the assumption of trusting written > 0 wrong. It would need to check the written property on the last snapshot created by itself. This could result in a used == 0 case that ends up getting deleted though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant