Bug 1672215

Summary: Pod name missing from the verification steps in section 4.6
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Ashmitha Ambastha <asambast>
Component: doc-Container_Native_Storage_with_OpenShiftAssignee: Chandrakanth Pai <chpai>
Status: CLOSED CURRENTRELEASE QA Contact: Ashmitha Ambastha <asambast>
Severity: high Docs Contact:
Priority: unspecified    
Version: ocs-3.11CC: asambast, asriram, chpai, knarra, rhs-bugs, sankarshan, storage-doc
Target Milestone: ---Keywords: ZStream
Target Release: OCS 3.11.z Batch Update 2   
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: 2019-04-01 06:08:23 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: 1672844    
Attachments:
Description Flags
PDF version of the OCS 3.10 Deployment Guide
none
PDF version of the OCS 3.11 Deployment Guide none

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