Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.8.0
-
Fix Version/s: 1.9.92
-
Component/s: Provisioning/Discovery/Capsd/Provisiond
-
Security Level: Default (Default Security Scheme)
-
Labels:
-
Environment:Operating System: Linux
Platform: PC
-
Bugzilla Id:3863
Description
If I uncheck a service on a node's "Manage and Unmanage Interfaces and Services" page, it tells me to rescan the node in order to apply the change:
---
Changes for a specific node will become effective upon execution of a forced rescan on that node (node must not be down when rescanned).
---
The node page then says "rescan to suspend" for the particular service.
Now I rescan the node and wait for the uei.opennms.org/internal/provisiond/nodeScanCompleted event.
Two bugs on this:
1) polling still happens until OpenNMS is restarted.
2) "rescan to suspend" never changes to "forced unmanaged" as it used to.
Tested with 1.8.0-2 x64 on opensuse 11.1
---
Changes for a specific node will become effective upon execution of a forced rescan on that node (node must not be down when rescanned).
---
The node page then says "rescan to suspend" for the particular service.
Now I rescan the node and wait for the uei.opennms.org/internal/provisiond/nodeScanCompleted event.
Two bugs on this:
1) polling still happens until OpenNMS is restarted.
2) "rescan to suspend" never changes to "forced unmanaged" as it used to.
Tested with 1.8.0-2 x64 on opensuse 11.1
A rather annoying situation - temporarily unmanaging services with a few simple clicks was nice. For now changing the status manually in the DB does work for me:
update ifservices set status = 'F' where status = 'S' and nodeid = <nodeid>;
After updating the status in the DB, restart OpenNMS.
The use case for unmanaging services is still the same for me, no matter whether I use capsd or provisiond. So here's my vote for this bug.