Merge pull request #1410 from ustcweizhou/CLOUDSTACK-6928-io-throttling CLOUDSTACK-6928: fix issue disk I/O throttling not appliedDisk IO throttling (for KVM) is not applied in the merge of 4.2.
Tests passed: (1) start vm (2) attach volume (3) start vm with volume (4) migrate vm (with volume) * pr/1410: CLOUDSTACK-6928: fix issue disk I/O throttling not applied Signed-off-by: Will Stevens <williamstev...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/82f1198e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/82f1198e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/82f1198e Branch: refs/heads/4.8 Commit: 82f1198ee60958025d9aa3e774b7ca65d2de2bfa Parents: 74f60df 976b3b7 Author: Will Stevens <williamstev...@gmail.com> Authored: Wed May 25 22:51:37 2016 -0400 Committer: Will Stevens <williamstev...@gmail.com> Committed: Wed May 25 22:51:38 2016 -0400 ---------------------------------------------------------------------- .../src/com/cloud/storage/StorageManager.java | 137 +++++++++++++++++++ .../orchestration/VolumeOrchestrator.java | 20 ++- .../kvm/storage/KVMStorageProcessor.java | 21 ++- .../src/com/cloud/storage/StorageManager.java | 128 ----------------- .../com/cloud/storage/StorageManagerImpl.java | 53 ++++++- .../com/cloud/storage/VolumeApiServiceImpl.java | 5 +- 6 files changed, 221 insertions(+), 143 deletions(-) ----------------------------------------------------------------------