Skip to content

Commit

Permalink
Merge pull request #152 from rsienko/bugfix/LKE-3931-max-volumes
Browse files Browse the repository at this point in the history
LKE-3931: Set maxVolumesPerNode to 7
  • Loading branch information
rsienko authored Jan 26, 2024
2 parents c756d5e + 25bda9b commit 3e3d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/linode-bs/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
)

const (
maxVolumesPerNode = 8
maxVolumesPerNode = 7
)

type LinodeNodeServer struct {
Expand Down

0 comments on commit 3e3d0fd

Please sign in to comment.