projects
/
docker.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d9c2d
)
fatal-error-old-kernels
author
Paul Tagliamonte
<paultag@debian.org>
Tue, 12 Jul 2016 14:46:35 +0000
(15:46 +0100)
committer
Tianon Gravi
<tianon@debian.org>
Tue, 12 Jul 2016 14:46:35 +0000
(15:46 +0100)
Gbp-Pq: Name fatal-error-old-kernels.patch
daemon/daemon_unix.go
patch
|
blob
|
history
diff --git
a/daemon/daemon_unix.go
b/daemon/daemon_unix.go
index 9a4ab3229642c2285c5e71f5a7939d630cc60ac8..bcb7f505b574406af469bfbcc9477ff74c4e2f92 100644
(file)
--- a/
daemon/daemon_unix.go
+++ b/
daemon/daemon_unix.go
@@
-270,7
+270,7
@@
func checkKernel() error {
if !checkKernelVersion(3, 10, 0) {
v, _ := kernel.GetKernelVersion()
if os.Getenv("DOCKER_NOWARN_KERNEL_VERSION") == "" {
- logrus.
Warnf("Your Linux kernel version %s can be unstable running docker. Please upgrade your kernel to 3.10.0
.", v.String())
+ logrus.
Fatalf("Your Linux kernel version %s is unstable running Docker. Please upgrade your kernel to 3.10+
.", v.String())
}
}
return nil