Whamcloud - gitweb
landing b_lcfg to b_devel
authorrread <rread>
Wed, 8 Oct 2003 07:07:12 +0000 (07:07 +0000)
committerrread <rread>
Wed, 8 Oct 2003 07:07:12 +0000 (07:07 +0000)
commitb182fa6bf5f8cb0dac2374e4fc6c95e76996544b
treebd092b179e2ad9987b26f40e5ec234851afc8fcd
parentd1235afa64f6b8c7891f1a15d3a7e15edcf92ced
landing b_lcfg to b_devel

- llog network api for processing the log from the client
- config messages changed to use struct lustre_cfg and struct
  portals_cfg
- lctl record options save config messages to log on the mds
- ll_fill_super supports fetching the log and replaying to setup
  the devices needed for mount.
- small changes to lctl interface to support new config protocol.

  - newdev is now a no-op.
  - cfg_device <device name> is used to set the target device for
    detach and cleanup.
lustre/include/linux/lustre_cfg.h [new file with mode: 0644]
lustre/obdclass/llog_test.c
lustre/obdclass/obd_config.c [new file with mode: 0644]
lustre/ptlrpc/llogd.c [new file with mode: 0644]
lustre/ptlrpc/ptlrpc_module.c
lustre/utils/llmount.c [new file with mode: 0644]
lustre/utils/lustre_cfg.c [new file with mode: 0644]