Exit with ctdb_fatal if serverids_exist fails
commit8f3be3dcff8c42a93be3c0841b34250c795fb1c4
authorVolker Lendecke <vl@samba.org>
Thu, 4 Jul 2013 12:22:28 +0000 (4 14:22 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 24 May 2014 11:48:14 +0000 (24 13:48 +0200)
treeeceecfee8964544dd0370356b39e66e9df1360b0
parentaaaff84b44dc211cf678b98320c55ca0e6eb3a46
Exit with ctdb_fatal if serverids_exist fails

The only reason why this could fail is a severe ctdb communications
problem. The normal way to deal with this is ctdb_fatal. This avoids a
confusing panic in get_share_mode_lock when ctdb is shutdown while this
call happens.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/lib/ctdbd_conn.c