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

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