Skip to content

Commit

Permalink
ctdb: use properly configured ctdb in 70.iscsi
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <[email protected]>
Reviewed-by: Martin Schwenke <[email protected]>
  • Loading branch information
obnoxxx authored and Martin Schwenke committed Jun 11, 2016
1 parent 5dea37a commit 54cd189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctdb/config/events.d/70.iscsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ is_ctdb_managed_service || exit 0

case "$1" in
ipreallocated)
all_ips=$(ctdb -X ip | tail -n +2)
all_ips=$($CTDB -X ip | tail -n +2)

# Block the iSCSI port. Only block for the address families
# we have configured. This copes with, for example, ip6tables
Expand Down

0 comments on commit 54cd189

Please sign in to comment.