Browse Source

improve doc

master v1.0
Nicolas Massé 9 years ago
parent
commit
a640314edf
  1. 2
      doc/MACHINE_PREPARATION.md
  2. 2
      doc/SAMPLE_PARTITIONING.md

2
doc/MACHINE_PREPARATION.md

@ -41,5 +41,5 @@ Otherwise, you might have to set the following variables in your inventory file
- `docker_storage_vg` - `docker_storage_vg`
- `hostpath_provisioner_options` - `hostpath_provisioner_options`
See the (Sample Partitioning Guide)[doc/SAMPLE_PARTITIONING.md] for a step-by-step guide on how to prepare See the [Sample Partitioning Guide](SAMPLE_PARTITIONING.md) for a step-by-step guide on how to prepare
partitions for OpenShift. partitions for OpenShift.

2
doc/SAMPLE_PARTITIONING.md

@ -13,7 +13,7 @@ It assumes you created a Virtual Machines with three disks :
`/dev/sda` is partitioned during installation. If possible, use LVM that will `/dev/sda` is partitioned during installation. If possible, use LVM that will
give you greater flexibility if you need to extend that partition later. give you greater flexibility if you need to extend that partition later.
Make sure to **NOT** allocate swap space since it is a (recommended best practice)[https://docs.openshift.com/container-platform/3.5/admin_guide/overcommit.html#disabling-swap-memory]. Make sure to **NOT** allocate swap space since it is a [recommended best practice](https://docs.openshift.com/container-platform/3.5/admin_guide/overcommit.html#disabling-swap-memory).
After installation, you should have : After installation, you should have :
- `/boot` backed by a primary partition, 512 MiB - `/boot` backed by a primary partition, 512 MiB

Loading…
Cancel
Save