cuFileHandleRegister error: GPUDirect Storage not supported on current file

Hello,
I have installed CUDA 11.7 and GDS on Ubuntu 20.04 machine along with MLNX_OFED.
As per instructions, I have mounted filesystem as and tried to run sample code

#mount /dev/nvme0n1p8 /mnt -o data=ordered

#sudo ./cufile_sample_001 /mnt/fs2 0
opening file /mnt/fs2
file register error:GPUDirect Storage not supported on current file

properties.use_compat_mode : false

I have enabled logs and found below error
26-08-2022 15:54:26:218 [pid=3244 tid=3244] DEBUG cufio-udev:95 sysfs attribute found integrity/device_is_integrity_capable nvme0n1p8
26-08-2022 15:54:26:218 [pid=3244 tid=3244] DEBUG cufio-fs:290 block device nvme0n1p8 drive integrity check capability not present. Ok
26-08-2022 15:54:26:218 [pid=3244 tid=3244] INFO cufio-fs:365 Block dev: /dev/nvme0n1p8 numa node: 0 pci bridge: 0000:00:0e.0

 26-08-2022 15:54:26:218 [pid=3244 tid=3244] ERROR  cufio-fs:148 EXT4 journal options not found in mount table for device,can't verify data=ordered mode journalling
 26-08-2022 15:54:26:218 [pid=3244 tid=3244] DEBUG  cufio:723 cuFile DIO status for file descriptor 27 DirectIO not supported
 26-08-2022 15:54:26:218 [pid=3244 tid=3244] ERROR  cufio:1039 cuFileHandleRegister error, file checks failed
 26-08-2022 15:54:26:218 [pid=3244 tid=3244] ERROR  cufio:1082 cuFileHandleRegister error: GPUDirect Storage not supported on current file
 26-08-2022 15:54:26:218 [pid=3244 tid=3244] DEBUG  cufio:621 cuFile clearing buffer hashtable

Please help me resolve the issue.

Thanks & Regards
Gayatri