diff options
| author | Martin Schwenke <martin@meltin.net> | 2009-09-02 12:41:22 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2009-09-02 12:41:22 +1000 |
| commit | 1a39cfe5292c93ebc2ba4da5b37ad786c389ca9b (patch) | |
| tree | 490c57ab6da4b2bdc34f2fdc9a29b038606e99a8 /base/root/scripts | |
| parent | 720733d5f40c1f16b6414886750aef002f6b7a09 (diff) | |
Revert typo introduced by commit d39e4a7c395d057cc7b4ad4a4b23937a7b2363bb.
I must have copied from an example that I tested and inadvertently
changed @@CLUSTER@@ to "m1" in the GPFS cluster name.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'base/root/scripts')
| -rwxr-xr-x | base/root/scripts/setup_gpfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/root/scripts/setup_gpfs.sh b/base/root/scripts/setup_gpfs.sh index 5db930c..5dc08d4 100755 --- a/base/root/scripts/setup_gpfs.sh +++ b/base/root/scripts/setup_gpfs.sh @@ -48,7 +48,7 @@ for n in $nodes; do done echo "Creating cluster" -mmcrcluster -N $nodefile -p $primary -s $secondary -r /usr/bin/ssh -R /usr/bin/scp -C m1.$domain +mmcrcluster -N $nodefile -p $primary -s $secondary -r /usr/bin/ssh -R /usr/bin/scp -C @@CLUSTER@@.$domain # GPFS 3.3 needs this... and GPFS 3.2 doesn't have mmchlicense, so # this seems like a good option for now. |
