Whamcloud - gitweb
- Added lctl.c which is basically ptlctl/obdctl/debugctl all
authorbehlendo <behlendo>
Thu, 4 Jul 2002 00:12:30 +0000 (00:12 +0000)
committerbehlendo <behlendo>
Thu, 4 Jul 2002 00:12:30 +0000 (00:12 +0000)
commit67d9629b694bdac2e62c67cf97de3671926cb9ba
tree9e846e65b0c7f3654eb6dc2161221911d2d85c81
parent611b859398d72930aebad003c9e720d750b75369
- 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/Makefile.am
lustre/utils/debug.c [new file with mode: 0644]
lustre/utils/device.c [new file with mode: 0644]
lustre/utils/lctl.h [new file with mode: 0644]
lustre/utils/network.c [new file with mode: 0644]
lustre/utils/parser.c
lustre/utils/parser.h