Whamcloud - gitweb
land zcfg on devel
authorrread <rread>
Fri, 31 Oct 2003 19:39:27 +0000 (19:39 +0000)
committerrread <rread>
Fri, 31 Oct 2003 19:39:27 +0000 (19:39 +0000)
commita2c7e343138a8d2863cd83a02e2454b6aa2e3568
tree3dc5a398e0ce414d0a3f700f087df16883f3b945
parente0cc8253934a83b33ab2c945d8f1289430391db3
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.
lustre/include/linux/lustre_cfg.h
lustre/obdclass/llog_test.c
lustre/obdclass/obd_config.c
lustre/osc/osc_create.c
lustre/ptlrpc/llogd.c
lustre/ptlrpc/ptlrpc_internal.h
lustre/ptlrpc/ptlrpc_module.c
lustre/utils/Lustre/cmdline.py
lustre/utils/lustre_cfg.c