Option to Automatically Rollback to a Snapshot #679
michacassola
started this conversation in
Feature Requests
Replies: 1 comment
-
This is definitely out of scope, and is going to involve a lot of handshaking between your regular boot environment and ZFSBootMenu. You can do the ZBM side from an early-setup hook or add a custom startup script in /usr/share/zfsbootmenu/init.d. Roughly:
This will probably get pretty hacky and highly customized, and I don't know that it's advisable to attempt to automate recovery of this nature. It's probably better to just build a ZBM image with network connectivity and SSH access, so that you can log in even from afar and just pick what you want to do when you need to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like it if ZBM could be configured to prefer a certain pool's snapshot and boot into that and if that fails boots into another somehow marked pool snapshot.
This way the running system could become the fallback snapshot that is done before an upgrade.
If this is out of scope for ZBM, how would I best go about making something like that, if it is at all possible?
Beta Was this translation helpful? Give feedback.
All reactions