Bug 1320828

Summary: Uninstall playbook should clear the nfs server
Product: OpenShift Container Platform Reporter: Ma xiaoqiang <xiama>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.2.0CC: aos-bugs, jokerman, mmccomas, myllynen, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-24 20:49:20 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:

Description Ma xiaoqiang 2016-03-24 05:13:10 UTC
Description of problem:
QE didn't find any step that clear the nfs server.
Delete the shared directory 
Stop the nfs service
recover the /etc/export file

Version-Release number of selected component (if applicable):
openshift-ansible-3.0.62-1.git.0.394cb87.el7.noarch.rpm     


How reproducible:
always

Steps to Reproduce:
1.
2.
3. 

Actual results:
No step on clearing the nfs

Expected results:
clear the nfs server

Additional info:

Comment 3 Marko Myllynen 2017-06-16 13:01:46 UTC
FWIW, I've written some help playbooks to automate tasks around OpenShift, one of them is to clear the NFS server:

https://github.com/myllynen/openshift-automation-tools
https://github.com/myllynen/openshift-automation-tools/blob/master/conf/wipe-nfs.yml

Thanks.