Skip to content

Commit

Permalink
removing nrext64 option since that is not supported by our kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaja Omer committed Oct 11, 2024
1 parent 33fbd77 commit 2121de9
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", "nrext64=0", "rmapbt=0")
mountOptions = append(mountOptions, "nouuid", "rmapbt=0")
// Note: "rw" is typically the default and doesn't need to be specified
}

Expand Down

0 comments on commit 2121de9

Please sign in to comment.