#!/bin/sh

set -ex

# Wait more than dc-deadtime (20s by default)
sleep 25

crm_mon -1 | fgrep -20 "Online: [ node1 ]"
