diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-03-26 11:12:16 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-03-26 11:12:16 +0000 |
commit | 40cfb29f34e2c2f00e4abf5d4ba817c931a0e5a7 (patch) | |
tree | cf92f5cbc18ddef2409e29ebde3d0e60cf71b2a8 /sys-cluster | |
parent | man page location fix (diff) | |
download | gentoo-2-40cfb29f34e2c2f00e4abf5d4ba817c931a0e5a7.tar.gz gentoo-2-40cfb29f34e2c2f00e4abf5d4ba817c931a0e5a7.tar.bz2 gentoo-2-40cfb29f34e2c2f00e4abf5d4ba817c931a0e5a7.zip |
sorry, forgot one file
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmosix-user/files/openmosix.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-cluster/openmosix-user/files/openmosix.map b/sys-cluster/openmosix-user/files/openmosix.map new file mode 100644 index 000000000000..dcb5d0f31bbd --- /dev/null +++ b/sys-cluster/openmosix-user/files/openmosix.map @@ -0,0 +1,12 @@ +# YOU WILL HAVE TO DELETE ALL LINES CONTAINING COMMENTS FROM THIS FILE! +# +# col 1: node number +# col 2: ip address of node +# col 3: span (if you are specifying individual nodes on each line, should be 1) +# All nodes in your cluster should have identical data in this file. +# +# YOU WILL HAVE TO DELETE ALL LINES CONTAINING COMMENTS FROM THIS FILE! + + +1 192.168.1.1 1 +2 192.168.1.2 1 |