Add the new field to support sharing I/O throttling quota between
multiple drives.
Signed-off-by: John Ferlan <jferlan@redhat.com>
*/
# define VIR_DOMAIN_BLOCK_IOTUNE_SIZE_IOPS_SEC "size_iops_sec"
+/**
+ * VIR_DOMAIN_BLOCK_IOTUNE_GROUP_NAME:
+ * Macro for the BlockIoTune tunable weight: it represents a group name to
+ * allow sharing of I/O throttling quota between multiple drives, as a string.
+ */
+# define VIR_DOMAIN_BLOCK_IOTUNE_GROUP_NAME "group_name"
+
int
virDomainSetBlockIoTune(virDomainPtr dom,
const char *disk,