Hello,
I have a bit of a noob question, but I am trying to figure out how I should have handled this situation:
I had an error in my configuration and I ran commit-confirm 1, which failed as expected.
# commit-confirm 1
commit-confirm will automatically reboot in 1 minutes unless changes
are confirmed.
Proceed ? [Y/n]
Initialized commit-confirm; 1 minutes to confirm before reboot
[ firewall ]
Invalid interface group "GUEST" on firewall rule
[[firewall]] failed
Commit failed
[edit]
I then checked for scheduled reboots to make sure the reboot had been canceled, and none were listed.
# run show reboot
Reboot or poweroff is not scheduled
[edit]
So I went about my business, but sure enough, 1 minute later the device rebooted and reverted the changes.
My first question is how do I know if a commit-confirm is still waiting on a confirmation? Is there another command besides show reboot I should know?
My second question is what’s the proper way to cancel the commit-confirm in this situation? Should I just run confirm?
Thanks!