diff options
author | Michael Adam <obnox@samba.org> | 2016-06-08 12:44:28 +0200 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2016-06-11 06:20:14 +0200 |
commit | 54cd189de328ecf88cca37ae737dd4bc0c86efc9 (patch) | |
tree | be0c5c82a39a77ee863bd8caa4b1f27883721c19 /ctdb | |
parent | 5dea37abd0ee2cc7cc1323bf6513f22edbb6c010 (diff) | |
download | samba-54cd189de328ecf88cca37ae737dd4bc0c86efc9.tar.gz |
ctdb: use properly configured ctdb in 70.iscsi
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb')
-rwxr-xr-x | ctdb/config/events.d/70.iscsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/70.iscsi b/ctdb/config/events.d/70.iscsi index 33b71c42ada..9e75214e7e3 100755 --- a/ctdb/config/events.d/70.iscsi +++ b/ctdb/config/events.d/70.iscsi @@ -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 |