<p>"No such file or directory."</p>
<p>Could that be the cause?</p>
<p>Brett<br>
--<br>
Protect Yourself Against Cybercrime<br>
PDS Software Solutions LLC<br>
<a href="https://www.TrustPDS.com">https://www.TrustPDS.com</a></p>
<div class="gmail_quote">On Apr 25, 2017 4:25 AM, "Stefano Turolla" <<a href="mailto:turolla@genzentrum.lmu.de">turolla@genzentrum.lmu.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Dear all, I am a newbie in lustre, I set up a simple configuration
    to mount a filesystem from a Dell Powervault MD3800i (iscsi +
    multipath enabled)<br>
    It was working properly but, after the last reboot I cannot mount
    the lustre filesystem anymore<br>
    I am running lustre 3.10.0 on scientific linux 7.3.<br>
    I put MDT/MDS on the server<br>
    together with OST <br>
    <br>
    Here is the relevant /etc/fstab<br>
    <br>
    <address># Lustre MDT / MDS (Manage filenames, directories etc and
      Block devices</address>
    <address>
      /dev/sda1                     <wbr>  /mnt/lustre-mdt-mds    
      lustre          noauto,_netdev        0 0</address>
    <address>
      /dev/mapper/seqdata           <wbr>  /mnt/lustre-ost        
      lustre          noauto,_netdev        0 0</address>
    <address>
      # Lustre Client</address>
    <address>
      master-mds@tcp:/seqdata       <wbr>  /seq_data              
      lustre          noauto,_netdev        0 0</address>
    <br>
    I can mount the /mnt/lustre-mdt-mds  filesystem but not the OST, and
    of course no  client<br>
    <br>
    <br>
    here are the devices<br>
    <address>[root@newmaster lustre]# cat /proc/fs/lustre/devices </address>
    <address>  0 UP osd-ldiskfs seqdata-MDT0000-osd
      seqdata-MDT0000-osd_UUID 9</address>
    <address>  1 UP mgs MGS MGS 5</address>
    <address>  2 UP mgc MGC10.163.85.99@tcp
      69e92317-78f6-eef7-1764-<wbr>57da5aadafe2 5</address>
    <address>  3 UP mds MDS MDS_uuid 3</address>
    <address>  4 UP lod seqdata-MDT0000-mdtlov
      seqdata-MDT0000-mdtlov_UUID 4</address>
    <address>  5 UP mdt seqdata-MDT0000 seqdata-MDT0000_UUID 5</address>
    <address>  6 UP mdd seqdata-MDD0000 seqdata-MDD0000_UUID 4</address>
    <address>  7 UP qmt seqdata-QMT0000 seqdata-QMT0000_UUID 4</address>
    <address>  8 UP osp seqdata-OST0000-osc-MDT0000
      seqdata-MDT0000-mdtlov_UUID 5</address>
    <address>  9 UP lwp seqdata-MDT0000-lwp-MDT0000
      seqdata-MDT0000-lwp-MDT0000_<wbr>UUID 5</address>
    <br>
    <br>
    Here are the errors when I try to mount the OST<br>
    <br>
    <address>[root@newmaster lustre]# mount /mnt/lustre-ost </address>
    <address><br>
      Apr 25 12:13:41 newmaster kernel: LDISKFS-fs (dm-0): file extents
      enabled, maximum tree depth=5</address>
    <address>Apr 25 12:13:42 newmaster kernel: LDISKFS-fs (dm-0):
      mounted filesystem with ordered data mode. Opts:
      ,errors=remount-ro,no_mbcache,<wbr>nodelalloc</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError:
      11242:0:(llog_osd.c:246:llog_<wbr>osd_read_header())
      seqdata-OST0000-osd: error reading [0xa:0x14:0x0] log header size
      8192: rc = -14</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError:
      11242:0:(llog_osd.c:246:llog_<wbr>osd_read_header()) Skipped 1 previous
      similar message</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError:
      11242:0:(mgc_request.c:1832:<wbr>mgc_llog_local_copy())
      MGC10.163.85.99@tcp: failed to copy remote log seqdata-client: rc
      = -14</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError: 13a-8:
      Failed to get MGS log seqdata-client and no local copy.</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError: 15c-8:
      MGC10.163.85.99@tcp: The configuration from log 'seqdata-client'
      failed (-2). This may be the result of communication errors
      between this node and the MGS, a bad configuration, or other
      errors. See the syslog for more information.</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError:
      11242:0:(obd_mount_server.c:<wbr>1369:server_start_targets())
      seqdata-OST0000: failed to start LWP: -2</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError:
      11242:0:(obd_mount_server.c:<wbr>1844:server_fill_super()) Unable to
      start targets: -2</address>
    <address>Apr 25 12:13:42 newmaster kernel: Lustre: Failing over
      seqdata-OST0000</address>
    <address>Apr 25 12:13:42 newmaster kernel: Lustre: server umount
      seqdata-OST0000 complete</address>
    <address>Apr 25 12:13:42 newmaster kernel: LustreError:
      11242:0:(obd_mount.c:1449:<wbr>lustre_fill_super()) Unable to mount 
      (-2)</address>
    <address>mount.lustre: mount /dev/mapper/seqdata at /mnt/lustre-ost
      failed: No such file or directory</address>
    <address>Is the MGS specification correct?</address>
    <address>Is the filesystem name correct?</address>
    <address>If upgrading, is the copied client log valid? (see upgrade
      docs)</address>
    <br>
    <br>
    Here is the lnet configuration, currently only the server is listed<br>
    <address>[root@newmaster lustre]# cat /etc/modprobe.d/lustre.conf </address>
    <address>options lnet networks=tcp0(eth2)</address>
    <br>
    I tried to search in the mailing list some good explanation of what
    happened but I could not find any.<br>
    Could you please help me to debug the problem?<br>
    Thanks a lot in advance<br>
    Stefano Turolla<br>
    <pre class="m_-5909385167046230401moz-signature" cols="72">
</pre>
  </div>

<br>______________________________<wbr>_________________<br>
lustre-discuss mailing list<br>
<a href="mailto:lustre-discuss@lists.lustre.org">lustre-discuss@lists.lustre.<wbr>org</a><br>
<a href="http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org" rel="noreferrer" target="_blank">http://lists.lustre.org/<wbr>listinfo.cgi/lustre-discuss-<wbr>lustre.org</a><br>
<br></blockquote></div>