diff options
| author | Martin Schwenke <martin@meltin.net> | 2010-11-29 16:27:41 +1100 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2010-11-29 16:27:41 +1100 |
| commit | 64fb46fa7109edfdbdb520ea0e431ab6803bb2d1 (patch) | |
| tree | 12d9ea14ed97186e148ff539da54735fa02da069 | |
| parent | 63f1bf7d56108df9fed0bded92430e684a9c4cd7 (diff) | |
setup_gpfs.sh no longer uses cnpushfile.
Use a more generic combination of onnode and rsync.
Signed-off-by: Martin Schwenke <martin@meltin.net>
| -rwxr-xr-x | base/all/root/scripts/setup_gpfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/all/root/scripts/setup_gpfs.sh b/base/all/root/scripts/setup_gpfs.sh index 3d7d2b1..2d499f3 100755 --- a/base/all/root/scripts/setup_gpfs.sh +++ b/base/all/root/scripts/setup_gpfs.sh @@ -173,7 +173,7 @@ if $do_reclock ; then set -e f=/etc/sysconfig/ctdb sed -i -e "s@.*CTDB_RECOVERY_LOCK="/some/place/on/shared/storage"@CTDB_RECOVERY_LOCK=${mountpoint}/.ctdb/shared@g" $f - cnpushfile $f + onnode -p all rsync -av $HOSTNAME:$f $f fi echo "GPFS setup complete" |
