Blame SOURCES/bz1280139-fence_scsi-fix-persistentl-typo-in-short-desc.patch

09283b
From 3648a9fefcbd91069f6f5f63fb16b215e82d652a Mon Sep 17 00:00:00 2001
09283b
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
09283b
Date: Thu, 28 Jan 2016 14:43:30 +0100
09283b
Subject: [PATCH] fence_scsi: fix "persistentl" typo in short desc
09283b
09283b
---
09283b
 fence/agents/scsi/fence_scsi.py    | 2 +-
09283b
 tests/data/metadata/fence_scsi.xml | 2 +-
09283b
 2 files changed, 2 insertions(+), 2 deletions(-)
09283b
09283b
diff --git a/fence/agents/scsi/fence_scsi.py b/fence/agents/scsi/fence_scsi.py
09283b
index 11eab73..6708de1 100644
09283b
--- a/fence/agents/scsi/fence_scsi.py
09283b
+++ b/fence/agents/scsi/fence_scsi.py
09283b
@@ -436,7 +436,7 @@ def main():
09283b
 	options = check_input(device_opt, process_input(device_opt))
09283b
 
09283b
 	docs = {}
09283b
-	docs["shortdesc"] = "Fence agent for SCSI persistentl reservation"
09283b
+	docs["shortdesc"] = "Fence agent for SCSI persistent reservation"
09283b
 	docs["longdesc"] = "fence_scsi is an I/O fencing agent that uses SCSI-3 \
09283b
 persistent reservations to control access to shared storage devices. These \
09283b
 devices must support SCSI-3 persistent reservations (SPC-3 or greater) as \
09283b
diff --git a/tests/data/metadata/fence_scsi.xml b/tests/data/metadata/fence_scsi.xml
09283b
index d370e36..a80f1ef 100644
09283b
--- a/tests/data/metadata/fence_scsi.xml
09283b
+++ b/tests/data/metadata/fence_scsi.xml
09283b
@@ -1,5 +1,5 @@
09283b
 
09283b
-<resource-agent name="fence_scsi" shortdesc="Fence agent for SCSI persistentl reservation" >
09283b
+<resource-agent name="fence_scsi" shortdesc="Fence agent for SCSI persistent reservation" >
09283b
 <longdesc>fence_scsi is an I/O fencing agent that uses SCSI-3 persistent reservations to control access to shared storage devices. These devices must support SCSI-3 persistent reservations (SPC-3 or greater) as well as the "preempt-and-abort" subcommand.
09283b
 The fence_scsi agent works by having each node in the cluster register a unique key with the SCSI devive(s). Once registered, a single node will become the reservation holder by creating a "write exclusive, registrants only" reservation on the device(s). The result is that only registered nodes may write to the device(s). When a node failure occurs, the fence_scsi agent will remove the key belonging to the failed node from the device(s). The failed node will no longer be able to write to the device(s). A manual reboot is required.</longdesc>
09283b
 <vendor-url></vendor-url>
09283b
-- 
09283b
2.5.0
09283b