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