-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15349 FIX oracle: Do not discover uptime service for template databases
Template databases return `-1` for the uptime, which crashes the services. Databases having `-1` for uptime are no longer discovered. You have to execute service discovery to make the broken uptime services vanish. SUP-21457 Change-Id: Ia4a422882013d662b124548f301fca69e2300e3b
- Loading branch information
1 parent
81f12bf
commit 9c2019d
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[//]: # (werk v2) | ||
# oracle: Do not discover uptime service for template databases | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-11-27T09:55:10+00:00 | ||
version | 2.4.0b1 | ||
class | fix | ||
edition | cre | ||
component | checks | ||
level | 1 | ||
compatible | yes | ||
|
||
Template databases return `-1` for the uptime, which crashes the services. | ||
|
||
Databases having `-1` for uptime are no longer discovered. | ||
|
||
You have to execute service discovery to make the broken uptime services vanish. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters