CA-166093: Missing RRD label for vbd_xvda_io_throughput_total

This commit is contained in:
Gabor Apati-Nagy 2015-04-24 12:05:55 +01:00
parent 6f5bbbc64e
commit 2360fec265
2 changed files with 26 additions and 2 deletions

View File

@ -2149,7 +2149,16 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Disk {0} Total IO Throughput.
/// Looks up a localized string similar to Disk {0} IO Read Throughput.
/// </summary>
public static string Label_performance_vbd_io_throughput_read {
get {
return ResourceManager.GetString("Label-performance.vbd_io_throughput_read", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Disk {0} IO Total Throughput.
/// </summary>
public static string Label_performance_vbd_io_throughput_total {
get {
@ -2157,6 +2166,15 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to Disk {0} IO Write Throughput.
/// </summary>
public static string Label_performance_vbd_io_throughput_write {
get {
return ResourceManager.GetString("Label-performance.vbd_io_throughput_write", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Disk {0} Read IOPS.
/// </summary>

View File

@ -1758,6 +1758,12 @@
<value>Reason</value>
</data>
<data name="Label-performance.vbd_io_throughput_total" xml:space="preserve">
<value>Disk {0} Total IO Throughput</value>
<value>Disk {0} IO Total Throughput</value>
</data>
<data name="Label-performance.vbd_io_throughput_read" xml:space="preserve">
<value>Disk {0} IO Read Throughput</value>
</data>
<data name="Label-performance.vbd_io_throughput_write" xml:space="preserve">
<value>Disk {0} IO Write Throughput</value>
</data>
</root>