Update INBOUND/OUTBOUND NIC on Existing VM

Hi there,

Can I update the INBOUND/OUTBOUND value on running VM ?
Let’s say I have this NIC config on existing VM:

  • INBOUND_AVG_BW: 1024000
  • OUTBOUND_AVG_BW: 1024000

Can I change to this on existing VM?

  • INBOUND_AVG_BW: 2048000
  • OUTBOUND_AVG_BW: 2048000

Regards,
Harry

Update:

There is a GitHub issues open: Apply network QoS without re-attaching the interface · Issue #5529 · OpenNebula/one · GitHub
Maybe I need to wait for 6.4 release for this feature implement: Release 6.4 Milestone · GitHub

For now, we can use this for temporary: Apply network QoS without re-attaching the interface · Issue #5529 · OpenNebula/one · GitHub

$ virsh blkdeviotune
$ virsh domiftune

Maybe you guys have another idea? Thank you.