Bug 1651645
Summary: | cluster.op-version should be set with a higher timeout value | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Atin Mukherjee <amukherj> |
Component: | doc-Container_Native_Storage_with_OpenShift | Assignee: | Chandrakanth Pai <chpai> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | RamaKasturi <knarra> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | ocs-3.11 | CC: | asriram, bkunal, 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:11 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 |
Description
Atin Mukherjee
2018-11-20 13:32:10 UTC
Background to why this request is captured at : https://bugzilla.redhat.com/show_bug.cgi?id=1648210 gluster --timeout=3600 volume set all cluster.op-version <version number> The experiment done with the applied patch was on a 256 GB system and hence timeout= 600 will be a very aggressive number and hence on a 32/64 GB RAM, based on the testing result safer number should be 3600. Please note, if the command can finish well before this period too depending on the h/w. Hi Atin, The doc you are referring to in the bug description is an old document (CNS 3.3). The appropriate content is now in the OCS 3.11 Deployment Guide (section 6.1.3 step 15) - https://access.redhat.com/documentation/en-us/red_hat_openshift_container_storage/3.11/html-single/deployment_guide/?lb_target=preview#chap-Documentation-Red_Hat_Gluster_Storage_Container_Native_with_OpenShift_Platform-Upgrade-Gluster_pods As per this bug, you have mentioned that the gluster --timeout must be changed from 600 to 3600 while checking the RHGS op-version. However, I do not see any explicit mention of this in the guide. Do you want us to update the following command to include the timeout value: # gluster vol get all cluster.op-version -Chandrakanth Please check step 15 again. <snip> 15. Check the Red Hat Gluster Storage op-version by executing the following command on one of the gluster pods. # gluster vol get all cluster.op-version Set the cluster.op-version to 31304 on any one of the pods: Note Ensure all the gluster pods are updated before changing the cluster.op-version. # gluster volume set all cluster.op-version 31304 ====> should be changed to gluster --timeout=3600 volume set all cluster.op-version 31304 </snip> |