Skip to content

Commit

Permalink
CA-399631: Increase the max size of xcp-rrdd-plugins for bug-tool (#6337
Browse files Browse the repository at this point in the history
)

The size is not enough in xs9, xen-bugtool.log:

> Omitting /dev/shm/metrics/xcp-rrdd-squeezed, size constraint of
xcp-rrdd-plugins exceeded
Omitting /dev/shm/metrics/xcp-rrdd-iostat, size constraint of
xcp-rrdd-plugins exceeded
Omitting /dev/shm/metrics/mem-stats, size constraint of xcp-rrdd-plugins
exceeded
...

- Tested: 4243304 NRPE
Modifying the max_size to 13107200 (1638400 * 8) solved this issue.
1638400 * 2 and 1638400 * 4 are not enough.
  • Loading branch information
lindig authored Mar 4, 2025
2 parents 38d1595 + 26da9f3 commit 80b278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xcp-rrdd/bugtool-plugin/rrdd-plugins.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<capability pii="maybe" max_size="1638400" max_time="60" mime="text/plain" checked="true"/>
<capability pii="maybe" max_size="13107200" max_time="60" mime="text/plain" checked="true"/>

0 comments on commit 80b278b

Please sign in to comment.