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

doc: add the table to know supported osd configuration #12166

Conversation

satoru-takeuchi
Copy link
Member

@satoru-takeuchi satoru-takeuchi commented May 2, 2023

Description of your changes:

It's convenient to know the supported OSD configuration in a table.

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

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.

@github-actions
Copy link

github-actions bot commented Jun 1, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Labeled by the stale bot label Jun 1, 2023
@satoru-takeuchi satoru-takeuchi added keepalive and removed stale Labeled by the stale bot labels Jun 1, 2023
@travisn
Copy link
Member

travisn commented Oct 6, 2023

@satoru-takeuchi what's the status of this?

@satoru-takeuchi
Copy link
Member Author

I'll try this after merging #12165 .

@satoru-takeuchi
Copy link
Member Author

satoru-takeuchi commented Oct 11, 2023

It's better to describe only disk and lvm are allowed for db, wal, and metadataDevice.

Documentation/CRDs/Cluster/ceph-cluster-crd.md Outdated Show resolved Hide resolved
Documentation/CRDs/Cluster/ceph-cluster-crd.md Outdated Show resolved Hide resolved
Documentation/CRDs/Cluster/ceph-cluster-crd.md Outdated Show resolved Hide resolved
Documentation/CRDs/Cluster/ceph-cluster-crd.md Outdated Show resolved Hide resolved
@satoru-takeuchi satoru-takeuchi force-pushed the doc-add-table-to-know-supported-osd-configuration branch 2 times, most recently from b8587ed to ea282f3 Compare October 24, 2023 23:44
@satoru-takeuchi satoru-takeuchi removed the do-not-merge DO NOT MERGE :) label Oct 24, 2023
@satoru-takeuchi satoru-takeuchi force-pushed the doc-add-table-to-know-supported-osd-configuration branch from ea282f3 to b049fb1 Compare October 24, 2023 23:47
@@ -421,7 +421,7 @@ Below are the settings for host-based cluster. This type of cluster can specify
* `name`: The name of the devices and partitions (e.g., `sda`). The full udev path can also be specified for devices, partitions, and logical volumes (e.g. `/dev/disk/by-id/ata-ST4000DM004-XXXX` - this will not change after reboots).
* `config`: Device-specific config settings. See the [config settings](#osd-configuration-settings) below

Host-based cluster supports raw device, partition, and logical volume. Be sure to see the
Host-based cluster supports raw device, partition, logical volume, encrypted device, and multiple device. Be sure to see the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you intend multipath?

Suggested change
Host-based cluster supports raw device, partition, logical volume, encrypted device, and multiple device. Be sure to see the
Host-based cluster supports raw devices, partitions, logical volumes, encrypted devices, and multipath devices. Be sure to see the

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry. Fixed.

It's convenient to visualize the supported OSD configurations.
In addition, remove the reference to the common issue section
about OSD on LV-backed PVC because this issue doesn't happen anymore
for new OSDs.

Closes: rook#10859

Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
@satoru-takeuchi satoru-takeuchi merged commit b2116d9 into rook:master Oct 25, 2023
18 checks passed
satoru-takeuchi added a commit that referenced this pull request Oct 25, 2023
doc: add the table to know supported osd configuration (backport #12166)
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.

Write down a table in doc to show which configurations are allowed to create osds
2 participants