4292a8d sanlock: fix host_id reads from paxos_acquire

Authored and Committed by teigland 14 years ago
    sanlock: fix host_id reads from paxos_acquire
    
    the threads doing paxos_acquire were copying the host_id_disk,
    including fd's, and reading the host_id disk using those fd's,
    (in use by the host_id thread) instead of opening the host_id
    disk themselves to read from.  This probably explains why the
    host_id leader reads sometimes returned the wrong data.
    
    Also add -R and -Q options to enable renewal debugging and
    quiet acquire failure messages.
    
        
file modified
+2 -9
file modified
+20 -0
file modified
+1 -0
file modified
+19 -22
file modified
+1 -1
file modified
+15 -2
file modified
+41 -10
file modified
+4 -1
file modified
+2 -0
file modified
+2 -0
file modified
+5 -1