Bug 1906690
Summary: | [OCS 4.6 DOCS ]Add verification Step for encrypted device in the Scaling Storage managing guide | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Container Storage | Reporter: | Neha Berry <nberry> |
Component: | documentation | Assignee: | Anjana Suparna Sriram <asriram> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Raz Tamir <ratamir> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.6 | CC: | ocs-bugs |
Target Milestone: | --- | ||
Target Release: | OCS 4.6.0 | ||
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-12-18 11:53:43 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: | 1882363 |
Description
Neha Berry
2020-12-11 06:50:31 UTC
After giving it some thought, I feel we do not need to add the suggested Note in "3.2. Verifying the addition of a new node"
Reason: Add node does not mean add OSDs.. for adding OSDs after adding Nodes, we have a Note in 3.3. Scaling up storage capacity , re-directing to Section 2.
Section 2 will already have the New Note/step.
>> 3.2. Verifying the addition of a new node --< Do not add suggested Step for encrypted device check from Comment#0
Slight change in the Step to be added to Add capacity section . We need to replace <new-node-name> to <node-name> 2.2. Scaling up storage by adding capacity to your OpenShift Container Storage nodes on AWS or VMware infrastructure 2.3. Scaling up storage by adding capacity to your OpenShift Container Storage nodes using local storage devices _________________________________________________________________________________________________________________________________ (Optional) If data encryption is enabled on the cluster, verify that the new OSD devices are encrypted. Create a debug pod and open a chroot environment for the host. $ oc debug node <node-name> $ chroot /host Verify the devices are encrypted. $ dmsetup ls | grep ocs-deviceset ocs-deviceset-0-data-0-57snx-block-dmcrypt (253:1) $ lsblk | grep ocs-deviceset `-ocs-deviceset-0-data-0-57snx-block-dmcrypt 253:1 0 512G 0 crypt OCS 4.6.0 GA completed on 17 December 2020 |