Skip to content
Snippets Groups Projects
  1. Mar 31, 2005
  2. Mar 29, 2005
    • jacob's avatar
      r=phil · 0b149ce3
      jacob authored
      remove unused files.
      0b149ce3
  3. Mar 16, 2005
  4. Mar 13, 2005
  5. Mar 02, 2005
  6. Feb 28, 2005
  7. Feb 22, 2005
  8. Feb 04, 2005
  9. Nov 23, 2004
    • Yury Umanets's avatar
      - lots of fixes and cleanups in cobd and cmobd. · b258207f
      Yury Umanets authored
      - fixes and clanups in cmobd.sh and cobd.sh
      - changes in lconf about module loading in OSD and MDSDEV.
      - fixes in lconf about mount options forming.
      - fixes in lmc about client ref managing.
      - fixes in lconf about cmobd and cobd setup.
      b258207f
  10. Nov 19, 2004
    • Yury Umanets's avatar
      - fixes and cleanups in error messages and in code. · 81754566
      Yury Umanets authored
      - changed mds_alloc_inode_sid() to allocate lustre_id in memory if there is
      no passed one. This makes mds stuff do not use lustre_id allocated on stack
      if there is only need to allocate inode sid without using it later. This
      makes stack consumption smaller by 40 bytes in each such a case.
      
      - in mds_setup() whrn comparing strings passed from userspace use strncmp()
      - root lustre_id should be set up also in cases when there is no profile.
      - making do not use lustre_id allocated on stack in places where it is possible.
      
      - moving mds_finish_transno() calling to place where dput() for dchild is
      already called to make sure, that unlink op got to current transaction.
      
      - lots of changes in lconf. MDSDEV stuff is changed substantionaly. Removing
      bugs prone code, replacing it by new one about setting up MDS, LMV, etc.
      Added more verbose messages about MDS, LMV configuration. Removed redundant
      stuff about forming mount options. It now is moved to function and be used from
      few places.
      
      - fixes in CMOBD and COBD objects about using LMV.
      
      - fixed double client_ref adding to LMV, what led to double client config
      writing on MDS setup.
      81754566
  11. Nov 16, 2004
  12. Nov 15, 2004
  13. Nov 14, 2004
  14. Nov 13, 2004
  15. Nov 11, 2004
  16. Oct 24, 2004
  17. Oct 23, 2004
  18. Aug 30, 2004
    • Eric Mei's avatar
      land b_groups onto HEAD: · 7bb892f4
      Eric Mei authored
       - add a flag in lustre_msg which indicate message type
       - add a security descriptor into most of messages send to MDSs, which
         include the uid, supplementary groups array etc.
       - add group hash
       - MDS retrive local groups database through upcall, and set/merge with
         which sent from client based on policies (here not totally finished)
       - move root_squash test into separate sanity-sec.sh
      7bb892f4
  19. Aug 26, 2004
  20. Aug 24, 2004
  21. Aug 12, 2004
    • houfeng's avatar
      b=4223 · 0989d27c
      houfeng authored
      r=houfeng
      
      - changed for SNMP monitoring
      0989d27c
  22. Aug 11, 2004
  23. Jul 27, 2004
  24. Jul 26, 2004
  25. Jul 22, 2004
    • Robert Read's avatar
      b=3899 · 48e080ea
      Robert Read authored
      Handle server recovery in a new thread, instead of tying up request
      processing threads. Centralizes the recovery management, including the
      abort recovery checking.
      48e080ea
    • Robert Read's avatar
      b=2525 · b717cd5b
      Robert Read authored
      I've seen the "server went back in time" message while testing HEAD,
      so this will fix that.  Patch already on 1.4.
      b717cd5b
    • alex's avatar
      - PTLDEBUG var to control debug set · ea8623c4
      alex authored
      ea8623c4
  26. Jul 21, 2004
  27. Jul 13, 2004
    • Robert Read's avatar
      b=3405 · 6ab06ddf
      Robert Read authored
      Use lmv by default for insanity.sh.
      6ab06ddf
    • Robert Read's avatar
      b=3405 · c336e934
      Robert Read authored
      update replay-dual.sh and replay-ost-single.sh
      c336e934
  28. Jul 12, 2004
    • Robert Read's avatar
      b=3405 · 50e3ab3c
      Robert Read authored
      - Fix insanity.sh, still using the insanity-local.sh config by default.
      - More cleanups in replay-single.sh. We need to generalize failures a
      bit more, so we can choose a different mds each time, if more than one
      is available.
      50e3ab3c
    • Robert Read's avatar
      · f329de13
      Robert Read authored
      Fix replay-single.sh and recovery-small.sh so they can run with the
      default lmv config or "-f cfg/local.sh" config.
      f329de13
  29. Jul 06, 2004
    • Wang Di's avatar
      Update snap · e8fc23a5
      Wang Di authored
      1)some fix for snap
      2)add snap_add command
      e8fc23a5
  30. Jun 27, 2004
  31. Jun 25, 2004
    • alex's avatar
      changes to get test #46 working · d911b481
      alex authored
      - bunch of fixes to handle dir splitting over N < MDS nodes
        - fixes to MDS code to handle dir splitting over N < MDS nodes properly
        - mds_try_to_split() should ignore requests to split dir over 1 node
        - checks for NULL exports in LMV
        - checks for wrong -ERESTART handling: because of software errors
          it possible that lmv will loop forever. we need to assert on this.
        - one more sanity test 3c to test lfs dirstripe and activity on such a dirs
      d911b481
  32. Jun 22, 2004
    • alex's avatar
      - three lmv obj leaks fixed · b2c34474
      alex authored
      - cross-node mkdir() splits newly-created directory if requested
      - remove_entries_from_orig_dir() accepts cross-node dir entries
      - sanity check 3a tests splitting a directory with cross-node entries
      b2c34474
Loading