mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
ctdb: use properly configured ctdb in 70.iscsi
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
5dea37abd0
commit
54cd189de3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user