(ubuntu): fix broken etcd snapshot command (#7630)

This commit is contained in:
Sean Knox 2018-03-04 17:07:51 -08:00 committed by k8s-ci-robot
parent 4f7de6e5b5
commit 9aeb431032
1 changed files with 2 additions and 3 deletions

View File

@ -21,10 +21,9 @@ The `snapshot` action of the etcd charm allows the operator to snapshot
a running cluster's data for use in cloning,
backing up, or migrating to a new cluster.
juju run-action etcd/0 snapshot target=/mnt/etcd-backups
- **param** target: destination directory to save the resulting snapshot archive.
juju run-action etcd/0 snapshot
This will create a snapshot in `/home/ubuntu/etcd-snapshots` by default.
## Restore etcd data