| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Seeing some instances where nfsd can't start because its port is in
use.
On Linux the default local port range is 32768-60999, so the ports
used for NFS should be outside this range. The configured range can
be checked via:
$ sysctl net.ipv4.ip_local_port_range
net.ipv4.ip_local_port_range = 32768 60999
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
| |
If we want to use a local EPEL mirror then the GPG key should be
installed. If using custom distro repos then the external EPEL repo
file will be removed anyway, so won't slow things down.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
This will replace all of the existing node provisioning/configuration.
CentOS 7 nodes are currently supported.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|