summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/compat/info.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-23 10:56:08 +0100
committerGitHub <noreply@github.com>2021-12-23 10:56:08 +0100
commit1b9a5964dbb25f8c3cf2b530ffba52325cc81678 (patch)
tree5924ab4eea975a03b78c3df8b8a3746b4c6a0e66 /pkg/api/handlers/compat/info.go
parentc8d42d93933188b256f57f44660e6041b0d872cd (diff)
parenta5e49d9668f430d8b7a8b1619fb2bf6c9087fed7 (diff)
downloadpodman-1b9a5964dbb25f8c3cf2b530ffba52325cc81678.tar.gz
podman-1b9a5964dbb25f8c3cf2b530ffba52325cc81678.tar.bz2
podman-1b9a5964dbb25f8c3cf2b530ffba52325cc81678.zip
Merge pull request #12599 from rhatdan/kernelmemory
Warn on use of --kernel-memory
Diffstat (limited to 'pkg/api/handlers/compat/info.go')
-rw-r--r--pkg/api/handlers/compat/info.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/api/handlers/compat/info.go b/pkg/api/handlers/compat/info.go
index 941718a8b..777009f0a 100644
--- a/pkg/api/handlers/compat/info.go
+++ b/pkg/api/handlers/compat/info.go
@@ -84,7 +84,6 @@ func GetInfo(w http.ResponseWriter, r *http.Request) {
InitBinary: "",
InitCommit: docker.Commit{},
Isolation: "",
- KernelMemory: sysInfo.KernelMemory,
KernelMemoryTCP: false,
KernelVersion: infoData.Host.Kernel,
Labels: nil,