Skip to content

Commit

Permalink
Merge pull request #719 from kgaillot/stonith
Browse files Browse the repository at this point in the history
Stonith fixes
  • Loading branch information
beekhof committed May 20, 2015
2 parents 5e94bac + e841639 commit a4478bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fencing/remote.c
Expand Up @@ -498,6 +498,7 @@ find_topology_for_host(const char *host)
break;
}
crm_trace("No match for %s with %s", host, tp->node);
tp = NULL;
}
}

Expand Down
2 changes: 1 addition & 1 deletion fencing/standalone_config.c
Expand Up @@ -313,7 +313,7 @@ cfg_register_device(struct device *dev)
dump = dump_xml_formatted(data);
crm_info("Standalone device being added:\n%s", dump);

res = stonith_device_register(data, NULL);
res = stonith_device_register(data, NULL, FALSE);

free(dump);
free_xml(data);
Expand Down

0 comments on commit a4478bd

Please sign in to comment.