diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-12-07 14:49:27 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-12-07 14:49:27 -0800 |
commit | 778bad12a04144ed26b7b6768da268b669ff6e5c (patch) | |
tree | d4cab68831d38d62a89a37c2b3d7b11c8af9edc4 | |
parent | 413b5d0a865c3f4e245b3f8dc4354b92af8d8991 (diff) | |
download | ceph-778bad12a04144ed26b7b6768da268b669ff6e5c.tar.gz |
doc: Moved sudo to before ssh instead of before tee.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/deployment/mkcephfs.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst index feca7388885..b33dbc7447c 100644 --- a/doc/rados/deployment/mkcephfs.rst +++ b/doc/rados/deployment/mkcephfs.rst @@ -54,9 +54,9 @@ if you are using ``mkcephfs`` to deploy Ceph. :: - ssh myserver01 sudo tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf - ssh myserver02 sudo tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf - ssh myserver03 sudo tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf + sudo ssh myserver01 tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf + sudo ssh myserver02 tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf + sudo ssh myserver03 tee /etc/ceph/ceph.conf < /etc/ceph/ceph.conf Create the Default Directories |