Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2022-11-09 12:11:53 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2022-11-09 12:17:52 +0300
commitb1d418bf3a2934e4c45ba949c1c9d4356286df7e (patch)
tree1f6a71a5414948edd45738f1828ba8584ecdb612 /ChangeLog.d
parentfc92ce1021f3f3760b8e651ab423bf070a1f5057 (diff)
...G...... [ZBX-21823] fixed vfs.fs.inode and vfs.fs.get to handle file systems with zero total inodes count
* commit '6a8963b239523b89b0c8b01e8f418c4497dbf4d3': ...G...... [ZBX-21823] fixed agent2 vfs.fs.size to correspond to agentd .D........ [ZBX-21823] added changelog ...G...... [ZBX-21823] fixed vfs.fs.get to include file systems with zero inodes count; fixed vfs.fs.inode[,pfree/pused] to not become not supported if inodes total count is zero (cherry picked from commit 32f78a0c1b1e39814cc83962d81d86a061272438)
Diffstat (limited to 'ChangeLog.d')
-rw-r--r--ChangeLog.d/bugfix/ZBX-218231
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.d/bugfix/ZBX-21823 b/ChangeLog.d/bugfix/ZBX-21823
new file mode 100644
index 00000000000..d62c47a2281
--- /dev/null
+++ b/ChangeLog.d/bugfix/ZBX-21823
@@ -0,0 +1 @@
+...G...... [ZBX-21823] fixed vfs.fs.inode and vfs.fs.get to handle file systems with zero total inodes count (asestakovs)