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

osd: clarify lv is not picked by filters #11069

Merged

Conversation

satoru-takeuchi
Copy link
Member

Description of your changes:

LVM logical volumes are not picked by deviceFilter, devicePathFilter, and useAllDevices. It's to prevent old version's users from creating lv-backed osd during upgrading rook by accident.

It's better to clarify lvs are not picked by filters" in docs and suggest users to use exact device name instead.

Which issue is resolved by this Pull Request:
Resolves #11032

Checklist:

  • Commit Message Formatting: Commit titles and messages follow guidelines in the developer guide).
  • Skip Tests for Docs: If this is only a documentation change, add the label skip-ci on the PR.
  • Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next minor release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

@mergify
Copy link

mergify bot commented Sep 28, 2022

This pull request has merge conflicts that must be resolved before it can be merged. @satoru-takeuchi please rebase it. https://rook.io/docs/rook/latest/Contributing/development-flow/#updating-your-fork

LVM logical volumes are not picked by `deviceFilter`, `devicePathFilter`,
and `useAllDevices`. It's to prevent old version's users from creating
lv-backed osd during upgrading rook by accident.

It's better to clarify lvs are not picked by filters" in docs and
suggest users to use exact device name instead.

Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
@satoru-takeuchi satoru-takeuchi force-pushed the osd-clarify-lv-is-not-picked-by-filters branch from da1e524 to b6a6f66 Compare September 28, 2022 00:58
@satoru-takeuchi satoru-takeuchi marked this pull request as ready for review September 28, 2022 00:58
@satoru-takeuchi satoru-takeuchi merged commit 9a30f36 into rook:master Sep 28, 2022
mergify bot added a commit that referenced this pull request Sep 28, 2022
osd: clarify lv is not picked by filters (backport #11069)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clarify that logical volumes are pickeced by osd prepare pod only if specified by exact device name
2 participants