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

cephadm: add --container-cli-args parameter #42671

Closed
wants to merge 2 commits into from

Commits on Mar 7, 2022

  1. ephadm: add --container_cli_args parameter

    So we can add any extra parameters to any calls to `podman run` executed
    by cephadm.
    
    Fixes: https://tracker.ceph.com/issues/52065
    
    Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
    guits committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    be33103 View commit details
    Browse the repository at this point in the history
  2. cephadm: drop --allow-ptrace option

    `--container_cli_args` which is more generic allows to set that kind of
    parameter.
    Since there's no need to have a dedicated option for this, let's drop
    this one.
    
    Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
    guits committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5098b26 View commit details
    Browse the repository at this point in the history