-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
feat: prompt before formatting #725
Comments
What is the behavior if I add a new disk, eg. new EBS volume. We need to run with I've to test this out. I was just about to do this in a production system but think i'll re-think. related: #533 |
Disko can run incrementally, I used this to create new zfs datasets. However I would test if it works for your use case on a system where you don't care about the data, I found a bug in the process where it deleted lost a zpool. Meaning there might be many edge cases we have not discovered yet. |
It would be interesting to contemplate implementing the disko primitives in a terraform provider. Then you gain the tf planning mechanism, state, and other niceties. |
Yes, with
I am very much in favor of this. One note for implementation: nixos-anywhere runs |
quick overview of #772 (closed) 5 implementation ideas: add one or more of the following to the CLI.
|
@adam248 your ticket was not a duplicate of this one. Please re-open it. This ticket is about a clearly-defined, simple solution for |
The new confirmation dialogue is only shown for the new outputs introduced in the previous commits. The existing outputs do not change behavior to keep backwards compatibility. Fixes #725
The new confirmation dialogue is only shown for the new outputs introduced in the previous commits. The existing outputs do not change behavior to keep backwards compatibility. Fixes #725
The new confirmation dialogue is only shown for the new outputs introduced in the previous commits. The existing outputs do not change behavior to keep backwards compatibility. Fixes #725
The new confirmation dialogue is only shown for the new outputs introduced in the previous commits. The existing outputs do not change behavior to keep backwards compatibility. Fixes #725
The new confirmation dialogue is only shown for the new outputs introduced in the previous commits. The existing outputs do not change behavior to keep backwards compatibility. Fixes #725
disko
is dangerous. In particular, it will happily destroy any disk if you accidentally set the modedisko
instead ofmount
. I've ended up making this mistake twice, and having to copy files again to correct it. For someone without a backup, the effects could be even worse.Making
disko
ask for confirmation by default, with a-y
flag to force it to continue without prompting, would be ideal for avoiding most mistakes.The text was updated successfully, but these errors were encountered: