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

multus: do not build all the args to remote exec cmd (backport #8860) #8904

Merged
merged 1 commit into from Oct 6, 2021

Commits on Oct 1, 2021

  1. ceph: do not build all the args to remote exec cmd

    When proxying commands to the cmd-proxy container we don't need to build
    the command line with the same flags as the operator. The cmd-proxy
    container does not use any ceph config file and just relies on the
    CEPH_ARGS environment variable in the container. So passing the same
    args as the operator causes to fail since we don't have a ceph config
    file in `/var/lib/rook/openshift-storage/openshift-storage.config` thus
    the remote exec fails with:
    
    ```
    global_init: unable to open config file from search list ...
    ```
    
    Signed-off-by: Sébastien Han <seb@redhat.com>
    (cherry picked from commit 17999bc)
    leseb committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    36e99ed View commit details
    Browse the repository at this point in the history