Hi.

I'm trying to use mountconf instead of distributed config files on our lustre 
1.4.6.4 setup, but run into an odd problem:  We have two mount points 
configured, but using mountconf only one of them gets mounted.  When using 
lconf to mount everything is ok.

In the config generator script we have the following:

lmc -m $CONFIG --add mtpt --node client --path /global/work --mds 
work-mds --lov work-lov
lmc -m $CONFIG --add mtpt --node client --path /global/home --mds 
home-mds --lov home-lov

and when I do 

lconf --node client /etc/lustre/lustre.xml

both /global/home and /global/work is mounted correctly:

# mount  | grep lustre
lustre on /global/home type lustre_lite 
(rw,osc=home-lov,mdc=MDC_compute-0-10.local_home-mds_MNT_client_2)
lustre on /global/work type lustre_lite 
(rw,osc=work-lov,mdc=MDC_compute-0-10.local_work-mds_MNT_client)

but if I do 

mount -t lustre [EMAIL PROTECTED]:/work-mds/client /global/work
mount -t lustre [EMAIL PROTECTED]:/home-mds/client /global/home

then /global/home gets mounted on the mountpoint intended for /global/work.  I 
tried to mimick the mount options that get listed using lconf, but the mount 
fails stating it does not accept the osc and mdc options.

Any help is greatly appreciated,
r.

-- 

  The Computer Center, University of Tromsø, N-9037 TROMSØ Norway.
              phone:+47 77 64 41 07, fax:+47 77 64 41 00
     Roy Dragseth, High Performance Computing System Administrator
         Direct call: +47 77 64 62 56. email: [EMAIL PROTECTED]

_______________________________________________
Lustre-discuss mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss

Reply via email to