diff --git a/ocf/NovaEvacuate b/ocf/NovaEvacuate index 90b059d..87bbb8c 100644 --- a/ocf/NovaEvacuate +++ b/ocf/NovaEvacuate @@ -117,6 +117,14 @@ will be lost. + + +Enable extra logging from the evacuation process + +Enable debug logging + + + @@ -319,6 +327,12 @@ evacuate_validate() { fi fi + if [ -n "${OCF_RESKEY_verbose}" ]; then + if ocf_is_true "${OCF_RESKEY_verbose}"; then + fence_options="${fence_options} --verbose" + fi + fi + if [ -n "${OCF_RESKEY_endpoint_type}" ]; then case ${OCF_RESKEY_endpoint_type} in adminURL|publicURL|internalURL)