]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mkcephfs: push conf to remote machines
authorSage Weil <sage@newdream.net>
Sun, 20 Jun 2010 16:45:05 +0000 (09:45 -0700)
committerSage Weil <sage@newdream.net>
Sun, 20 Jun 2010 16:45:05 +0000 (09:45 -0700)
Signed-off-by: Fred Ar <ar.fred@yahoo.com>
Signed-off-by: Sage Weil <sage@newdream.net>
src/mkcephfs.in

index 7d8d46fb1725c92e2690e68ba2962f0bbcf13acd..2edaad1998e4965595cf3acdafa06611ce7c08f7 100644 (file)
@@ -188,6 +188,7 @@ for name in $what; do
     check_host || continue
 
     if [ -n "$ssh" ] && ( echo $pushed_to | grep -v -q " $host " ); then
+       scp -q $conf $host:$conf
        scp -q $osdmap $host:$osdmap
        scp -q $monmap $host:$monmap
        pushed_to="$pushed_to $host "