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

Scrub data when deleting #83

Closed
jgod opened this issue Dec 30, 2013 · 5 comments
Closed

Scrub data when deleting #83

jgod opened this issue Dec 30, 2013 · 5 comments

Comments

@jgod
Copy link

jgod commented Dec 30, 2013

Maybe it's obvious to some, but not to me and others. When you call "delete" your data is left behind on the vm. There is a scrub_data parameter but by default it is not enabled.

fog/fog#2525

What do you think about adding an optional parameter?

@jpadilla
Copy link

jpadilla commented Jan 4, 2014

👍 I'm down for this. I can try and get this working, should be pretty straightforward. Should it also be optional when doing vagrant destroy?

@jgod
Copy link
Author

jgod commented Jan 5, 2014

Imo something like vagrant destroy --scrub (applies to all) and vagrant destroy app1 --scrub (applies to one) is good syntax so we have flexibility. The intent is clear and it doesn't interfere with existing usage.

@jgod
Copy link
Author

jgod commented Jan 6, 2014

I think it's the default option now, however if you still want to pursue it, i think a --scrub=true and --scrub=false would work well

@tbrosman
Copy link

I would also like the option to specify this from the command line. When rebuilding a machine it seems as though it now waits for the previous VM to finish scrubbing data. Has anyone else observed this behavior?

@seth-reeser
Copy link
Member

For security reasons - this is enabled by default by DigitalOcean and they do not allow an API parameter around this.

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

4 participants