Skip to content
  • Iustin Pop's avatar
    Display the actual memory values in N+1 failures · 0942620b
    Iustin Pop authored
    
    
    This changes the display from:
    Mon Apr  4 02:29:46 2011 * Verifying N+1 Memory redundancy
    Mon Apr  4 02:29:46 2011   - ERROR: node node2: not enough memory to
    accomodate instance failovers should node node1 fail
    
    To:
    
    Mon Apr  4 02:32:50 2011 * Verifying N+1 Memory redundancy
    Mon Apr  4 02:32:50 2011   - ERROR: node node2: not enough memory to
    accomodate instance failovers should node node1 fail (33536MiB needed,
    27910MiB available)
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
    0942620b