Skip to content
Snippets Groups Projects
  1. Dec 28, 2007
    • Elena Gryaznova's avatar
      b=12962 · d14f4638
      Elena Gryaznova authored
      i=Nathan.Rutman
      
      set MDS_MOUNT_OPTS correctly for liblustre test
      d14f4638
  2. Nov 27, 2007
  3. Nov 22, 2007
  4. Nov 14, 2007
  5. Nov 07, 2007
    • Elena Gryaznova's avatar
      b=12649 · d4397cff
      Elena Gryaznova authored
      i=Adilger
      t-f helper nodes_list(); add debug marker on all nodes instead of client only
      
      b=13698
      i=Tappro
      i=Adilger
      
      disable LFSCK test
      d4397cff
  6. Sep 20, 2007
    • Elena Gryaznova's avatar
      b=13587 · db38eca8
      Elena Gryaznova authored
      i=Scjody
      
      set stripe count over all OSTs; calculate SIZE based on min kbytesfree
      db38eca8
  7. Sep 06, 2007
    • Elena Gryaznova's avatar
      b=12499 · fb698736
      Elena Gryaznova authored
      i=Brian
      i=Adilger
      
      att. 11642: more acc-sm fixes.
      fb698736
  8. Aug 30, 2007
    • Elena Gryaznova's avatar
      b=12560 · 0c6b5334
      Elena Gryaznova authored
      b=13367
      i=Adilger
      i=Nathan
      
      t-f skip(); use logs for all test scripts
      helper remote_mds() remote_ost()
      0c6b5334
    • scjody's avatar
      Branch HEAD · 28ee074e
      scjody authored
      Fix ONLY variable handling
      
      b=12499
      i=brian
      i=adilger
      28ee074e
  9. Jul 30, 2007
  10. May 11, 2007
  11. Apr 26, 2007
  12. Mar 31, 2007
    • scjody's avatar
      Branch HEAD · 0d2088ed
      scjody authored
      Use eval when changing debug settings to avoid shell-related failures.
      
      b=12081
      r=adilger
      0d2088ed
  13. Feb 26, 2007
  14. Feb 12, 2007
  15. Feb 10, 2007
  16. Oct 23, 2004
  17. Jun 02, 2004
  18. May 17, 2004
  19. Apr 29, 2004
  20. Apr 23, 2004
  21. Mar 08, 2004
  22. Mar 05, 2004
  23. Feb 24, 2004
  24. Feb 13, 2004
    • Andreas Dilger's avatar
      Landing b_bug974 onto HEAD (20040213_1538). · 30c3a189
      Andreas Dilger authored
      Adds support for client-side write cache accounting via OST write credits
      (grants).  There is not yet a "correction" algorithm for grants if they
      get out of sync between the client and OST (OST can handle clients who think
      they have grant but do not).  Peter had previously suggested that grants
      should decay over time (faster on the clients than on the OSTs) so idle
      nodes do not consume space they aren't using.
      
      Use /proc/fs/lustre/osc/OSC*/cur_grant_bytes (and existing cur_dirty_bytes)
      to check client-side cache values.
      
      Includes lustre-side changes for lfsck support (create files with
      specific objids, create specific objids on OSTs).
      
      Also includes some changes to the testing scripts (local.sh, lov.sh, acc-sm)
      so that they include a "client nid '*'" client and can be used for sanityN.sh
      testing.  This has been put into the main acceptance-small.sh loop so that
      sanityN.sh will be run on both single and multi-OST setups.
      
      b=974 b=2349
      r=shaver
      30c3a189
  25. Jan 23, 2004
  26. Jan 07, 2004
  27. Dec 24, 2003
  28. Dec 21, 2003
  29. Dec 16, 2003
    • Oleg Drokin's avatar
      r=zab,phil · 15b0e514
      Oleg Drokin authored
      Fix for bug 974, Also adds a test to check for OOM (modified script from
      bug 1135), fixes to sanity.sh's test 45 to obtain a grant (closes 2387).
      15b0e514
  30. Dec 03, 2003
  31. Jul 25, 2003
  32. Jun 26, 2003
  33. Jun 12, 2003
  34. Mar 02, 2003
  35. Feb 07, 2003
    • Phil Schwan's avatar
      Merge b_md into HEAD · 93acd158
      Phil Schwan authored
      * bug fixes
       - Fix ldlm_lock_match on the MDS to avoid matching remote locks (592)
       - Fix fsfilt_extN_readpage() to read a full page of directory
         entries, or fake the remainder if PAGE_SIZE != blocksize (500)
       - Avoid extra mdc_getattr() in ll_intent_lock when possible (534, 604)
       - Fix imbalanced LOV object allocation and out-of-bound access (469)
       - Most intent operations were removed, in favour of a new RPC mode
         that does a single RPC to the server and bypasses most of the VFS
       - All LDLM resource ID arrays were removed in favour of ldlm_res_id
       - Aggressively cancel local locks on DLM servers
       - mds_reint_unlink sends EA to the client if it's the last nlink.
         client uses that EA to unlink OST objects.
       - mds_reint_{rename,unlink,link} were rewritten to take ordered locks
       - recursive symlinks were fixed (440)
       - fixed NULL deref in DEBUG_REQ
       - filter_update_lastobjid no longer calls sync, which annoyed extN
       - fixed multi-client small-writes to a single file problem (445)
       - fixed mtime updates during file writes (607)
       - fixed vector writes on obdfilter causing problems when ENOSPC (670)
       - fixed bug in obd_brw_read/write() (under guise of testing 367)
       - fixed Linux OST size reporting problem (444, 656)
       - OST now updates object mtime with writes or setattr (607, 619)
       - client verifies file size before zeroing page past EOF (445)
       - OST now writes last allocated objid to disk with allocation (108)
       - LOV on echo now works (409)
       * protocol changes
       - mds_reint_unlink sends a new buffer, with the EA included.  this
         buffer is only valid if body->valid & OBD_MD_FLEASIZE, which is only
         set if a regular file was being unlinked, and it was the last link
       - use PtlGet from the target for bulk writes (315)
       - OST now updates object mtime with writes or setattr (607, 619)
       - LDLM now has a grant-time callback to revalidate locked items, if
         necessary (604)
       - Many MDS operations were reorganized to combat race conditions
      * other changes
       - Merge b_intel branch (updated lprocfs code) - now at /proc/fs/lustre
       - configure check to avoid gcc version 2.96 20000731-2.96-98 (606)
      93acd158
  36. Dec 17, 2002
    • Phil Schwan's avatar
      · 26969941
      Phil Schwan authored
      land b_md onto HEAD.  almost entirely small cleanups and miscellaneous fixes,
      plus:
      
      - fix lock order deadlock on OST (O/R i_sem before journal ops, 478)
      - fix follow_symlink bugs (437)
      - preparation for some ldlm race fixes (419)
      26969941
  37. Dec 05, 2002
    • Phil Schwan's avatar
      land b_md onto HEAD: · 4b285975
      Phil Schwan authored
       - LRU counters were broken, causing constant lock purge (433, 432)
       - the first part of the fixes for the ldlm_handle2lock race (419)
       - cleanup unused ll_inode_info field (442)
       - keep ioctl semaphore from serializing test_getattr/brw
      4b285975
  38. Dec 02, 2002
Loading