d47b26d dlm_controld: output explicit info about stateful merging

1 file Authored by zren 9 years ago, Committed by teigland 9 years ago,
    dlm_controld: output explicit info about stateful merging
    
    When there are 3 or more partitions that merge, none may see enough
    clean nodes. Therefore, DLM would be stuck there forever until
    administrator manually reset/restart enough nodes to produce sufficient
    clean nodes. Therefore, output explicit information for higher code
    about the stateful merging state. Now, higher code can use `dlm status
    -v` to get "stateful_merge_wait". If it equals "1", we know dlm is
    waiting for manual intervention. Then, higher code can choose nodes
    to fence. DLM will continue to work if "clean nodes >= stateful merged
    nodes" becomes true.
    
    Signed-off-by: Eric Ren <zren@suse.com>
    
        
file modified
+9 -2