Correct spacing before commands
This commit is contained in:
parent
d47a2c29d4
commit
568209c9af
|
@ -59,10 +59,10 @@ This guide will walk you through setting up a simple 3-node PVC cluster from scr
|
|||
|
||||
0. Wait for the Ansible playbook run to finish. Once completed, the cluster bootstrap will be finished, and all 3 nodes will have rebooted into a working PVC cluster.
|
||||
|
||||
0. Install the CLI client on your administrative host, and add and verify connectivity to the cluster; this will also verify that the API is working. You will need to know the cluster upstream floating IP address here, and if you configured SSL or authentication for the API in your `group_vars`, adjust the first command as needed (see `pvc cluster add -h` for details).
|
||||
0. Install the CLI client on your administrative host, and add and verify connectivity to the cluster; this will also verify that the API is working. You will need to know the cluster upstream floating IP address here, and if you configured SSL or authentication for the API in your `group_vars`, adjust the first command as needed (see `pvc cluster add -h` for details).
|
||||
`$ pvc cluster add -a <upstream_floating_ip> mycluster`
|
||||
`$ pvc -c mycluster node list`
|
||||
We can also set a default cluster by exporting the `PVC_CLUSTER` environment variable to avoid requiring `-c cluster` with every subsequent command:
|
||||
We can also set a default cluster by exporting the `PVC_CLUSTER` environment variable to avoid requiring `-c cluster` with every subsequent command:
|
||||
`$ export PVC_CLUSTER="mycluster"`
|
||||
|
||||
### Part Four - Configuring the Ceph storage cluster
|
||||
|
|
Loading…
Reference in New Issue