Skip to content
  • Patrick Caulfield's avatar
    [DLM] Don't delete misc device if lockspace removal fails · 254da030
    Patrick Caulfield authored
    
    
    Currently if the lockspace removal fails the misc device associated with a
    lockspace is left deleted. After that there is no way to access the orphaned
    lockspace from userland.
    
    This patch recreates the misc device if th dlm_release_lockspace fails. I
    believe this is better than attempting to remove the lockspace first because
    that leaves an unattached device lying around. The potential gap in which there
    is no access to the lockspace between removing the misc device and recreating it
    is acceptable ... after all the application is trying to remove it, and only new
    users of the lockspace will be affected.
    
    Signed-Off-By: default avatarPatrick Caulfield <pcaulfie@redhat.com>
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    254da030