-
Notifications
You must be signed in to change notification settings - Fork 102
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
Unable to change the NOOBAA_LOG_LEVEL on the ODF 4.9.2-9 as noobaa-endpoint doesn't restart #851
Comments
@liranmauda , this could be due to the noobaa/noobaa-core#6869 as the noobaa log level was able to set post the noobaa-core pod restart. The defect 6869 has to be fixed as a priority |
@rkomandu We can close this issue. |
@liranmauda , once the defect fix for 6869 is verified then we can close this issue IMO. |
We should have low priority for this defect now. |
Could see endpoint restarted as expected. This is tried on ODF 4.9.5-4 d/s builds. Earlier the problem could be a combination of defect #noobaa-core/6870.
closing this for now |
Environment info
oc version
Client Version: 4.9.5
Server Version: 4.9.5
Kubernetes Version: v1.22.0-rc.0+a44d0f0
ODF 4.9.2-9 downstream builds
Actual behavior
Expected behavior
Should be able to change the Log_level
Steps to reproduce
Edit the configmap of noobaa-config
oc edit configmap/noobaa-config
Tried other ways as per discussion with Liran Mauda and no luck
oc rsh noobaa-endpoint-5f86849854-zn8nx
sh-4.4# env |grep LOG_LEVEL
NOOBAA_LOG_LEVEL=default_level
sh-4.4# export NOOBAA_LOG_LEVEL=nsfs
sh-4.4# env |grep LOG_LEVEL
NOOBAA_LOG_LEVEL=nsfs
sh-4.4# uname -a
Linux noobaa-endpoint-5f86849854-zn8nx 4.18.0-305.19.1.el8_4.x86_64 #1 SMP Tue Sep 7 07:07:31 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux
sh-4.4# quit
sh: quit: command not found
sh-4.4# exit
exit
command terminated with exit code 127
More information - Screenshots / Logs / Other output
must-gather.local-noobaa-log-level.tar.gz
The text was updated successfully, but these errors were encountered: