diff options
author | rebortg <github@ghlr.de> | 2022-03-24 20:30:44 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-03-24 20:30:44 +0100 |
commit | cdb93d5c44e8bdd4b06507d93987aac174186700 (patch) | |
tree | ba1c9cc3a0365698a5df18f827310c583adce668 /docs/operation/raid.rst | |
parent | dfc9cebb8497220ba27a2d582ee63d4c7acedbcf (diff) | |
parent | 2b0d1f116611e723ef8e0c3ca2ba2b40c9fc068b (diff) | |
download | vyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.tar.gz vyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation
Diffstat (limited to 'docs/operation/raid.rst')
-rw-r--r-- | docs/operation/raid.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/operation/raid.rst b/docs/operation/raid.rst index 49463a72..30407718 100644 --- a/docs/operation/raid.rst +++ b/docs/operation/raid.rst @@ -154,7 +154,7 @@ To replace a bad disk within a RAID 1 set, perform the following steps: 1 - Remove the failed disk from the RAID 1 set by issuing the following command: -.. opcmd:: delete raid RAID‐1‐device member disk‐partition +.. opcmd:: delete raid <RAID‐1‐device> member <disk‐partition> where RAID-1-device is the name of the RAID 1 device (for example, md0) and disk-partition is the name of the failed disk partition (for example, sdb2). @@ -166,7 +166,7 @@ hot-swappable, then you must shut down the system before removing the disk. 4 - Format the new disk for RAID 1 by issuing the following command: -.. opcmd:: format <disk‐device1> like <disk‐device2> +.. opcmd:: format disk <disk‐device1> like <disk‐device2> where disk-device1 is the replacement disk (for example, sdb) and disk-device2 is the existing healthy disk (for example, sda). @@ -191,7 +191,7 @@ mirror synchronization, check and display information. disk partition to a RAID 1 set initiates mirror synchronization, where all data on the existing member partition is copied to the new partition. -.. opcmd:: format <disk‐device1> like <disk‐device2> +.. opcmd:: format disk <disk‐device1> like <disk‐device2> This command is typically used to prepare a disk to be added to a preexisting RAID 1 set (of which disk-device2 is already a member). |