• Alexander Aring's avatar
    fs: dlm: make new_lockspace() wait until recovery completes · 682bb91b
    Alexander Aring authored
    Make dlm_new_lockspace() wait until a full recovery completes
    sucessfully or fails. Previously, dlm_new_lockspace() returned
    to the caller after dlm_recover_members() finished, which is
    only partially through recovery.  The result of the previous
    behavior is that the new lockspace would not be usable for some
    time (especially with overlapping recoveries), and some errors
    in the later part of recovery could not be returned to the caller.
    
    Kernel callers gfs2 and cluster-md have their own wait handling to
    wait for recovery to complete after calling dlm_new_lockspace().
    This continues to work, but will be unnecessary.
    Signed-off-by: default avatarAlexander Aring <aahringo@redhat.com>
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    682bb91b
dlm_internal.h 20.8 KB