Bug 1281378

Summary: [GUI] web UI does not display orphaned resources
Product: Red Hat Enterprise Linux 7 Reporter: Tomas Jelinek <tojeline>
Component: pcsAssignee: Tomas Jelinek <tojeline>
Status: CLOSED WONTFIX QA Contact: cluster-qe <cluster-qe>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.2CC: cfeist, cluster-maint, tojeline
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
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: 2020-12-15 07:38:27 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 Tomas Jelinek 2015-11-12 12:12:11 UTC
Description of problem:
web UI does not display orphaned resources


Version-Release number of selected component (if applicable):
pcs-0.9.146


How reproducible:
easily, always


Steps to Reproduce:
1. Create a delay resource
[root@fed23-node1:~]# pcs resource create delay delay startdelay=0 stopdelay=30
[root@fed23-node1:~]# pcs resource
 dummy  (ocf::heartbeat:Dummy): Started fed23-node1
 delay  (ocf::heartbeat:Delay): Started fed23-node2
The resource is displayed in web UI.

2. Delete the resource without stopping it, creating an orphaned resource in the process
[root@fed23-node1:~]# pcs resource delete delay --force
Deleting Resource - delay
[root@fed23-node1:~]# pcs resource
 dummy  (ocf::heartbeat:Dummy): Started fed23-node1
 delay  (ocf::heartbeat:Delay):  ORPHANED Started fed23-node2
The resource is not displayed in web UI.

Comment 3 RHEL Program Management 2020-12-15 07:38:27 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.