Whamcloud - gitweb
b=1046
authorrread <rread>
Wed, 14 May 2003 17:42:55 +0000 (17:42 +0000)
committerrread <rread>
Wed, 14 May 2003 17:42:55 +0000 (17:42 +0000)
commite6e6bd87960f4454001fca4e4ca8d08fb7c587c1
tree38e6dcd695ca6199c9bc8733d0b844563fb6936f
parent4eb754c2504df7543221655dd6994d7e408f88fc
b=1046

- add a new argument to upcalls. The first argument identifies the reason
  of upcall.  The upcall script path is now /proc/sys/lustre/upcall, and the
  config option has changed from --recovery_upcall to --lustre_upcall.

  Current lustre upcall types and arguments:

    FAILED_IMPORT tgt_uuid dev_uuid net_uuid
    RECOVERY_OVER dev_uuid

- The config tools also support the new --portals_upcall, and both of the
  upcalls can be set to the same script with the --upcall option.

  There is only one portals upcall type:

    LBUG filename function line
lustre/ptlrpc/ptlrpc_module.c