Under headless during split-brain recovery by quick reboot,
if it is not quick, AMFD may unexpected order payload to reboot.
Stop AMFD before quick reboot to avoid unexpected reboot order.
---
 scripts/opensaf_reboot | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/opensaf_reboot b/scripts/opensaf_reboot
index be635a442..bcbc689f0 100644
--- a/scripts/opensaf_reboot
+++ b/scripts/opensaf_reboot
@@ -142,6 +142,7 @@ unset tipc
 # If clm cluster reboot requested argument one and two are set but not used,
 # argument 3 is set to 1, "safe reboot" request.
 if [ "$#" = 0 ]; then
+       $icmd pkill -STOP osafamfd
        quick_local_node_reboot
 elif [ "$safe_reboot" = 1 ]; then
        opensaf_safe_reboot
-- 
2.17.1



_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to