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

Allow disabling of RBD modprobe #576

Merged
merged 1 commit into from
Jun 26, 2017

Conversation

codenrhoden
Copy link
Contributor

When RBD driver is running in a container, using modprobe to check if
the RBD module is already inserted is not apprpriate. Keep that
behavior as the default, but add a config option to disable it that can
be used for container deployments.

@codenrhoden codenrhoden added this to the 2017.06-2 milestone Jun 13, 2017
@codenrhoden
Copy link
Contributor Author

I think this is the only driver modification necessary to support rexray/rexray#818.

@codecov-io
Copy link

codecov-io commented Jun 13, 2017

Codecov Report

Merging #576 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #576   +/-   ##
=======================================
  Coverage   28.42%   28.42%           
=======================================
  Files          34       34           
  Lines        2016     2016           
=======================================
  Hits          573      573           
  Misses       1381     1381           
  Partials       62       62

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb8a4bc...9e76b7f. Read the comment docs.

When RBD driver is running in a container, using `modprobe` to check if
the RBD module is already inserted is not apprpriate. Keep that
behavior as the default, but add a config option to disable it that can
be used for container deployments.
@akutz akutz merged commit fc6bdc0 into thecodeteam:master Jun 26, 2017
@codenrhoden codenrhoden deleted the feature/rbd_plugin branch June 26, 2017 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants