-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add a no_overlay option for the rkt task config. #2694
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you built Nomad and tested this feature on an affected system?
@@ -88,6 +88,9 @@ The `rkt` driver supports the following configuration in the job spec: | |||
|
|||
* `debug` - (Optional) Enable rkt command debug option. | |||
|
|||
* `no_overlay` - (Optional) When enabled, will use --no-overlay=true flag for 'rkt run'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backticks around the command line flag:
... use `--no-overlay=true` flag for ...
The build I actually have running, but checking some test jobs from yesterday, I see a few |
Fixed conflicts and am waiting on Travis. |
Okay, I did some more basic tests with a simple centos7 ACI on RHEL7.3 host.
Was just worried this PR could be the cause of those mountpoints, but no :) |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Directly relates to rkt/rkt#1922 - for various reasons, I have to keep up with RHEL 7 systems, and --no-overlay for rkt run seems to help with the bug above.