Bug 1734610

Summary: [DOCS] Outdated chown command in restoring etcd
Product: OpenShift Container Platform Reporter: Takayoshi Kimura <tkimura>
Component: DocumentationAssignee: Neal Timpe <ntimpe>
Status: CLOSED CURRENTRELEASE QA Contact: ge liu <geliu>
Severity: low Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 3.11.0CC: aos-bugs, geliu, jokerman
Target Milestone: ---   
Target Release: 3.11.z   
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-08-06 13:52:34 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:

Description Takayoshi Kimura 2019-07-31 05:24:27 UTC
Document URL: 

https://docs.openshift.com/container-platform/3.11/admin_guide/assembly_replace-etcd-member.html
https://docs.openshift.com/container-platform/3.11/admin_guide/assembly_restoring-cluster.html

Describe the issue: 

In 3.10 and 3.11, etcd static pod runs with root user and etcd user no longer in use.

There are 6 instances of `chown -R etcd:etcd` command in the doc, this command was needed in 3.9 and older.

Suggestions for improvement: 

Remove chown -R etcd:etcd commands

Additional information:

Comment 3 Neal Timpe 2019-08-05 11:38:15 UTC
I've made the changes that I think will fix this. Can you take a look?

Comment 4 Neal Timpe 2019-08-05 11:38:26 UTC
I've made the changes that I think will fix this. Can you take a look?

Comment 5 ge liu 2019-08-06 02:10:08 UTC
LGTM,thx