diff --git a/heartbeat/scsi2reservation b/heartbeat/scsi2reservation index b41d8fa76..b8a957798 100644 --- a/heartbeat/scsi2reservation +++ b/heartbeat/scsi2reservation @@ -1,168 +1,168 @@ #!/bin/sh # by hxinwei@gmail.com # License: GNU General Public License 2 (GPL2) if [ -n "$OCF_DEBUG_LIBRARY" ]; then . $OCF_DEBUG_LIBRARY else . ${OCF_ROOT}/resource.d/heartbeat/.ocf-shellfuncs fi scsi2reserve_meta_data() { cat < 1.0 The scsi-2-reserve resource agent is a place holder for SCSI-2 reservation. A healthy instance of scsi-2-reserve resource, indicates the own of the specified SCSI device. This resource agent depends on the scsi_reserve from scsires package, which is Linux specific. scsi-2 reservation The scsi_reserve is a command from scsires package. It helps to issue SCSI-2 reservation on SCSI devices. scsi_reserve command The shared disk that can be reserved. Shared disk. We are going to try several times before giving up. Start_loop indicates how many times we are going to re-try. Times to re-try before giving up. END return $OCF_SUCCESS } scsi2reserve_usage() { cat <