Whamcloud - gitweb
- Added lctl.c which is basically ptlctl/obdctl/debugctl all
authorbrian <brian>
Thu, 4 Jul 2002 00:12:31 +0000 (00:12 +0000)
committerbrian <brian>
Thu, 4 Jul 2002 00:12:31 +0000 (00:12 +0000)
commitbefd9c343fc9ba20a7b26f6dabce0a5521b3b1e3
treeb20f09a2605f4ff87011395e1cd90b5c00376cee
parent67d9629b694bdac2e62c67cf97de3671926cb9ba
- Added lctl.c which is basically ptlctl/obdctl/debugctl all
  frankensteined together.  It should be possible to configure
  all of portals/lustre through it.
- network.c contains the portals bits
  device.c contains the device bits
  debug.c contains the debug bits
- Some functionality has been consolidated when it was redundant,
  there's still more of that to do!
- The thread handling that was in obdctl is broken for a little bit.
- All the original *ctl tools are uneffected.
- Several commands have been slightly renamed do to name collisions,
  for instance the obdctl list command is now device_list, so as
  not to conflict with debug_list or route_list.  It'll be pretty
  obvious.
lustre/utils/lctl.c [new file with mode: 0644]
lustre/utils/obdctl.c