Description of problem: The order below did not work for me ~~~ # rm /etc/ovirt-hosted-engine/hosted-engine.conf # unpersist /etc/ovirt-hosted-engine/hosted-engine.conf ~~~ taken from https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Self-Hosted_Engine_Guide/Removing_a_Host_from_a_Self-Hosted_Engine_Environment.html ~~~ [root@dell-r210ii-04 admin]# rm -f /etc/ovirt-hosted-engine/hosted-engine.conf rm: cannot remove ‘/etc/ovirt-hosted-engine/hosted-engine.conf’: Device or resource busy ~~~ I suppose this is because the file is in `mount' output: /dev/mapper/HostVG-Config on /etc/ovirt-hosted-engine/hosted-engine.conf type ext4 (rw,noatime,seclabel,data=ordered) This is the order which worked for me: ~~~ [root@dell-r210ii-04 ~]# unpersist /etc/ovirt-hosted-engine/hosted-engine.conf /etc/ovirt-hosted-engine/hosted-engine.conf successully unpersisted [root@dell-r210ii-04 ~]# rm /etc/ovirt-hosted-engine/hosted-engine.conf rm: remove regular file ‘/etc/ovirt-hosted-engine/hosted-engine.conf’? y [root@dell-r210ii-04 ~]# mount -vvv | grep /etc/ovirt-hosted-engine /dev/mapper/HostVG-Config on /etc/ovirt-hosted-engine/iptables.example type ext4 (rw,noatime,seclabel,data=ordered) /dev/mapper/HostVG-Config on /etc/ovirt-hosted-engine/answers.conf type ext4 (rw,noatime,seclabel,data=ordered) ~~~ Version-Release number of selected component (if applicable): 3.6.7 Red Hat Enterprise Virtualization Hypervisor release 7.2 (20160621.0.el7ev) How reproducible: 100% Steps to Reproduce: 1. rhevh Red Hat Enterprise Virtualization Hypervisor release 7.2 (20160621.0.el7ev) 2. 3. Actual results: the instruction does not work Expected results: should work Additional info:
Assigning to Megan for review.
The updates for this bug are now complete and available here: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html/Self-Hosted_Engine_Guide/Removing_a_Host_from_a_Self-Hosted_Engine_Environment.html