Skip to content

Commit

Permalink
CP-42182 call "rrd-cli save_rrds" in bugtool - backport
Browse files Browse the repository at this point in the history
Backport of #4908

RRD gains a new command (outside this repository) that we are using as
part of bug tool collection.

Signed-off-by: Christian Lindig <[email protected]>
  • Loading branch information
Christian Lindig committed Sep 20, 2023
1 parent 7b0a037 commit 8ca85e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bugtool-plugin/xapi/stuff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<command label="diagnostic_net_stats">@BINDIR@/xe diagnostic-net-stats</command>
<command label="host_data_source_list">@BINDIR@/xe host-data-source-list host=$(@BINDIR@/xe pool-list params=master --minimal)</command>
<command label="sr_data_source_list">@BINDIR@/xe sr-list --minimal | tr , '\n' | xargs --verbose -n 1 -I {} @BINDIR@/xe sr-data-source-list uuid={} 2>&amp;1</command>
<command label="save_rrd">rrd-cli save_rrds</command>
</collect>

0 comments on commit 8ca85e9

Please sign in to comment.