Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
Lustre commit: 9ddcdee2c8b9ec14986b93cf3180d946cd4869f7
Three server nodes and one client. Kernel version: Ubuntu-5.4.0-90.101
# MGS
mkfs.lustre --fsname=lustre --mgs /dev/vda
mount -t lustre /dev/vda /root/lustre-server
# MDS
mkfs.lustre --fsname=lustre --index=0 --mgsnode=$start_ip@tcp0 --mdt /dev/vda
mount -t lustre /dev/vda /root/lustre-server
# OSS
mkfs.lustre --ost --fsname=lustre --index=1 --reformat --mgsnode=$start_ip@tcp0 /dev/vda
mount -t lustre /dev/vda /root/lustre-server
# Client
mount -t lustre $start_ip@tcp0:/lustre /root/lustre-clientLustre commit: 9ddcdee2c8b9ec14986b93cf3180d946cd4869f7 Three server nodes and one client. Kernel version: Ubuntu-5.4.0-90.101 # MGS mkfs.lustre --fsname=lustre --mgs /dev/vda mount -t lustre /dev/vda /root/lustre-server # MDS mkfs.lustre --fsname=lustre --index=0 --mgsnode=$ start_ip@tcp0 --mdt /dev/vda mount -t lustre /dev/vda /root/lustre-server # OSS mkfs.lustre --ost --fsname=lustre --index=1 --reformat --mgsnode=$ start_ip@tcp0 /dev/vda mount -t lustre /dev/vda /root/lustre-server # Client mount -t lustre $ start_ip@tcp0 :/lustre /root/lustre-client
-
3
-
9223372036854775807
Description
[ 279.518552] kasan: GPF could be caused by NULL-ptr deref or user memory access [ 279.520881] general protection fault: 0000 1 SMP KASAN NOPTI [ 279.523366] CPU: 1 PID: 555 Comm: test Tainted: G O 5.4.148+ #7 [ 279.527232] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 [ 279.530776] RIP: 0010:lustre_set_wire_obdo+0x7e/0x570 [obdclass] [ 279.556223] Call Trace: [ 279.556666] osc_getattr+0x1eb/0x950 [osc] [ 279.558046] osc_iocontrol+0x4f1/0xe80 [osc] [ 279.559241] lov_iocontrol+0x4ba/0x5de0 [lov] [ 279.567254] ll_dir_ioctl+0x2834/0x17cc0 [lustre] [ 279.590353] do_vfs_ioctl+0x405/0x660 [ 279.590784] ksys_ioctl+0x5e/0x90
Attachments
Issue Links
1.
|
fix 'lfs getname' ioctl breakage |
![]() |
Resolved | Andreas Dilger |
Activity
Fix Version/s | New: Lustre 2.16.0 [ 15190 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Andreas Dilger [ adilger ] |
Attachment | New: LU-16634-ioctl.diff.diff [ 48441 ] |
Description |
New:
{noformat}
[ 279.518552] kasan: GPF could be caused by NULL-ptr deref or user memory access [ 279.520881] general protection fault: 0000 1 SMP KASAN NOPTI [ 279.523366] CPU: 1 PID: 555 Comm: test Tainted: G O 5.4.148+ #7 [ 279.527232] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 [ 279.530776] RIP: 0010:lustre_set_wire_obdo+0x7e/0x570 [obdclass] [ 279.556223] Call Trace: [ 279.556666] osc_getattr+0x1eb/0x950 [osc] [ 279.558046] osc_iocontrol+0x4f1/0xe80 [osc] [ 279.559241] lov_iocontrol+0x4ba/0x5de0 [lov] [ 279.567254] ll_dir_ioctl+0x2834/0x17cc0 [lustre] [ 279.590353] do_vfs_ioctl+0x405/0x660 [ 279.590784] ksys_ioctl+0x5e/0x90 {noformat} |
Comment |
[ [~tao.lyu] there isn't enough information for anyone to have an idea of what went wrong to trigger this issue.
Please provide at least the stack trace and console log messages from before the crash, along with a description of what the client(s) were running at the time. ] |