Vboxmanage bandwidthctl disk does not work for Windows Linux

Discussions related to using VirtualBox on Linux hosts.
Post Reply
RohitJ
Posts: 1
Joined: 12. Nov 2014, 00:29

Vboxmanage bandwidthctl disk does not work for Windows Linux

Post by RohitJ »

Hi,

I have tried running as per the advice in the manual:

VBoxManage bandwidthctl "VM name" add Limit --type disk --limit 20M
VBoxManage storageattach "VM name" --storagectl "SATA" --port 0 --device 0 --type hdd
--medium disk1.vdi --bandwidthgroup Limit
VBoxManage storageattach "VM name" --storagectl "SATA" --port 1 --device 0 --type hdd
--medium disk2.vdi --bandwidthgroup Limit

However, when I run fio benchmark to check I am always getting a bandwidth which is not related to the limit I set.

So, I ran the fio benchmark with ioengine=posixaio to make sure that the io is asynchronous, however I see no difference.

This runs fine on a MAC and there are issues with Windows, Ubuntu and RHEL6.

Please advise!
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: just about all that run

Re: Vboxmanage bandwidthctl disk does not work for Windows L

Post by loukingjr »

OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Vboxmanage bandwidthctl disk does not work for Windows L

Post by Perryg »

This should probably be reported to bugtracker if you want to get it fixed.
Post Reply