Skip to content
Snippets Groups Projects
  1. Dec 20, 2004
  2. Dec 17, 2004
  3. 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
  4. 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
  5. Nov 18, 2004
  6. Nov 11, 2004
  7. Nov 09, 2004
  8. Oct 29, 2004
  9. Oct 24, 2004
  10. Oct 23, 2004
  11. 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
  12. Aug 26, 2004
  13. Aug 17, 2004
  14. Aug 07, 2004
  15. Jul 21, 2004
  16. Jul 05, 2004
  17. Jun 16, 2004
  18. Jun 14, 2004
    • Phil Schwan's avatar
      land b_ost_amd onto HEAD. · b5b6224b
      Phil Schwan authored
      I haven't re-tested the AMD functionality since landing, but I did
      test iozone and dbench to ensure sanity.
      b5b6224b
  19. Jun 10, 2004
    • Yury Umanets's avatar
      Mostly fixes related to using failover MDSs along lmv. This is also related to... · 0e006095
      Yury Umanets authored
      Mostly fixes related to using failover MDSs along lmv. This is also related to active_ref handling, etc.
      
      Also fixed the following:
      * name of lproc entry where lustre upcall can be seen in error message if upcall is failed.
      * removed --master option which was supposed to work along with lmv and now it is obsoleted.
      * clanups and fixes both in lconf and lmc
      0e006095
  20. Jun 04, 2004
    • Phil Schwan's avatar
      - merge 2 weeks of b1_4 fixes onto HEAD · 23de47e8
      Phil Schwan authored
      - b1_4 is basically the parent of HEAD, because that's the direction
        that changes flow, as strange as that sounds.  so there's a
        HEAD_BASE tag which sits on b1_4
      23de47e8
  21. Jun 02, 2004
  22. Jun 01, 2004
    • alex's avatar
      - mds->lmv->mdc propagate lower timeout down to import · 401deb50
      alex authored
        we need this becase client's timeout should be longer then inter-mds recovery may take
      - few ugly hacks that allow client to reconnect with old (before failure took place) UUID
      - mds_preprw() and mds_preprw() should use l_dput() instead of f_dput()
      - SOCKNAL_IO_TIMEOUT has been set to 20 seconds to make discovery of
        stale connection faster
      - lconf generates persisten UUIDs for LMV clients
        it each new LMV uses fresh UUID, then each recovered MDS looks like
        new client (target MDS doesn't recognize it's old because of new UUID).
        if target MDS gets restarted, then it'll find more clients in LAST_RCVD
        then it actually had
      401deb50
  23. May 17, 2004
  24. May 13, 2004
  25. May 12, 2004
  26. May 05, 2004
  27. Apr 28, 2004
  28. Apr 16, 2004
  29. Apr 07, 2004
  30. Apr 01, 2004
    • jacob's avatar
      b=3041 · c9e9985e
      jacob authored
      re-add things CVS mistakenly removed.
      c9e9985e
    • jacob's avatar
      b=3041 · b85db26c
      jacob authored
      b=3058
      
      Clean up the autoconf and automake bits:
      
       * now liblustre and kernel modules can be built in the same tree
      	use --disable-modules, --disable-liblustre to disable those
      	bits
       * 2.6 modules are now built as .ko, and lconf can deal with them
       * fixes for builddir != srcdir
      b85db26c
  31. Mar 23, 2004
  32. Mar 19, 2004
    • Nic Henke's avatar
      b=2978 · c8cde418
      Nic Henke authored
      r=shaver
      
      allow lconf to get xml configs via http
      c8cde418
    • Zach Brown's avatar
      b=2776 · 57e6d88a
      Zach Brown authored
      r=phil
      
      land b_cray_portals_merge on HEAD.  This consists of four families of changes:
      
      1) Eric's work to change some APIs in Lustre's portals to come into line with
         Cray's portals and the spec.
      
      2) add --with-cray-portals= to the build and use it to cut up the build
         when we're building lustre against external includes for Cray's portals.
      
      3) Move some facilities from portals.o into libcfs.o so that Lustre can
         consume them when it is running against Cray's portals.o.
      
      4) Fix up the liblustre build.  These changes have also made it to
         b_cray_delivery recently.
      57e6d88a
  33. Mar 10, 2004
    • jacob's avatar
      b=2264 · ff34d9e0
      jacob authored
      r=robert
      
      overwrite log when running lconf --write_conf
      ff34d9e0
Loading