-
Notifications
You must be signed in to change notification settings - Fork 146
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
[BUG] Stopping/deleting jails is broken #373
Comments
I have also had this issue many times, each time I had to manually umount jailname/root folder. I was using: I have this happen usually when creating a 'test' jail, destroying it and remaking it a few times in a row using the same name+ip. |
lesson learned, check "issues" and count how many are tagged with "bugs" before adopting. what an embarrassing bug. |
@zilti What would be a valid fix to you for this issue? Possible ones off the top of my head
Suggest a workable solution to make this go away. |
From my experience option 1. Will do the trick. I started to delay my destroy command for a minute after the jail seems to shutdown and I don't get this issue anymore. But if you want to test it, just add a bunch of mounts to a jail, start it, shutdown and destroy it quickly and you are sure to stumble Into this issue. |
Is this still an issue with the HEAD version? |
@adriel-tech does #749 that @tschettervictor linked above address your issue with mounted filesystems and it deleting them when you destroy???? Is his fix a valid fix for you??? |
It is fixed for me, I don't have this issue any longer. |
[MANDATORY] Describe the bug [MANDATORY]
When trying to stop and then delete a jail, it will fail. I have to wait about a minute after stopping a jail before it is possible to delete it.
[MANDATORY] Bastille and FreeBSD version (paste
bastille -v && freebsd-version -kru
output)[MANDATORY] How did you install bastille? (port/pkg/git)
pkg
[optional] Steps to reproduce?
The text was updated successfully, but these errors were encountered: