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

e4ffb1
From 3648a9fefcbd91069f6f5f63fb16b215e82d652a Mon Sep 17 00:00:00 2001
e4ffb1
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
e4ffb1
Date: Thu, 28 Jan 2016 14:43:30 +0100
e4ffb1
Subject: [PATCH] fence_scsi: fix "persistentl" typo in short desc
e4ffb1
e4ffb1
---
e4ffb1
 fence/agents/scsi/fence_scsi.py    | 2 +-
e4ffb1
 tests/data/metadata/fence_scsi.xml | 2 +-
e4ffb1
 2 files changed, 2 insertions(+), 2 deletions(-)
e4ffb1
e4ffb1
diff --git a/fence/agents/scsi/fence_scsi.py b/fence/agents/scsi/fence_scsi.py
e4ffb1
index 11eab73..6708de1 100644
e4ffb1
--- a/fence/agents/scsi/fence_scsi.py
e4ffb1
+++ b/fence/agents/scsi/fence_scsi.py
e4ffb1
@@ -436,7 +436,7 @@ def main():
e4ffb1
 	options = check_input(device_opt, process_input(device_opt))
e4ffb1
 
e4ffb1
 	docs = {}
e4ffb1
-	docs["shortdesc"] = "Fence agent for SCSI persistentl reservation"
e4ffb1
+	docs["shortdesc"] = "Fence agent for SCSI persistent reservation"
e4ffb1
 	docs["longdesc"] = "fence_scsi is an I/O fencing agent that uses SCSI-3 \
e4ffb1
 persistent reservations to control access to shared storage devices. These \
e4ffb1
 devices must support SCSI-3 persistent reservations (SPC-3 or greater) as \
e4ffb1
diff --git a/tests/data/metadata/fence_scsi.xml b/tests/data/metadata/fence_scsi.xml
e4ffb1
index d370e36..a80f1ef 100644
e4ffb1
--- a/tests/data/metadata/fence_scsi.xml
e4ffb1
+++ b/tests/data/metadata/fence_scsi.xml
e4ffb1
@@ -1,5 +1,5 @@
e4ffb1
 
e4ffb1
-<resource-agent name="fence_scsi" shortdesc="Fence agent for SCSI persistentl reservation" >
e4ffb1
+<resource-agent name="fence_scsi" shortdesc="Fence agent for SCSI persistent reservation" >
e4ffb1
 <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.
e4ffb1
 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>
e4ffb1
 <vendor-url></vendor-url>
e4ffb1
-- 
e4ffb1
2.5.0
e4ffb1