Yes, you can mount both filesystems which are created with separate MDS/OSS on 
a single fabric.
e.g. ) assume two filesystems (both filesystem name is 'lustre') are configured 
below.
FS1 - MDS/MGS:192.168.1.1 and OSS: 192.168.1.2
FS2 - MDS/MGS:192.168.1.11 and OSS: 192.168.1.12

You should be able to do on the client.
mount -t lustre 192.168.1.1@o2ib:/lustre /lustre1
mount -t lustre 192.168.1.11@o2ib:/lustre /lustre2

btw, even you configured two filesystems on same MDS/OSS by different 
filesystem name, you can mount both on the client.

Thanks
Ihara

On 3/15/11 3:15 PM, Brian O'Connor wrote:
>
> Hi,
>
> What are the constraints on a client mounting more than one lustre
> file system?
>
> I realise that a lustre cluster can have more than one file system
> configured, but can a client mount different file systems from different
> lustre clusters on the same network?;ie.
>
> Assume a Single IB fabric and two Lustre clusters with separate
> MGS/MDS/OSS. One lustre is Lincoln and the other is Washington
>
>   >list_nids
> 192.168.1.10@o2ib
>
>   >mount -t lustre lincoln:/lustre  /lincoln
>   >mount -t lustre washington:/lustre /washinton
>
> Is this doable or should they be on separate IB fabrics
>
>
>
_______________________________________________
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to