Started crash recovery mechanism

This commit is contained in:
Brad Warren
2015-09-10 22:35:44 -04:00
parent 05d5d4ad96
commit 1bb62eed4d
2 changed files with 57 additions and 0 deletions
+11
View File
@@ -322,6 +322,17 @@ class IInstaller(IPlugin):
"""
def recovery_routine(self):
"""Revert configuration to most recent finalized checkpoint.
Remove all changes (temporary and permanent) that have not been
finalized. This is useful to protect against crashes and other
execution interruptions.
:raises .errors.PluginError: If unable to recover the configuration
"""
def view_config_changes():
"""Display all of the LE config changes.