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

kernel 4+ won't error out on status now #2640

Merged
merged 2 commits into from
Jun 30, 2016
Merged

Conversation

gmmeyer
Copy link
Contributor

@gmmeyer gmmeyer commented Jun 29, 2016

On Kernel 3.18+ on some distributions that also use overlayfs, certain commands will fail. However, they'll work fine if they're not using overlayfs.

This is a stopgap solution, so that the commands will work on our docker testing environments.

@gmmeyer gmmeyer force-pushed the greg/allow-kernel-4-plus branch from 843f64f to 083b6a7 Compare June 29, 2016 23:04
@degemer
Copy link
Member

degemer commented Jun 29, 2016

if [ "$DOCKER_DD_AGENT" != "" ] && ( ( [ $major -eq 3 ] && [ $minor -ge 18 ] ) || [ $major -gt 3 ] ); then

@degemer
Copy link
Member

degemer commented Jun 30, 2016

👍

@gmmeyer gmmeyer merged commit 462f7a3 into master Jun 30, 2016
gmmeyer added a commit that referenced this pull request Jun 30, 2016
* checks for docker_dd_agent

* better conditional
@truthbk truthbk added this to the 5.9.0 milestone Aug 10, 2016
@gmmeyer gmmeyer deleted the greg/allow-kernel-4-plus branch August 24, 2016 19:59
@olivielpeau olivielpeau modified the milestones: 5.8.3, 5.9.0 Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants