Skip to content
Snippets Groups Projects
  1. Sep 12, 2007
  2. Sep 11, 2007
    • scjody's avatar
      Branch b1_6 · fa742b32
      scjody authored
      Update versions for 1.6.4
      fa742b32
    • scjody's avatar
      Branch b1_6 · e912a887
      scjody authored
      Update versions and dates.
      e912a887
    • Wang Di's avatar
      Branch: b1_6 · 428da8a3
      Wang Di authored
      b=13436
      Only disconnect errors(ENOTCONNECT & ENODEV) should be returned by rq_status.
      i=green
      i=adiger
      428da8a3
    • Johann Lombardi's avatar
      Branch b1_6 · 513e7159
      Johann Lombardi authored
      Disable journal checksum patch due to release-blocking problems with
      quota and other errors (LTS does not support # in the series files).
      b=13487
      b=13449
      r=scjody
      513e7159
    • Johann Lombardi's avatar
      Branch b1_6 · 71a5430b
      Johann Lombardi authored
      Disable journal checksum patch due to release-blocking problems with
      quota and other errors
      b=13487
      b=13449
      r=scjody
      71a5430b
    • Yury Umanets's avatar
    • Yury Umanets's avatar
      - disable/enable all namespace pools matched with pass argument in sanity.sh; · d8f35f6e
      Yury Umanets authored
      - disable all pools (and OST ones too) in ELC tests;
      - fixes in test_124:
        - make test_124 less stressing, create only 1000 locks in it;
        - calculate LVF correctly, that is, based on lock number created, desired sleep time and current limit instead of cardcoded value;
        - make test suitable for running CMD environment, where desired set of data may be shared between few MDSes.
      d8f35f6e
  3. Sep 10, 2007
  4. Sep 08, 2007
  5. Sep 07, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · 2c8f9224
      Andreas Dilger authored
      Add linefeed so message isn't confusingly overwritten.
      b=13547
      2c8f9224
    • Nikita Danilov's avatar
      Severity : cleanup · 7c89006f
      Nikita Danilov authored
      Bugzilla   : 13532
      Description: rewrite ext2-derived code in llite/dir.c and obdclass/uuid.c
      Details    : rewrite inherited code (uuid parsing code from ext2 utils and
                   readdir code from ext3) from scratch preserving functionality.
      b=13532
      i=adilger
      i=alex
      i=green
      7c89006f
    • Nathan Rutman's avatar
      b=13542 · 8ac3e5ea
      Nathan Rutman authored
      i=deen
      i=tianzy
      the reply state was leaked in the no_reply case
      8ac3e5ea
    • mjmac's avatar
      b=12348 · 86d88928
      mjmac authored
      i=brian
      i=scjody
      * Include disk1_4.zip in lustre-tests RPM
      86d88928
    • Yury Umanets's avatar
      b=2262 · 7a75fa45
      Yury Umanets authored
      r=adilger,vitaly,nikita
      - landed lru resize.
      7a75fa45
    • kalpak's avatar
      b=13128 · 0b76da1c
      kalpak authored
      i=adilger,shadow
      
      Minor cleanups in lfs find and lfs getstripe
      0b76da1c
  6. Sep 06, 2007
    • scjody's avatar
      Branch b1_6 · a4cd897a
      scjody authored
      Strip trailing whitespace.
      a4cd897a
    • Vitaly Fertman's avatar
      Branch b1_6 · 8dabd214
      Vitaly Fertman authored
      b=13060
      i=huanghua
      i=tappro
      
      put the lock after unlocking the resource
      8dabd214
    • kalpak's avatar
      b=12616 · e2ce2e64
      kalpak authored
      i=adilger, johann
      
      Quiet redefinition warning.
      e2ce2e64
    • Liu Ying's avatar
      Branch b1_6 · 27db2168
      Liu Ying authored
      b=13125
      i=nathan, deen
      
      Description: osts not allocated evenly to files
      Details    : change the condition to increase offset_idx
      27db2168
    • buffalo-pull's avatar
      Weekly tag build -> v1_6_2_92 · 6a0741a6
      buffalo-pull authored
      6a0741a6
    • Bobi Jam's avatar
      Branch b1_6 · 5d67b3db
      Bobi Jam authored
      b=12743
      i=deen, adilger
      
      conf-sanity test case for bug 12743: df report consistency on OSTs with different block size.
      5d67b3db
  7. Sep 05, 2007
    • scjody's avatar
      Branch b1_6 · 197c7d7e
      scjody authored
      Test 74 is now 74b and listed in ALWAYS_EXCEPT.  Test 74a is based on the old
      test but passes on patchless clients.
      
      b=13310
      i=adilger
      i=green
      197c7d7e
    • Andreas Dilger's avatar
      Branch b1_6 · ab7d1300
      Andreas Dilger authored
      Add "Frequency" for bugs missing them.
      Change severity to "enhancement" for new features/kernels.
      Remove internal test changes that are not of interest to customers.
      ab7d1300
    • deen's avatar
      Fix for bug 12418: "Evictions taking too long". · 88f81e73
      deen authored
      b=12418
      i=green
      i=adilger
      88f81e73
    • Elena Gryaznova's avatar
      b=13462 · bff6c304
      Elena Gryaznova authored
      i=Adilger
      
      Increase checkstat verbosity.
      bff6c304
    • Elena Gryaznova's avatar
      b=12599 · 4387ad5c
      Elena Gryaznova authored
      i=Wangdi
      i=Tianzy
      
      sanity-quota elimination of duplicate code.
      4387ad5c
    • Elena Gryaznova's avatar
      b=13496 · 92af4ffb
      Elena Gryaznova authored
      i=Wangdi
      i=Nathan
      
      replay-ost-single CLEANUP fix.
      92af4ffb
    • Elena Gryaznova's avatar
      b=13500 · 861462ee
      Elena Gryaznova authored
      i=Nathan
      
      Wait for MDT value to update.
      861462ee
    • Walter Poxon's avatar
      7ff3fec0
    • tianzy's avatar
      Branch b1_6 · cbb24dbb
      tianzy authored
      when mds and osts use different quota unit(32bit and 64bit), quota will be released
      repeatly. This patch voids sending multiple quota reqs to mds, which will keep the
      status between the reqs.
      b=12588
      i=johann
      i=wangdi
      cbb24dbb
  8. Sep 04, 2007
    • huanghua's avatar
      Branch b1_6 · 06db12e4
      huanghua authored
      b=11401
      i=adilger
      i=tappro
      i=green
      
      client-side metadata stat-ahead during readdir (directory readahead)
      06db12e4
  9. Sep 03, 2007
    • Nathan Rutman's avatar
      b=3055 · 0992b387
      Nathan Rutman authored
      at SOW watchdogs are too short using AT only
      0992b387
    • Nathan Rutman's avatar
      b=3055 · 1455a668
      Nathan Rutman authored
      i=adilger
      i=eeb (pending)
      adaptive timeouts
      1455a668
  10. Aug 31, 2007
    • Andreas Dilger's avatar
      Branch b1_6 · f5d79b0d
      Andreas Dilger authored
      Change version to 1.6.2.91.
      
      Beta tags should be numbered BEFORE the release they are for, otherwise
      RPM will consider the beta to be "newer" than the actual release.
      f5d79b0d
Loading