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

feature request: Make "zfs set snapdir=visible tank/test" work. #88

Open
hboetes opened this issue May 28, 2018 · 2 comments
Open

feature request: Make "zfs set snapdir=visible tank/test" work. #88

hboetes opened this issue May 28, 2018 · 2 comments

Comments

@hboetes
Copy link

hboetes commented May 28, 2018

I wanted to have all snapshots mounted, so I set zfs set snapdir=visible tank/test only to notice that zfs-auto-snapshot can't delete them anymore since the snapshots are mounted and it doesn't know how to unmount them.

This begs for a feature of course. :)

@hboetes
Copy link
Author

hboetes commented May 28, 2018

@kpande well it's still available in the debian repos, so for anyone running into this issue:

I just found the fix:
replace the destroy command:
do_run "zfs destroy $FLAGS '$jj'"
with
do_run "zfs destroy '$jj'"

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

2 participants
@hboetes and others