-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17587 FIX informix_dbspaces: fix calculation of free and used space size
Prior to this werk, the free and used space size was incorrectly calculated as the chunk pagesize was taken instead of the dbspace default pagesize. This werk fixes this issue by querying the correct pagesize value. To benefit from this change, the mk_informix plugin should be reinstalled with this new change. The check plugin itself remains unmodified. SUP-22249 Change-Id: Iece8cff4ba2b014185c492fd98fd845faa22bdb7
- Loading branch information
1 parent
86cbbd3
commit bcc194a
Showing
3 changed files
with
25 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,17 @@ | ||
[//]: # (werk v2) | ||
# informix_dbspaces: fix calculation of free and used space size | ||
|
||
key | value | ||
---------- | --- | ||
date | 2025-02-12T12:02:10+00:00 | ||
version | 2.5.0b1 | ||
class | fix | ||
edition | cre | ||
component | checks | ||
level | 1 | ||
compatible | yes | ||
|
||
Prior to this werk, the free and used space size was incorrectly calculated as the chunk pagesize was taken | ||
instead of the dbspace default pagesize. This werk fixes this issue by querying the correct pagesize value. To | ||
benefit from this change, the mk_informix plugin should be reinstalled with this new change. The check plugin | ||
itself remains unmodified. |
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