Accepting request 478914 from home:ganghe:branches:network:ha-clustering:Factory

Upgrade ocfs2-tools to v1.8.5

OBS-URL: https://build.opensuse.org/request/show/478914
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=94
This commit is contained in:
Gang He
2017-03-13 02:44:24 +00:00
committed by Git OBS Bridge
parent e6907dc47b
commit c9f09b5361
20 changed files with 468 additions and 763 deletions

View File

@@ -87,7 +87,7 @@ Index: ocfs2-tools/ocfs2_hb_ctl/ocfs2_hb_ctl.c
struct hb_ctl_options hbo = {
.action = HB_ACTION_UNKNOWN,
};
char hbuuid[33];
char *hbuuid = NULL;
+ char tmp[1024];
+
+ openlog("ocfs2_hb_ctl", LOG_CONS|LOG_NDELAY|LOG_PID, LOG_KERN);