<div dir="ltr"><div>Dear All,</div><div><br></div><div>I am trying to make two 
different file system, in an simple environment, with two MDS (in 
failover) and two OSS (in failover). But i get an error when i try to 
mount the second filesystem.<br></div><div><br></div><div>My first step was created the mgs in my first MDS node:</div><div><br></div><div>[root@CASSACA-MDS-01 ~] mkfs.lustre --reformat --mgs  \<br>--servicenode=10.10.0.19@o2ib \<br>--servicenode=10.10.0.20@o2ib \<br> /dev/vg_mgs/lv_mgs</div><div><br></div><div>Then, I created the two different MDT (all in the same node):</div><div><br></div><div>[root@CASSACA-MDS-01 ~] mkfs.lustre --reformat --mdt\<br> --fsname=chivoacc \<br> --index=0 \<br> --mgsnode=10.10.0.19@o2ib \<br> --mgsnode=10.10.0.20@o2ib  \<br> --failnode=10.10.0.20@o2ib \<br>/dev/vg_mdtmgt_01/lv_mdtmgt_01</div><div><br></div><div>Finally I mounted the the mgs and the two mdt without any problem.<br></div><div><br></div><div>[root@CASSACA-MDS-01 ~] mkfs.lustre --reformat --mdt\<br> --fsname=chivodp \<br> --index=1 \<br> --mgsnode=10.10.0.19@o2ib \<br> --mgsnode=10.10.0.20@o2ib  \<br> --failnode=10.10.0.20@o2ib \<br> /dev/vg_mdtmgt_02/lv_mdtmgt_02</div><div><br></div><div>My second step was created the 3 ost for the fsname=chivoacc and 6 ost for the fsname=chivodp in my first OSS:</div><div><br></div><div>[root@CASSACA-OSS-01
 ~]# mkfs.lustre --ost --index=0 --fsname=chivoacc  --reformat 
--failnode=10.10.0.22@o2ib --mgsnode=10.10.0.19@o2ib 
--mgsnode=10.10.0.20@o2ib /dev/ost000vgchivoacc/ost0000vchivoacc</div><div>(the same for the other two ost)<br></div><div><br></div><div>[root@CASSACA-OSS-01
 ~]#mkfs.lustre --ost --index=0 --fsname=chivodp  --reformat 
--failnode=10.10.0.22@o2ib --mgsnode=10.10.0.19@o2ib 
--mgsnode=10.10.0.20@o2ib /dev/ost000vgchivodp/ost0000vchivodp</div><div>(the same for the other five ost)</div><div><br></div><div>Finally, I mounted the three ost for the fsname=chivoacc and the six ost for the fsname=chivodp without any problem.</div><div><br></div><div>My
 third step was mounted the fsname chivoacc in a client without any 
