Blame SOURCES/bz1734812-fence_iloX_ssh-monitor-timeout-warning.patch

2d8bb4
From 7c1348d53aa8080f2fcfc344a2f4a2372739a62c Mon Sep 17 00:00:00 2001
2d8bb4
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
2d8bb4
Date: Tue, 6 Aug 2019 13:06:13 +0200
2d8bb4
Subject: [PATCH] fence_ilo_ssh*: add timeout warning in metadata/manpage
2d8bb4
2d8bb4
---
2d8bb4
 agents/ilo_ssh/fence_ilo_ssh.py        | 5 ++++-
2d8bb4
 5 files changed, 16 insertions(+), 5 deletions(-)
2d8bb4
2d8bb4
diff --git a/agents/ilo_ssh/fence_ilo_ssh.py b/agents/ilo_ssh/fence_ilo_ssh.py
2d8bb4
index 88f13d17..a27e3418 100644
2d8bb4
--- a/agents/ilo_ssh/fence_ilo_ssh.py
2d8bb4
+++ b/agents/ilo_ssh/fence_ilo_ssh.py
2d8bb4
@@ -51,7 +51,10 @@ def main():
2d8bb4
 	docs = {}
2d8bb4
 	docs["shortdesc"] = "Fence agent for HP iLO over SSH"
2d8bb4
 	docs["longdesc"] = "fence_ilo_ssh is a fence agent that connects to iLO device. It logs into \
2d8bb4
-device via ssh and reboot a specified outlet. "
2d8bb4
+device via ssh and reboot a specified outlet.\
2d8bb4
+\n.P\n\
2d8bb4
+WARNING: The monitor-action is prone to timeouts. Use the fence_ilo-equivalent \
2d8bb4
+to avoid this issue."
2d8bb4
 	docs["vendorurl"] = "http://www.hp.com"
2d8bb4
 	docs["symlink"] = [("fence_ilo3_ssh", "Fence agent for HP iLO3 over SSH"),
2d8bb4
 		("fence_ilo4_ssh", "Fence agent for HP iLO4 over SSH"),