Comment 3 for bug 1828045

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ha (master)

Reviewed: https://review.opendev.org/661640
Committed: https://git.openstack.org/cgit/starlingx/ha/commit/?id=8cd6cc65f1bccf2056c11d87ce609b87b1cad484
Submitter: Zuul
Branch: master

commit 8cd6cc65f1bccf2056c11d87ce609b87b1cad484
Author: Hayde Martinez <email address hidden>
Date: Mon May 27 11:10:59 2019 -0500

    sm-dump output not formatted properly

    Using command: sudo sm-dump --impact --pid --pid_file
    pid column is not formatted properly and there is no space
    between pid and pid_file, this is due to pid's in linux can
    have up to 7 characters.

    This commit:
     a) Increases this field to 8 characters in order to fix format

    Test:
     Use "sudo sm-dump --impact --pid --pid_file"
    Closes-Bug: 1828045

    Change-Id: I3966f12f68c6694078f8670962c0d4113b8820c6
    Signed-off-by: Hayde Martinez <email address hidden>