mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 05:04:26 +00:00
runtime: change configuration key name from EnablePprof to enable_pprof
Key name in configuration file is in snake case but not camel case. And the key is processed as `enable_pprof` in code, the configuration template file should replace `EnablePprof` it by `enable_pprof` Fixes: #1109 Signed-off-by: bin liu <bin@hyper.sh>
This commit is contained in:
parent
61fccef643
commit
14a21c3ab1
@ -235,4 +235,4 @@ experimental=@DEFAULTEXPFEATURES@
|
||||
|
||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||
# (default: false)
|
||||
# EnablePprof = true
|
||||
# enable_pprof = true
|
||||
|
@ -234,4 +234,4 @@ experimental=@DEFAULTEXPFEATURES@
|
||||
|
||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||
# (default: false)
|
||||
# EnablePprof = true
|
||||
# enable_pprof = true
|
||||
|
@ -360,4 +360,4 @@ experimental=@DEFAULTEXPFEATURES@
|
||||
|
||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||
# (default: false)
|
||||
# EnablePprof = true
|
||||
# enable_pprof = true
|
||||
|
@ -506,4 +506,4 @@ experimental=@DEFAULTEXPFEATURES@
|
||||
|
||||
# If enabled, user can run pprof tools with shim v2 process through kata-monitor.
|
||||
# (default: false)
|
||||
# EnablePprof = true
|
||||
# enable_pprof = true
|
||||
|
Loading…
Reference in New Issue
Block a user