On Mon, 2008-05-19 at 13:29 +0400, Roman Rybalko wrote:
> Switching nodes?
> How about:
> [EMAIL PROTECTED]:~# tar jcv . | nc gcc17 34345
> [EMAIL PROTECTED]:~# nc -l -p 34345 | tar jxv
> ?

gcc16 and gcc17 cross mount each other /home
as /n/16/ and /n/17 so you have no copy to do at all to switch
machines :).

[EMAIL PROTECTED]:~$ ls -l /n/
total 4
lrwxrwxrwx  1 root root    5 2008-05-09 14:19 16 -> /home
drwxr-xr-x 42 root root 4096 2008-05-17 22:40 17
[EMAIL PROTECTED]:~$ df -h
...
/dev/sdb1             459G   13G  446G   3% /home
gcc17:/home           459G   13G  446G   3% /n/17


[EMAIL PROTECTED]:~$ ls -l /n/
total 4
drwxr-xr-x 42 root root 4096 2008-05-17 22:40 16
lrwxrwxrwx  1 root root    5 2008-05-09 14:19 17 -> /home
[EMAIL PROTECTED]:~$ df -h
...
/dev/sdb1             459G   13G  446G   3% /home
gcc16:/home           459G   13G  446G   3% /n/16

/n/17/roma/local works the same on gcc16 and gcc17
you just have to use /n/ instead of /home.

I measured 116 Mbyte/s through NFS between gcc16 and gcc17 (930 Mbit/s).

Laurent




_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to