Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph-disk: prevent unnecessary tracebacks from subprocess.check_call #12414

Merged
3 commits merged into from Dec 9, 2016

Commits on Dec 9, 2016

  1. ceph-disk: allow to exit nicely when using command_check_call

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Dec 9, 2016
    Copy the full SHA
    8e524d1 View commit details
    Browse the repository at this point in the history
  2. ceph-disk: remove try/except for CalledProcessError to use new exit f…

    …lag handler
    
    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Dec 9, 2016
    Copy the full SHA
    9be64fb View commit details
    Browse the repository at this point in the history
  3. ceph-disk: update tests to use the new exit flag

    Signed-off-by: Alfredo Deza <adeza@redhat.com>
    Alfredo Deza committed Dec 9, 2016
    Copy the full SHA
    2cb9bfe View commit details
    Browse the repository at this point in the history