36 lines
1.7 KiB
Diff
36 lines
1.7 KiB
Diff
|
From 639732ddca765b2f147ef0c0a896968e3304ca49 Mon Sep 17 00:00:00 2001
|
||
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
||
|
Date: Mon, 23 Oct 2023 09:28:55 +0200
|
||
|
Subject: [PATCH] fence_cisco_mds: undo metadata change, as it is an I/O agent
|
||
|
|
||
|
---
|
||
|
agents/cisco_mds/fence_cisco_mds.py | 2 +-
|
||
|
tests/data/metadata/fence_cisco_mds.xml | 2 +-
|
||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/agents/cisco_mds/fence_cisco_mds.py b/agents/cisco_mds/fence_cisco_mds.py
|
||
|
index 04cd1f842..fbb876a94 100644
|
||
|
--- a/agents/cisco_mds/fence_cisco_mds.py
|
||
|
+++ b/agents/cisco_mds/fence_cisco_mds.py
|
||
|
@@ -77,7 +77,7 @@ def main():
|
||
|
|
||
|
docs = {}
|
||
|
docs["shortdesc"] = "Fence agent for Cisco MDS"
|
||
|
- docs["longdesc"] = "fence_cisco_mds is a Power Fencing agent \
|
||
|
+ docs["longdesc"] = "fence_cisco_mds is an I/O Fencing agent \
|
||
|
which can be used with any Cisco MDS 9000 series with SNMP enabled device."
|
||
|
docs["vendorurl"] = "http://www.cisco.com"
|
||
|
show_docs(options, docs)
|
||
|
diff --git a/tests/data/metadata/fence_cisco_mds.xml b/tests/data/metadata/fence_cisco_mds.xml
|
||
|
index 2105ecccc..829c9dcbe 100644
|
||
|
--- a/tests/data/metadata/fence_cisco_mds.xml
|
||
|
+++ b/tests/data/metadata/fence_cisco_mds.xml
|
||
|
@@ -1,6 +1,6 @@
|
||
|
<?xml version="1.0" ?>
|
||
|
<resource-agent name="fence_cisco_mds" shortdesc="Fence agent for Cisco MDS" >
|
||
|
-<longdesc>fence_cisco_mds is a Power Fencing agent which can be used with any Cisco MDS 9000 series with SNMP enabled device.</longdesc>
|
||
|
+<longdesc>fence_cisco_mds is an I/O Fencing agent which can be used with any Cisco MDS 9000 series with SNMP enabled device.</longdesc>
|
||
|
<vendor-url>http://www.cisco.com</vendor-url>
|
||
|
<parameters>
|
||
|
<parameter name="action" unique="0" required="1">
|