Bug 196709
Summary: | WARNING: CPU: 0 PID: 2524 at fs/nfs/pagelist.c:888 nfs_pageio_add_request+0x265/0x280 [nfs] | ||
---|---|---|---|
Product: | File System | Reporter: | JianhongYin (yin-jianhong) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | trondmy, yin-jianhong |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.13 rc5 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | NFSv4: Fix up mirror allocation |
Description
JianhongYin
2017-08-19 07:52:17 UTC
reproduced on v4.12 and test pass on v4.11 so this is a regression of v4.12 Created attachment 258025 [details]
NFSv4: Fix up mirror allocation
Hi Jianhong
Can you see if the proposed patch fixes the issue for you? As far as I can tell, it is not a regression, but a longstanding bug, so I'd like to make it a stable patch.
Thanks
Trond
(In reply to Trond Myklebust from comment #2) > Created attachment 258025 [details] > NFSv4: Fix up mirror allocation > > Hi Jianhong > > Can you see if the proposed patch fixes the issue for you? As far as I can > tell, it is not a regression, but a longstanding bug, so I'd like to make it > a stable patch. Hi Trond Your patch works! ''' [23:05:54 root@ /var/lib/xfstests]# DIFF_LENGTH=-0 ./check -nfs $fstest FSTYP -- nfs PLATFORM -- Linux/x86_64 bkr-hv03-guest34 4.13.0-rc6 MKFS_OPTIONS -- 10.66.12.250:/nfs_pub2 MOUNT_OPTIONS -- -overs=4.1 -o context=system_u:object_r:root_t:s0 10.66.12.250:/nfs_pub2 /mnt/nfsmp2-xfstests-sh-20959 generic/010 29s Ran: generic/010 Passed all 1 tests :: [ PASS ] :: Running 'DIFF_LENGTH=-0 ./check -nfs $fstest' (Expected 0, got 0) [root@bkr-hv03-guest34 single-host]# uname -r 4.13.0-rc6 #Comment: I rename the patched kernel to rc6 ''' > > Thanks > Trond |