View previous topic :: View next topic |
Author |
Message |
tnt Veteran


Joined: 27 Feb 2004 Posts: 1227
|
Posted: Sat Nov 14, 2009 11:08 pm Post subject: multipathing with NFS ? |
|
|
is there any way to achieve multipathing for both load-balancing and fail-over with NFS? _________________ gentoo user |
|
Back to top |
|
 |
richard.scott Veteran

Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Tue Nov 17, 2009 1:57 pm Post subject: |
|
|
If you have the NFS servers disks mirrored via some other method you can mount them both at the same time:
Code: | # mount rs2,rs1:/export/web /export/web |
Obviously you need to have a shared filesystem behind rs1 and rs2 and I've no idea how reliable it is.
Rich. |
|
Back to top |
|
 |
|