Skip to content

Commit

Permalink
Set maxVolumesPerNode to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Nov 15, 2023
1 parent 336ee72 commit 4d32eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
diskPath = "/dev/disk/by-id"
diskPrefix = "virtio-"

maxVolumesPerNode = 16
maxVolumesPerNode = 11

volumeModeBlock = "block"
volumeModeFilesystem = "filesystem"
Expand Down

0 comments on commit 4d32eaa

Please sign in to comment.