Bug 1672215 - Pod name missing from the verification steps in section 4.6
Summary: Pod name missing from the verification steps in section 4.6
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: doc-Container_Native_Storage_with_OpenShift
Version: ocs-3.11
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: OCS 3.11.z Batch Update 2
Assignee: Chandrakanth Pai
QA Contact: Ashmitha Ambastha
URL:
Whiteboard:
Depends On:
Blocks: 1672844
TreeView+ depends on / blocked
 
Reported: 2019-02-04 09:52 UTC by Ashmitha Ambastha
Modified: 2019-04-01 06:08 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-01 06:08:23 UTC
Embargoed:


Attachments (Terms of Use)
PDF version of the OCS 3.10 Deployment Guide (8.61 MB, application/pdf)
2019-03-19 01:45 UTC, Chandrakanth Pai
no flags Details
PDF version of the OCS 3.11 Deployment Guide (10.33 MB, application/pdf)
2019-03-19 01:45 UTC, Chandrakanth Pai
no flags Details

Comment 3 RamaKasturi 2019-02-20 12:12:53 UTC
Ashmita, in the link pasted above i do see mention of glusterblock-storage-provisioner pod. Is this what you are expecting to be there or is the ask something else ? Can you please confirm.

Comment 7 Ashmitha Ambastha 2019-03-12 05:35:55 UTC
Hi Chandrakanth, 

There is no requirement to add "openshift_storage_glusterfs_block_deploy=true" inventory file parameter to section 4.6

If you see in comment 2, I've added the #oc get pods result. 

You need to just add the gluster-block-provisioner pod to the existing #oc get pods result in section 4.6 verify your deployment. 

As of now, in the guide, it is like this:

# switch to the app-storage namespace
oc project app-storage
# get the list of pods here (3 gluster pods +1 heketi pod)
oc get pods
NAME                    READY          STATUS          RESTARTS          AGE
glusterfs-storage-pm8sf 1/1            Running         0                 1h
glusterfs-storage-rsb2v 1/1            Running         0                 1h
glusterfs-storage-zmkfk 1/1            Running         0                 1h
heketi-storage-1-v5skm  1/1            Running         0                 1h

The above has to be changed to:

# switch to the app-storage namespace
oc project app-storage
# get the list of pods here (3 gluster pods +1 heketi pod + 1 gluster block provisioner pod)
oc get pods
NAME                                          READY     STATUS    RESTARTS   AGE
glusterblock-storage-provisioner-dc-1-mphfp   1/1       Running   0          1h
glusterfs-storage-6tlzx                       1/1       Running   0          1h
glusterfs-storage-lksps                       1/1       Running   0          1h
glusterfs-storage-nf7qk                       1/1       Running   0          1h
glusterfs-storage-tcnd8                       1/1       Running   0          1h
heketi-storage-1-5m6cl                        1/1       Running   0          1h

Comment 11 Chandrakanth Pai 2019-03-19 01:45:01 UTC
Created attachment 1545474 [details]
PDF version of the OCS 3.10 Deployment Guide

Comment 12 Chandrakanth Pai 2019-03-19 01:45:56 UTC
Created attachment 1545475 [details]
PDF version of the OCS 3.11 Deployment Guide


Note You need to log in before you can comment on or make changes to this bug.