Skip to content

Commit bad6915

Browse files
authored
Merge pull request xapi-project#4445 from lippirk/bugtool
CA-355657 XSI-1037 reduce load during bugtool
2 parents 27b41c5 + 1a00143 commit bad6915

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/bugtool-plugin/xapi/stuff.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
<command label="diagnostic_db_stats">@BINDIR@/xe diagnostic-db-stats</command>
77
<command label="diagnostic_net_stats">@BINDIR@/xe diagnostic-net-stats</command>
88
<command label="host_data_source_list">@BINDIR@/xe host-data-source-list host=$(@BINDIR@/xe pool-list params=master --minimal)</command>
9-
<command label="vm_data_source_list">@BINDIR@/xe vm-list power-state=running --minimal | tr , '\n' | xargs --verbose -n 1 -I {} @BINDIR@/xe vm-data-source-list uuid={} 2>&amp;1</command>
109
<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>
1110
</collect>

0 commit comments

Comments
 (0)