Skip to content

Commit

Permalink
Merge pull request #1242 from stgraber/main
Browse files Browse the repository at this point in the history
incusd/instance/qemu: Properly plumb I/O limits
  • Loading branch information
hallyn authored Sep 23, 2024
2 parents 6ac44ae + 045926b commit 44ac9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/server/instance/drivers/driver_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -3865,6 +3865,7 @@ func (d *qemu) addRootDriveConfig(qemuDev map[string]string, mountInfo *storageP
DevPath: mountInfo.DiskPath,
Opts: rootDriveConf.Opts,
TargetPath: rootDriveConf.TargetPath,
Limits: rootDriveConf.Limits,
}

if d.storagePool.Driver().Info().Remote {
Expand Down

0 comments on commit 44ac9d5

Please sign in to comment.