problem, but, when a try to mount  the fsname chivodp in a client, i get
 this error:</div><div><br></div><div>[root@CASSACA-cl-01 ~] mount -t lustre 10.10.0.19@o2ib:10.10.0.20@o2ib:/chivodp /mnt/new_archive<br>mount.lustre: mount 10.10.0.19@o2ib:10.10.0.20@o2ib:/chivodp at /mnt/new_archive failed: Invalid argument<br>This may have multiple causes.<br>Is 'chivodp' the correct filesystem name?<br>Are the mount options correct?<br>Check the syslog for more info.</div><div><br></div><div><br></div><div>I get this from the kernel log:</div><div><br></div><div>[1382151.599809] Lustre: Mounted chivoacc-client<br>[1382192.901603] Lustre: Unmounted chivoacc-client<br>[1382201.442196] LustreError: 2324:0:(lmv_obd.c:525:lmv_check_connect()) chivodp-clilmv-ffff97659ab28000: no target configured for index 0.<br>[1382201.442646] LustreError: 2324:0:(llite_lib.c:276:client_common_fill_super()) cannot connect to chivodp-clilmv-ffff97659ab28000: rc = -22<br>[1382201.443206] LustreError: 2324:0:(lov_obd.c:878:lov_cleanup()) chivodp-clilov-ffff97659ab28000: lov tgt 0 not cleaned! deathrow=0, lovrc=1<br>[1382201.443633] LustreError: 2324:0:(lov_obd.c:878:lov_cleanup()) Skipped 5 previous similar messages<br>[1382201.448571] LustreError: 2324:0:(obd_mount.c:1582:lustre_fill_super()) Unable to mount  (-22)<br>[1382206.435767] LustreError: 2349:0:(lmv_obd.c:525:lmv_check_connect()) chivodp-clilmv-ffff976594d8a800: no target configured for index 0.<br>[1382206.436180] LustreError: 2349:0:(llite_lib.c:276:client_common_fill_super()) cannot connect to chivodp-clilmv-ffff976594d8a800: rc = -22<br>[1382206.436740] LustreError: 2349:0:(lov_obd.c:878:lov_cleanup()) chivodp-clilov-ffff976594d8a800: lov tgt 0 not cleaned! deathrow=0, lovrc=1<br>[1382206.437150] LustreError: 2349:0:(lov_obd.c:878:lov_cleanup()) Skipped 5 previous similar messages<br>[1382206.442102] LustreError: 2349:0:(obd_mount.c:1582:lustre_fill_super()) Unable to mount  (-22)<br>[1459793.596446] LustreError: 514:0:(lmv_obd.c:525:lmv_check_connect()) chivodp-clilmv-ffff976592149000: no target configured for index 0.<br>[1459793.596868] LustreError: 514:0:(llite_lib.c:276:client_common_fill_super()) cannot connect to chivodp-clilmv-ffff976592149000: rc = -22<br>[1459793.597428] LustreError: 514:0:(lov_obd.c:878:lov_cleanup()) chivodp-clilov-ffff976592149000: lov tgt 0 not cleaned! deathrow=0, lovrc=1<br>[1459793.597823] LustreError: 514:0:(lov_obd.c:878:lov_cleanup()) Skipped 5 previous similar messages<br>[1459793.601939] Lustre: Unmounted chivodp-client<br>[1459793.601944] Lustre: Skipped 2 previous similar messages<br>[1459793.603495] LustreError: 514:0:(obd_mount.c:1582:lustre_fill_super()) Unable to mount  (-22)<br>[1459901.084661] Lustre: Mounted chivoacc-client<br>[1459913.603465] Lustre: Unmounted chivoacc-client<br>[1460294.892333] LustreError: 996:0:(lmv_obd.c:525:lmv_check_connect()) chivodp-clilmv-ffff976594d8a800: no target configured for index 0.<br>[1460294.892748] LustreError: 996:0:(llite_lib.c:276:client_common_fill_super()) cannot connect to chivodp-clilmv-ffff976594d8a800: rc = -22<br>[1460294.893319] LustreError: 996:0:(lov_obd.c:878:lov_cleanup()) chivodp-clilov-ffff976594d8a800: lov tgt 0 not cleaned! deathrow=0, lovrc=1<br>[1460294.893728] LustreError: 996:0:(lov_obd.c:878:lov_cleanup()) Skipped 5 previous similar messages<br>[1460294.897711] Lustre: Unmounted chivodp-client<br>[1460294.898708] LustreError: 996:0:(obd_mount.c:1582:lustre_fill_super()) Unable to mount  (-22)<br></div><div><br></div><div>I don't know why i have this error. Any suggestion can help me.</div><div><br></div><div>Cheers !</div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div style="font-size:12.8px"><u>Camilo Esteban Cañas Fernández</u><br></div><div><font size="1">Ayudante de Investigación</font></div><div><span style="font-size:x-small">Chilean Virtual Observatory</span></div><div><span style="font-size:x-small">Ayudante Coordinador CSJ, IWI-131<br></span></div><div style="font-size:12.8px"><font size="1">Universidad Técnica Federico Santa María</font></div><div style="font-size:12.8px"><font size="1"><a href="mailto:camilo.nunezf@sansano.usm.cl" target="_blank">camilo.nunezf@sansano.usm.cl</a></font></div></div><div style="font-size:12.8px"><br></div><div><img src="https://www.usm.cl/assets/img/header-usm.png" width="200" height="20"><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>