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 #8860

Merged
merged 1 commit into from Sep 29, 2021

Commits on Sep 28, 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>
    leseb committed Sep 28, 2021
    Copy the full SHA
    17999bc View commit details
    Browse the repository at this point in the history