Fix typo in device name
The previous section discusses /dev/drbd0 and this section uses /dev/drbd1. Rename the second occurence to /dev/drbd0. Change-Id: I6d30fdcc308a6655a7ce570a68a07cfce091c71e Closes-Bug: #1276423
This commit is contained in:
parent
b6029bfed8
commit
a2407c6369
@ -74,7 +74,7 @@ synchronization), you may proceed with creating the filesystem for
|
||||
MySQL data. XFS is the generally recommended filesystem:
|
||||
|
||||
----
|
||||
mkfs -t xfs /dev/drbd1
|
||||
mkfs -t xfs /dev/drbd0
|
||||
----
|
||||
|
||||
You may also use the alternate device path for the DRBD device, which
|
||||
|
Loading…
Reference in New Issue
Block a user