Skip to content

Commit

Permalink
testing without new options
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaja Omer committed Oct 11, 2024
1 parent 2121de9 commit 82540a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/driver/nodeserver_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func getFSTypeAndMountOptions(ctx context.Context, volumeCapability *csi.VolumeC

// Add specific mount options for XFS
if fsType == "xfs" {
mountOptions = append(mountOptions, "nouuid", "rmapbt=0")
mountOptions = append(mountOptions, "nouuid")
// Note: "rw" is typically the default and doesn't need to be specified
}

Expand Down

0 comments on commit 82540a6

Please sign in to comment.