Blame SOURCES/bz1709926-fence_mpath-fix-watchdog-hardreboot.patch

83de4b
From e5c6c2e134fd397ffe3319adc7afb8b633a251b2 Mon Sep 17 00:00:00 2001
83de4b
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
83de4b
Date: Tue, 14 May 2019 16:44:59 +0200
83de4b
Subject: [PATCH] fence_mpath: import ctypes to fix watchdog hardreboot
83de4b
83de4b
---
83de4b
 agents/mpath/fence_mpath.py | 1 +
83de4b
 1 file changed, 1 insertion(+)
83de4b
83de4b
diff --git a/agents/mpath/fence_mpath.py b/agents/mpath/fence_mpath.py
83de4b
index d9ac2ef54..e4f598361 100644
83de4b
--- a/agents/mpath/fence_mpath.py
83de4b
+++ b/agents/mpath/fence_mpath.py
83de4b
@@ -6,6 +6,7 @@
83de4b
 import os
83de4b
 import logging
83de4b
 import atexit
83de4b
+import ctypes
83de4b
 sys.path.append("@FENCEAGENTSLIBDIR@")
83de4b
 from fencing import fail_usage, run_command, atexit_handler, check_input, process_input, show_docs
83de4b
 from fencing import fence_action, all_opt, run_delay