Comment 7 for bug 1602524

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-08-17 06:38 EDT-------
### External Comment ###

Enabled proposed as mentioned in the link - https://wiki.ubuntu.com/Testing/EnableProposed
Updated the kernel to version - 4.4.0-36-generic from 4.4.0-34-generic[which is the default version of 16.04]

And ran the below command for more than 1 hour:

# Create a 624GiB file; Mostly filled with holes though
$ dd if=/dev/zero of=file-0.bin bs=1M count=1 seek=598382
# Invoke lseek with SEEK_DATA option starting with file offset 0
while [ 1 ]; do xfs_io -f -c "seek -d 0" file-0.bin; done

I was not able to hit the issue.

Note:
However, I was able to reproduce the issue with default 16.04 kernel 4.4.0-34-generic