Skip to content
Snippets Groups Projects
  1. Sep 22, 2008
  2. Aug 27, 2008
    • Elena Gryaznova's avatar
      b=16209 · f330caec
      Elena Gryaznova authored
      i=Robert.Read
      o=Brian.Behlendorf
      test_27b fix: check mount
      f330caec
  3. Aug 20, 2008
    • Elena Gryaznova's avatar
      b=15637 · df29d5f1
      Elena Gryaznova authored
      i=Adilger
      fix test_18 to check the available space
      df29d5f1
  4. Jul 22, 2008
    • Elena Gryaznova's avatar
      b=16290 · 6d23e408
      Elena Gryaznova authored
      i=Adilger
      i=Zhenyu.Xu
      conf-sanity test_41 fix for ostcount -ne 1
      6d23e408
  5. Jul 16, 2008
    • Elena Gryaznova's avatar
      b=15745 · fdd76f93
      Elena Gryaznova authored
      i=Adilger
      avoid rm -fr failure caused by nfs slowness
      fdd76f93
  6. Jul 07, 2008
    • Bobi Jam's avatar
      Branch HEAD · 4570931c
      Bobi Jam authored
      b=14693
      o=bowen.zhou
      i=johann, bobijam
      
      test case for "'lctl conf_param' stores invalid parameter, future mounts fail"
      4570931c
  7. Jun 16, 2008
    • Elena Gryaznova's avatar
      b=14384 · 34438f3d
      Elena Gryaznova authored
      i=Adilger
      remove tdir creation from run_one: the test has to create tdir by
      itself if it needs this dir
      34438f3d
  8. Jun 13, 2008
    • Bobi Jam's avatar
      Branch HEAD · e93bb7ed
      Bobi Jam authored
      b=14134
      i=johann
      
      minor fix handling '/etc/mtab' issue.
      e93bb7ed
  9. Jun 10, 2008
    • 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
  10. May 30, 2008
    • 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
  11. May 28, 2008
    • Elena Gryaznova's avatar
      b=14773 · a1adf1e9
      Elena Gryaznova authored
      i=Adilger
      
      rename subtests to skipping mechanism works properly
      a1adf1e9
    • komaln's avatar
      b=14471 · 0fe560ea
      komaln authored
      r=adilger
      
      to replace the sysctl lustre.* and lnet.* instances with lctl {get,set}_param
      0fe560ea
  12. May 26, 2008
    • Elena Gryaznova's avatar
      b=15874 · b45f6ede
      Elena Gryaznova authored
      i=Adilger
      
      skip test_32a, test_32b for NETTYPE != tcp
      b45f6ede
  13. May 12, 2008
    • Elena Gryaznova's avatar
      b=15745 · 490d0e52
      Elena Gryaznova authored
      i=Adilger
      
      keep conf-sanity test_32a and test_32b in sync with b1_6
      490d0e52
  14. Apr 25, 2008
    • Walter Poxon's avatar
      b=14609 · 326c015b
      Walter Poxon authored
      i=grev
      
      fix for test_16 failure due to trying to create mntpt dir on Read-Only fs.
      326c015b
  15. Apr 21, 2008
    • Elena Gryaznova's avatar
      b=15273 · 08dd84d5
      Elena Gryaznova authored
      i=Adilger
      skip test_37 if CLIENTMODSONLY is set
      08dd84d5
  16. Apr 16, 2008
    • Elena Gryaznova's avatar
      b=15273 · 88a0af23
      Elena Gryaznova authored
      i=Nathan.Rutman
      skip test_37 for client only testing
      88a0af23
  17. Mar 25, 2008
    • bwzhou's avatar
      Branch HEAD · 4a80a10a
      bwzhou authored
      b=14413;          14763
      r=shadow, johann; bwzhou
      
      fix leak-finder and add a test for conf-sanity.sh (including andreas's patch
      to suppress the false negative of test 39)
      4a80a10a
    • chenzheng's avatar
      Branch HEAD · fc9fdcb5
      chenzheng authored
      b=14731
      i=adilger
      
      Remove conf-sanity test 33a from the always except list
      fc9fdcb5
  18. Mar 12, 2008
    • Elena Gryaznova's avatar
      b=14957 · 6bae1b15
      Elena Gryaznova authored
      i=Adilger
      
      port OBD_FAIL_LDLM_CLOSE_THREAD from b1_6, add test_23b
      6bae1b15
    • Elena Gryaznova's avatar
      b=13665 (Christopher Morrone) · 4b6f6519
      Elena Gryaznova authored
      i=Scjody
      i=Adilger
      multiop race fix
      4b6f6519
    • Bobi Jam's avatar
      Branch HEAD · 5823d535
      Bobi Jam authored
      b=12743
      
      since we don't support diskfs blocksize != 4K right now, so change the test case to
      make all the disk with 4K blocksize.
      5823d535
  19. Mar 07, 2008
    • Elena Gryaznova's avatar
      b=12942 · bcf7a8b8
      Elena Gryaznova authored
      i=Brian
      test_5a fix: check /proc/mounts instead of mtab
      bcf7a8b8
    • Eric Mei's avatar
      branch: HEAD · 4813fd90
      Eric Mei authored
      support other encrypt/checksum algorithms for bulk i/o, default in gss
      mode is sha1/aes128, for others default enable bulk checksum by adler32.
      b=13667
      r=yong.fan
      r=h.huang
      r=adilger
      4813fd90
  20. Mar 06, 2008
  21. Mar 05, 2008
    • komaln's avatar
      b=14471 · 290f3672
      komaln authored
      r=Adilger
      
      Changed conf-sanity.sh to use lctl {get,set}_param
      290f3672
  22. Feb 28, 2008
    • Mikhail Pershin's avatar
      b=12882 · 396bd5b5
      Mikhail Pershin authored
       i=grev
       Use correct proc names in tests
      396bd5b5
    • chenzheng's avatar
      b=13174 · fd2e67a6
      chenzheng authored
      i=grev
      
      add the following fail tests to always-except list:
      sanity        65a, 65e
      replay_dual   14
      insanity      2, 4
      replay_single 56, 59
      conf_sanity   33a
      liblustre
      fd2e67a6
  23. Feb 27, 2008
    • Elena Gryaznova's avatar
      b=14928 · aab391e5
      Elena Gryaznova authored
      i=Adilger
      
      don't re-write mtab, wait it will be updated
      aab391e5
    • Elena Gryaznova's avatar
      b=13571 · e648315e
      Elena Gryaznova authored
      i=Adilger
      
      fs2' tests cleanup; renumbering:
      - 23 -> 23a
      - 33 -> 33a; 34 -> 34b
      e648315e
  24. Feb 22, 2008
  25. Feb 21, 2008
  26. Feb 20, 2008
    • Elena Gryaznova's avatar
      b=14842 · c7b8bd84
      Elena Gryaznova authored
      i=Adilger
      
      more fixes to reduce acc-sm time; set SLOW=no default
      c7b8bd84
  27. Feb 15, 2008
    • Elena Gryaznova's avatar
      b=14406 · 42e72c87
      Elena Gryaznova authored
      i=Adilger
      
      test_38 debugfs command fix for remote client
      42e72c87
  28. Jan 29, 2008
    • Eric Mei's avatar
      land b_colibri_devel on HEAD: · 3192e52a
      Eric Mei authored
      - redesigned remote acl support, by FanYong
        b=11842
        r=pravin.shelar, eric.mei
      - new sptlrpc configure interface
        b=13642
        r=yong.fan, rahul.deshmukh
      - split kerberos keytab for lustre_root
        b=13873
        r=yong.fan, h.huang
      - fix setuid for gss with linux keyring
        b=13899
        r=yong.fan, h.huang
      3192e52a
  29. Dec 26, 2007
    • Bobi Jam's avatar
      Branch HEAD · bed64d38
      Bobi Jam authored
      b=14136
      i=nathan
      i=shadow
      
      Description: make mgs_setparam() handle fsname containing dash
      Details    : fsname containing a dash does not work with lctl conf_param
      bed64d38
  30. Dec 20, 2007
    • Yong Fan's avatar
      Branch HEAD · b8c9384b
      Yong Fan authored
      b=13709
      i=chen zheng
      
      enable conf-sanity test_22.
      b8c9384b
  31. Dec 12, 2007
    • Elena Gryaznova's avatar
      b=13932 · f5b6aa43
      Elena Gryaznova authored
      i=Adilger
      
      report the slow and excluded tests separately
      f5b6aa43
  32. Dec 11, 2007
  33. Dec 10, 2007
Loading