diff --git a/layouts/shortcodes/persistentdata.html b/layouts/shortcodes/persistentdata.html index bb6211c563c..38fa799cea4 100644 --- a/layouts/shortcodes/persistentdata.html +++ b/layouts/shortcodes/persistentdata.html @@ -1,5 +1,5 @@
-

Rancher uses etcd as datastore. When using the Single Node Install, the embedded etcd is be used. The persistent data is at the following path in the container: /var/lib/rancher. You can bind mount a host volume to this location to preserve data on the host it is running on.

+

Rancher uses etcd as datastore. When using the Single Node Install, the embedded etcd is being used. The persistent data is at the following path in the container: /var/lib/rancher. You can bind mount a host volume to this location to preserve data on the host it is running on.

Command