Skip to content
Snippets Groups Projects
  1. May 08, 2008
  2. May 07, 2008
    • Andreas Dilger's avatar
      Branch b_release_1_6_5 · f9948966
      Andreas Dilger authored
      Update client side RPC messages to match those on the server, as changed
      previously on the server in bug 13537, allowing the same :pid:xid: string
      to be searched in both client and server logs.
      b=13537
      f9948966
    • Bobi Jam's avatar
      Branch b1_6 · da63a6e1
      Bobi Jam authored
      b=15575
      i=wangdi, johann
      
      Description: Stack overflow during MDS log replay
      Details    : ease stack pressure by using a thread dealing llog_process.
      da63a6e1
  3. May 06, 2008
  4. May 05, 2008
    • bwzhou's avatar
      Branch b1_6 · 3b0620d6
      bwzhou authored
      b=14219
      r=adilger, shadow
      
      use punch instead of setattr to change file size
      3b0620d6
  5. May 02, 2008
    • Johann Lombardi's avatar
      Branch b1_6 · 18d07a56
      Johann Lombardi authored
      b=15517
      i=johann
      i=umka
      
      Fix compile warnings on i686.
      18d07a56
    • Johann Lombardi's avatar
      Branch b1_6 · 8c414c1f
      Johann Lombardi authored
      b=15069
      i=rread
      i=wangdi
      
      remove LASSERT in ptlrpc_invalidate_import() since ping req can be queued even
      imp_invalid is set. See also bug 15716.
      8c414c1f
    • Johann Lombardi's avatar
      Branch b1_6 · be7f2079
      Johann Lombardi authored
      b=15069
      i=rread
      i=wangdi
      
      Skip the "sleep until imp_inflight == 0" part when invalidating an mgc import
      which is already invalid.
      be7f2079
    • Johann Lombardi's avatar
      Branch b1_6 · 943e3b15
      Johann Lombardi authored
      b=13904
      i=johann
      i=tianzy
      
      Quota data should not be stored in a 32-bit variable. Use __u64 instead.
      943e3b15
  6. Apr 30, 2008
    • deen's avatar
      Don't disable LIBLUSTRE_POSIX_ACL if --disable-liblustre given and · 31e7fbea
      deen authored
      don't build wiretest with build utils.
      
      b=15642
      i=adilger
      i=shadow
      31e7fbea
    • Yong Fan's avatar
      Branch b1_6 · a537c4ed
      Yong Fan authored
      b=15691
      i=huanghua
      i=tappro
      
      1) Prevent "ll_sa_wrong" from being increased repeatedly when hit ratio is low.
      2) Remount client before sanity 123a to eliminate previous test effect.
      a537c4ed
    • Eric Mei's avatar
      branch: b1_6 · 152ec0a6
      Eric Mei authored
      set msghdr flags right before rpc sent out.
      b=15487
      r=rread
      r=shadow
      152ec0a6
    • tianzy's avatar
      Branch b1_6 · 65a2ac00
      tianzy authored
      b=15643
      i=johann
      
      Prolong the waiting time in test_12 of sanity-quota.sh
      65a2ac00
    • bwzhou's avatar
      Branch b1_6 · fd28806c
      bwzhou authored
      Add ChangeLog entries.
      fd28806c
    • Bobi Jam's avatar
      Branch b1_6 · fc6c64bf
      Bobi Jam authored
      b=14995
      i=wangdi, rread
      
      send activate event only for evicted imports.
      fc6c64bf
  7. Apr 29, 2008
    • Walter Poxon's avatar
      b=13539 · 00f7f387
      Walter Poxon authored
      i=johann
      i=adilger
      
      fix for configure: WARNING: linux/random.h: present but cannot be compiled
      00f7f387
    • Walter Poxon's avatar
      b=15689 · dfc02071
      Walter Poxon authored
      i=johann
      i=alexey.lyashkov
      
      fix error building lustre/liblustre/tests for Cray XT3 catamount
      dfc02071
    • Yong Fan's avatar
      Branch b1_6 · 9cbb7b5f
      Yong Fan authored
      b=15406
      
      Add ChangeLog entry.
      9cbb7b5f
  8. Apr 28, 2008
    • Andrew Perepechko's avatar
      Branch b1_6 · 09b74d65
      Andrew Perepechko authored
      b=15441
      i=johann
      i=tianzy
      
      quota might appear on quota files causing deadlock, this is fixed with this patch
      09b74d65
    • Brian J. Murrell's avatar
      b=15316,13969 · 754ec615
      Brian J. Murrell authored
      ChangeLog entries.
      754ec615
    • Andrew Perepechko's avatar
      Branch b1_6 · 0d81bac3
      Andrew Perepechko authored
      b=15036
      
      
      updated changelog with respect to 15036 updates
      0d81bac3
    • bwzhou's avatar
      Branch b1_6 · 8a9084a0
      bwzhou authored
      b=11777
      r=green, shadow
      
      invalidate the import to halt request handling so the namespace can be safely
      cleaned up
      8a9084a0
    • Bobi Jam's avatar
      Branch b1_6 · 0cdeb78b
      Bobi Jam authored
      b=14803
      i=johann, adilger
      
      Description: Don't update lov_desc members until making sure they are valid
      Details    : When updating lov_desc members via proc fs, need fix their
                   validities before doing the real update.
      0cdeb78b
  9. Apr 27, 2008
  10. Apr 26, 2008
    • Yong Fan's avatar
      Branch b1_6 · 5de3e2df
      Yong Fan authored
      b=15658
      i=huanghua
      i=tappro
      
      Support directory read ahead under patchless client mode.
      When "ls" a dentry, the system trigger more than once "revalidate" or
      "lookup", for "getattr", for "getxattr", and maybe for others.
      Under patchless client mode, the operation intent is not accurate,
      it maybe misguide the statahead thread. For example:
      The "revalidate" call for "getattr" and "getxattr" of a dentry maybe
      have the same operation intent -- "IT_GETATTR".
      In fact, one dentry should has only one chance to interact with the
      statahead thread, otherwise the statahead windows will be confused.
      5de3e2df
    • deen's avatar
      It is be possible to send the lock handle along with each read · 036be0ba
      deen authored
      or write request because the client is already doing a lock match
      itself so there isn't any reason the OST should have to re-do that
      search.
      
      b=15198
      i=adilger
      i=shadow
      036be0ba
    • Walter Poxon's avatar
      b=15277 · 579bd990
      Walter Poxon authored
      i=adilger
      i=rread
      
      fixes error linking lustre/liblustre/tests/echo_test
      during catamount build of b1_6 for Cray XT3 systems
      579bd990
    • Andreas Dilger's avatar
      Branch b1_6 · fd72de5e
      Andreas Dilger authored
      Clarify instructions.
      fd72de5e
    • Andreas Dilger's avatar
      Branch b1_6 · f2286513
      Andreas Dilger authored
      Fix line wrap.
      f2286513
  11. Apr 25, 2008
    • Andreas Dilger's avatar
      Branch b1_6 · ec391247
      Andreas Dilger authored
      Minor cleanup.
      ec391247
    • Brian J. Murrell's avatar
      b=15316 · 35171151
      Brian J. Murrell authored
      i=cliffw
      i=wangyb
      
      Build OFED 1.3's kernel-ib and kernel-ib-devel with our patched lustre
      server kernel for RHEL 4 and 5 and SLES 10.  SLES 9 is not supported by
      OFED 1.3.
      Since OFED 1.3 provides a newer open-iscsi stack, prefer those modules
      from the kernel-ib over those provided by the vendor kernels.
      Additionally, build Lustre with o2iblnd support.
      35171151
    • Walter Poxon's avatar
      b=14609 · 3ad46428
      Walter Poxon authored
      i=grev
      
      fix for test_16 failure due to trying to create mntpt dir on Read-Only fs.
      3ad46428
    • Walter Poxon's avatar
      b=15670 · adc3e261
      Walter Poxon authored
      i=adilger
      i=johann
      
      land attachment 16523
      
      fixes this compile warning (which is treated as an error -Werror on XT3's):
      during lustrefs-1.6-ss builds:
      
      lustrefs-1.6-ss/lustre/mds/mds_lov.c: In function `mds_lov_read_objids':
      mds_lov.c:198: warning: int format, different type arg (arg 10)
      adc3e261
    • Johann Lombardi's avatar
      Branch b1_6 · 862c76b2
      Johann Lombardi authored
      b=14909
      i=tianzy
      
      use cancel_lru_locks instead of "sync; sleep 1; sync" in sanity-quota.sh.
      862c76b2
Loading