Skip to content

Commit

Permalink
Update service/controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Akshay Saini <109056238+AkshaySainiDell@users.noreply.github.com>
  • Loading branch information
KshitijaKakde and AkshaySainiDell committed Jul 8, 2024
1 parent 974491b commit 4e2cebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const (
// bytesInGiB is the number of bytes in a gibibyte
bytesInGiB = kiBytesInGiB * bytesInKiB

// Minimum Filesystem size for NFS
// minNfsSize is the minimum filesystem size for NFS
minNfsSize = 3 * bytesInGiB

// VolumeIDList is the list of volume IDs
Expand Down

0 comments on commit 4e2cebf

Please sign in to comment.