kfan / rpms / kexec-tools

Forked from rpms/kexec-tools 3 years ago
Clone

579e172 Update kdump addon

Authored and Committed by Dave Young 8 years ago
    Update kdump addon
    
    Moving isys.total_memory() call to class method to avoid installation hangs.
    It is possible because totoal_memory will call log.info which need log lock.
    but some loging function need import gettext module which need import lock.
    Thus deadlock could happen.
    
    Moved isys.total_memory callback to class method instead.
    
        
file modified
+1 -0
file modified
+1 -1
file modified
+1 -1