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: fixing ClientID of log-collector for RGW instance #8889

Merged
merged 1 commit into from Oct 8, 2021

Commits on Oct 7, 2021

  1. ceph: fixing ClientID of log-collector for RGW instance

    The Client_ID generated by operator was
    different from the log rotate file created
    The Clinet_ID= rgwceph.client.rook.ceph.rgw.my.store.a
    and log file name= ceph-client.rgw.my.store.a.log
    So changed the CLient_ID to ceph-client.rgw.my.store.a for
    correct working and this follow the patterns how other modules
    Client_ID is generated
    
    Closes: rook#8692
    Signed-off-by: parth-gr <paarora@redhat.com>
    parth-gr committed Oct 7, 2021
    Copy the full SHA
    fc7905a View commit details
    Browse the repository at this point in the history