Skip to content
Snippets Groups Projects
  1. Jun 10, 2008
    • Yang Sheng's avatar
      Branch HEAD · f6de23fa
      Yang Sheng authored
      b=15742
      i=johann, zhenyu.xu
      
      Update to RHEL4 kernel-2.6.9-67.0.15.
      f6de23fa
    • bwzhou's avatar
      Branch HEAD · c02e5656
      bwzhou authored
      b=15759
      r=rread, green
      
      Description: MDS or OSS service threads fail startup with -24 (-EMFILE)
      Details    : During startup under recovery, it is possible for service
                   thread startup to fail in ptlrpc_start_threads() if one
                   of the threads begins processing a request and then starts
                   an additional thread.  This causes ptlrpc_start_threads()
                   to try and start 1 too many threads and get an error.
      c02e5656
    • bwzhou's avatar
      Branch HEAD · 196a260d
      bwzhou authored
      b=15776
      r=shadow, vitaly
      
      Prevent locks stalls on glimpse races
      196a260d
    • bwzhou's avatar
      Branch HEAD · be5a77ae
      bwzhou authored
      b=13380
      
      remove test 2 and 4 form ALWAYS_EXCEPT since 13380(13129) is fixed
      be5a77ae
    • bwzhou's avatar
      Branch HEAD · 0a59213d
      bwzhou authored
      b=15436
      r=nathan, bobijam
      
      remove failover mgs setting from mkfs_lustre
      0a59213d
    • Yang Sheng's avatar
      Branch HEAD · c9704328
      Yang Sheng authored
      b=15592
      i=oleg, shadow
      
      
      Correctly handle the FS_RENAME_DOES_D_MOVE flag in Lustre.
      c9704328
  2. Jun 09, 2008
    • Robert Read's avatar
      Branch HEAD · 2578f69d
      Robert Read authored
      b=15929
      i=grev
      
      Cleanup PATH in tests so absolute paths are used, and
      each path is added at most once.
      2578f69d
    • Elena Gryaznova's avatar
      b=16019 · b0a0fecc
      Elena Gryaznova authored
      i=Maxim.Patlasov
      
      get rid of quotation in "options lnet"
      b0a0fecc
  3. Jun 06, 2008
    • Elena Gryaznova's avatar
      b=15979 · 6faf8179
      Elena Gryaznova authored
      i=Brian
      i=Alexey.Lyashkov
      
      Set build_success=true if build_lustre did not fail for case ! PATCHLESS and ! -z LINUX
      6faf8179
    • huanghua's avatar
      Branch HEAD · 3c9e8962
      huanghua authored
      b=15552
      i=nikita.danilov
      i=adilger
      
      - Igif support for the case when of HEAD based server runs on old disk format
      3c9e8962
  4. Jun 05, 2008
    • Robert Read's avatar
      Branch HEAD · 93558e12
      Robert Read authored
      b=13537
      i=grev
      
      The old test was using the used space rather than free space. This fixes
      that and also cuts the amount by half, so we don't completely fill up the
      fs. It also caps the size at 1GB, like the previous version.
      93558e12
    • Robert Read's avatar
      Branch HEAD · 6b901e78
      Robert Read authored
      b=15928
      i=grev
      
      Reset the current directory after the each test completes.
      6b901e78
    • deen's avatar
      Add missed files from previous commit. · 3ac67ec4
      deen authored
      b=10718
      3ac67ec4
    • Elena Gryaznova's avatar
      b=14949 · a41c687d
      Elena Gryaznova authored
      i=Adilger
      
      integrate lustre-iokit into normal build process
      a41c687d
    • deen's avatar
      Directly associate cached pages to lock that protect those pages, · 959ac651
      deen authored
      this allows us to quickly find what pages to write and remove
      once lock callback is received.
      
      b=10718
      i=green
      i=johann
      959ac651
    • Isaac Huang's avatar
      i=liang: · d7b4e4a6
      Isaac Huang authored
      -   remove liblustre.h dependency from selftest.
      d7b4e4a6
    • Isaac Huang's avatar
      i=liang: · 47c269a6
      Isaac Huang authored
      -   turn SRPC_PEER_CREDITS into a module parameter, which is useful for
          high-latency networks.
      47c269a6
  5. Jun 04, 2008
  6. Jun 03, 2008
    • girish's avatar
      Add block map validation · 144347df
      girish authored
      b=13144
      i=adilger
      i=kalpak
      144347df
    • Yury Umanets's avatar
      b=15440 · 35b38cc1
      Yury Umanets authored
      - missed part of 15440. Do not forget to call ldlm_pool_fini() before removing ns proc dir;
      
      - call ldlm_namespace_unregister() namespace _before_ __ldlm_namespace_free() which is waiting for refc == 0 as ldlm_namespace_unregister() drops refc.
      35b38cc1
    • komaln's avatar
      b=14471 · 39a7c4ac
      komaln authored
      r=nathan, andreas
      
      To add -N option in lctl get_param which will print only path names.
      39a7c4ac
  7. Jun 02, 2008
    • Elena Gryaznova's avatar
      b=15711 · c40f32df
      Elena Gryaznova authored
      i=Tappro
      
      remove obsolete insanity-local cfg
      c40f32df
    • Elena Gryaznova's avatar
      b=15711 · 7618f44f
      Elena Gryaznova authored
      i=Tappro
      
      -- t-f and insanity fix to work properly with FAILURE_MODE=HARD
      -- remove insanity-local cfg
      7618f44f
  8. Jun 01, 2008
  9. May 30, 2008
    • Yury Umanets's avatar
      b=15440 · 11de14b3
      Yury Umanets authored
      r=shadow, nikita
      
      - fixes missed list init in CFS_LIST_INIT_HEAD(&ns->ns_list_chain);
      - cleanups about registering/unregistering @ns in its list.
      11de14b3
    • Yang Sheng's avatar
      Branch HEAD · 40d47a13
      Yang Sheng authored
      b=15594
      i=adilger, shadow
      
      The dd has a change of behaviour in 2.6.22 kernel. It might return
      a partial read in read() system-call in some case.
      40d47a13
    • Terry Rutledge's avatar
      cb864eb9
    • Bobi Jam's avatar
      Branch HEAD · 7c3a4c77
      Bobi Jam authored
      b=14134
      i=nathan, johann
      
      Description: enable MGS and MDT services start separately
      Details    : add a 'nomgs' option in mount.lustre to enable start a MDT with
                   a co-located MGS without starting the MGS, which is a complement
                   to 'nosvc' mount option.
      7c3a4c77
  10. May 29, 2008
  11. May 28, 2008
    • Vladimir Saveliev's avatar
      b=15346 · c6b7cb8d
      Vladimir Saveliev authored
      i=green,shadow,vitaly
      
      skiplists are used to group compatible locks on granted list
      that was implemented as tracking first and last lock of each lock group
      the patch changes that to using doubly linked circular lists
      c6b7cb8d
    • Andreas Dilger's avatar
      Branch HEAD · 4efb2822
      Andreas Dilger authored
      Add updated racer.sh script
      i=oleg.drokin
      4efb2822
    • Elena Gryaznova's avatar
      b=12622 · 5ea29db4
      Elena Gryaznova authored
      add 51d to ALWAYS_EXCEPT list
      5ea29db4
    • Elena Gryaznova's avatar
      b=15876 · 50a54ccb
      Elena Gryaznova authored
      i=Adilger
      
      skip LFSCK test for remote MDS also
      50a54ccb
    • Elena Gryaznova's avatar
      b=15906 · 1149a283
      Elena Gryaznova authored
      i=Eric.Mei
      
      mark SANITY_SEC as "Done" when completed
      1149a283
Loading