Skip to content

Commit 6f2af1e

Browse files
aledbfroboquat
authored andcommitted
Apply I/O limiting to all nvme drivers
1 parent 232a881 commit 6f2af1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-daemon/pkg/cgroup/plugin_iolimit_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func buildV2Limits(writeBytesPerSecond, readBytesPerSecond, writeIOPs, readIOPs
146146
}
147147

148148
// TODO: enable custom configuration
149-
var blockDevices = []string{"dm*", "sd*", "md*", "nvme0n*"}
149+
var blockDevices = []string{"dm*", "sd*", "md*", "nvme*"}
150150

151151
func buildDevices() []string {
152152
var devices []string

0 commit comments

Comments
 (0)