Bug 1872860
| Summary: | [Docs] Add clarity text for MON requirements | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Container Storage | Reporter: | khartsoe <khartsoe> |
| Component: | documentation | Assignee: | Disha Walvekar <dwalveka> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sidhant Agrawal <sagrawal> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.4 | CC: | asriram, dwalveka, ebenahar, nberry, ocs-bugs, tnielsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-19 06:50:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1885167 | ||
|
Description
khartsoe@redhat.com
2020-08-26 18:33:14 UTC
There are two methods of installation for the mons in OCS: 1. monDataDirHostPath: We will use approximately 10GB of storage under the /var/lib/rook path on the host. 2. monPVCTemplate: If a PVC template is specified, then three PVs are required for mons on the hosts where the mons will run. For bare metal, option 1 is recommended to avoid creating PVs on disks that could otherwise be used for OSDs. Does this clarify? (In reply to Travis Nielsen from comment #3) > There are two methods of installation for the mons in OCS: > 1. monDataDirHostPath: We will use approximately 10GB of storage under the > /var/lib/rook path on the host. > 2. monPVCTemplate: If a PVC template is specified, then three PVs are > required for mons on the hosts where the mons will run. > > For bare metal, option 1 is recommended to avoid creating PVs on disks that > could otherwise be used for OSDs. > > Does this clarify? Hi Travis, yes we document only #1 and hence via this bug, we wanted to add a suggestion like this. Does "You do not need to use a separate PV for MONs" statement convey the message. IMO, "separate PV" might imply we will use "same PV" should we write as ""You do not need to use PVs for MONs" ? WDYT ? From COmment#0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Suggestions for improvement: Recommend adding the following statement for clarity in order to prevent future confusion: "You do not need to use a separate PV for MONs" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ What about this? 10 GiB storage per MON on all the storage nodes. - MON will use 10 GiB storage space on the host under /var/lib/rook for local storage deployments. No PV is necessary for MONs. (In reply to Travis Nielsen from comment #5) > What about this? > > 10 GiB storage per MON on all the storage nodes. > - MON will use 10 GiB storage space on the host under /var/lib/rook for > local storage deployments. No PV is necessary for MONs. Ack @disha can you make this change and add the preview link so that the BZ can be verified? |