Whamcloud - gitweb
land zcfg on devel
authorrread <rread>
Fri, 31 Oct 2003 19:39:23 +0000 (19:39 +0000)
committerrread <rread>
Fri, 31 Oct 2003 19:39:23 +0000 (19:39 +0000)
commit073c8cd89217b5e26ba855a1b37dd6808c6a4a2a
treeb5353bf6ffdd0462e7a0b0b9b31842d8e2ddb3a2
parent251ee18c3acb32896d5409d0714bee481143524b
land zcfg on devel

- includes changes from b_llogging

- the MDS -> LOV connection is created using the MDS config log, so the
  log must exist. Lconf will create the log automatically when
  --reformat is used. To create the config logs on an existing
  filesystem, run lconf on the MDS with --write_conf. This only needs to
  be done on the MDS.

- LOV does not connect to the MDS during setup.  Instead, the MDS and
  MDC use obd_get_info("lovdesc") to get the stripe info. The LOVDESC
  and LOVTGTS files on the MDS are no longer used (and not created
  on new filesystems.)

- Zeroconf clients are new support by lconf --zeroconf, and
  replay-single.sh uses this to mount the client.  The exact arguments
  needed for zeroconf will be changing quickly, so don't use
  lconf --zeroconf in other scripts yet.  Instead, once the dust
  clears, lconf will be changed to always do zeroconf mounts, and
  eventually when don't need lconf anymore is when we start changing
  the test scripts.
23 files changed:
lnet/include/linux/kp30.h
lnet/include/linux/portals_lib.h
lnet/libcfs/module.c
lnet/utils/portals.c
lustre/ldlm/ldlm_internal.h
lustre/ldlm/ldlm_lib.c
lustre/llite/llite_internal.h
lustre/lov/lov_internal.h
lustre/lov/lov_log.c
lustre/mds/mds_internal.h
lustre/mds/mds_log.c
lustre/mgmt/mgmt_svc.c
lustre/obdclass/llog_obd.c
lustre/obdfilter/filter_log.c
lustre/portals/include/linux/kp30.h
lustre/portals/include/linux/portals_lib.h
lustre/portals/libcfs/module.c
lustre/portals/utils/portals.c
lustre/ptlrpc/llog_net.c
lustre/ptlrpc/ptlrpc_lib.c
lustre/tests/replay-single.sh
lustre/utils/wirecheck.c
lustre/utils/wiretest.c