Skip to content

Commit 75908d2

Browse files
committed
Fix line length linting errors
1 parent f642b7f commit 75908d2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/operation/upgrade-recovery.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,42 @@ version after a failed upgrade.
1313
* :ref:`Configuration: <configuration>` How to enable upgrade recovery
1414
* :ref:`How it Works: <how_it_works>` Overview of the recovery process
1515
* :ref:`Cancelling Recovery: <cancelling_recovery>` Overview of the recovery
16-
process
16+
process
1717

1818
.. _configuration:
1919

2020
*************
2121
Configuration
2222
*************
2323
.. warning:: Upgrade recovery is disabled by default. To use it,
24-
**enable it first**.
24+
**enable it first**.
2525

2626
To enable upgrade recovery, run the following command:
2727

2828
.. cfgcmd::
2929

3030
set system option reboot-on-upgrade-failure [timeout <min>]
3131

32-
* ``timeout <min>:`` The time in minutes (5 - 30) you have to cancel upgrade recovery. See :ref:`Cancelling Recovery <cancelling_recovery>`.
32+
* ``timeout <min>:`` The time in minutes (5 - 30) you have to cancel upgrade
33+
recovery. See :ref:`Cancelling Recovery <cancelling_recovery>`.
3334

3435
.. _how_it_works:
3536

3637
************
3738
How it Works
3839
************
39-
After a VyOS upgrade, the system monitors the boot process. Upon detecting a boot failure, VyOS initiates a revert to the last working version and displays the following warning:
40+
After a VyOS upgrade, the system monitors the boot process. Upon detecting a
41+
boot failure, VyOS initiates a revert to the last working version and displays
42+
the following warning:
4043

4144
.. code-block:: none
4245
4346
Booting failed, reverting to previous image
4447
Automatic reboot in xx minutes
4548
Use "reboot cancel" to cancel
4649
47-
If no action is taken, the reboot happens automatically after the configured timeout. Upon successful recovery and reboot, the following message appears:
50+
If no action is taken, the reboot happens automatically after the configured
51+
timeout. Upon successful recovery and reboot, the following message appears:
4852

4953
.. code-block:: none
5054
@@ -58,7 +62,9 @@ If no action is taken, the reboot happens automatically after the configured tim
5862
*******************
5963
Cancelling Recovery
6064
*******************
61-
Upon detecting a boot failure, you have the predefined timeout to cancel upgrade recovery. This is useful if you want to troubleshoot the faulty VyOS version on your own.
65+
Upon detecting a boot failure, you have the predefined timeout to cancel
66+
upgrade recovery. This is useful if you want to troubleshoot the faulty VyOS
67+
version on your own.
6268

6369
To cancel upgrade recovery, run the following command:
6470

0 commit comments

Comments
 (0)