Browse Source

fix typo in the doc

master
Nicolas Massé 8 years ago
parent
commit
b67a478294
  1. 4
      doc/SAMPLE_PARTITIONING.md

4
doc/SAMPLE_PARTITIONING.md

@ -88,7 +88,7 @@ sudo vgcreate storage /dev/sdb1
Create a new Logical Volume: Create a new Logical Volume:
``` ```
sudo lvcreate storage -n openshift -l %FREE sudo lvcreate storage -n openshift -l 100%FREE
``` ```
Format it: Format it:
@ -107,7 +107,7 @@ Finalize the setup:
sudo mkdir /var/openshift sudo mkdir /var/openshift
sudo mount /var/openshift sudo mount /var/openshift
sudo chmod 777 -R /var/openshift sudo chmod 777 -R /var/openshift
sudo chcon -Rt svirt_sandix_file_t /var/openshift sudo chcon -Rt svirt_sandbox_file_t /var/openshift
``` ```
__You can now partition `/dev/sdc` (Docker Storage):__ __You can now partition `/dev/sdc` (Docker Storage):__

Loading…
Cancel
Save