We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27b41c5 + 1a00143 commit bad6915Copy full SHA for bad6915
scripts/bugtool-plugin/xapi/stuff.xml
@@ -6,6 +6,5 @@
6
<command label="diagnostic_db_stats">@BINDIR@/xe diagnostic-db-stats</command>
7
<command label="diagnostic_net_stats">@BINDIR@/xe diagnostic-net-stats</command>
8
<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>&1</command>
10
<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>&1</command>
11
</collect>
0 commit comments