diff --git a/dracut-module-setup.sh b/dracut-module-setup.sh index fdef509..685b858 100755 --- a/dracut-module-setup.sh +++ b/dracut-module-setup.sh @@ -678,6 +678,7 @@ is_localhost() { get_pcs_fence_kdump_nodes() { local nodes + pcs cluster sync && pcs cluster cib-upgrade # get cluster nodes from cluster cib, get interface and ip address nodelist=`pcs cluster cib | xmllint --xpath "/cib/status/node_state/@uname" -`