Re: LVM2 test breakage

2025-05-19 Thread Yu Kuai
Hi, 在 2025/05/20 11:47, Su Yue 写道: On Tue 20 May 2025 at 09:53, Yu Kuai wrote: Hi, 在 2025/05/20 9:45, Yu Kuai 写道: dd if=/dev/zero of=/mnt/test/test.img bs=1048576 count=0 seek=53 dd: failed to truncate to 5242880003145728 bytes in output file '/mnt/test/test.img': File too large And

Re: LVM2 test breakage

2025-05-19 Thread Su Yue
On Tue 20 May 2025 at 09:53, Yu Kuai wrote: Hi, 在 2025/05/20 9:45, Yu Kuai 写道: dd if=/dev/zero of=/mnt/test/test.img bs=1048576 count=0 seek=53 dd: failed to truncate to 5242880003145728 bytes in output file '/mnt/test/test.img': File too large And this is because ext4 has hard limi

Re: LVM2 test breakage

2025-05-19 Thread Yu Kuai
Hi, 在 2025/05/20 9:45, Yu Kuai 写道: dd if=/dev/zero of=/mnt/test/test.img bs=1048576 count=0 seek=53 dd: failed to truncate to 5242880003145728 bytes in output file '/mnt/test/test.img': File too large And this is because ext4 has hard limit of file size, 2^48: fs/ext4/super.c:   

Re: LVM2 test breakage

2025-05-19 Thread Yu Kuai
Hi, 在 2025/05/19 21:55, Zdenek Kabelac 写道: Dne 19. 05. 25 v 13:07 Yu Kuai napsal(a): Hi, 在 2025/05/19 18:45, Zdenek Kabelac 写道: Dne 19. 05. 25 v 12:10 Mikulas Patocka napsal(a): On Mon, 19 May 2025, Yu Kuai wrote: Hi, 在 2025/05/19 9:11, Yu Kuai 写道: Hi, 在 2025/05/17 0:00, Mikulas Patocka

Re: LVM2 test breakage

2025-05-19 Thread Zdenek Kabelac
Dne 19. 05. 25 v 13:07 Yu Kuai napsal(a): Hi, 在 2025/05/19 18:45, Zdenek Kabelac 写道: Dne 19. 05. 25 v 12:10 Mikulas Patocka napsal(a): On Mon, 19 May 2025, Yu Kuai wrote: Hi, 在 2025/05/19 9:11, Yu Kuai 写道: Hi, 在 2025/05/17 0:00, Mikulas Patocka 写道: Hi The commit e879a0d9cb086c8e52ce6c04

Re: LVM2 test breakage

2025-05-19 Thread Mikulas Patocka
On Mon, 19 May 2025, Yu Kuai wrote: > Hi, > > 在 2025/05/17 0:00, Mikulas Patocka 写道: > > Hi > > > > The commit e879a0d9cb086c8e52ce6c04e5bfa63825a6213c breaks the test > > shell/lvcreate-large-raid.sh in the lvm2 testsuite. > > > > The breakage is caused by removing the line "read_bio->bi_opf

Re: LVM2 test breakage

2025-05-19 Thread Yu Kuai
Hi, 在 2025/05/19 18:45, Zdenek Kabelac 写道: Dne 19. 05. 25 v 12:10 Mikulas Patocka napsal(a): On Mon, 19 May 2025, Yu Kuai wrote: Hi, 在 2025/05/19 9:11, Yu Kuai 写道: Hi, 在 2025/05/17 0:00, Mikulas Patocka 写道: Hi The commit e879a0d9cb086c8e52ce6c04e5bfa63825a6213c breaks the test shell/lvcr

Re: LVM2 test breakage

2025-05-19 Thread Mikulas Patocka
On Mon, 19 May 2025, Yu Kuai wrote: > Hi, > > 在 2025/05/19 9:11, Yu Kuai 写道: > > Hi, > > > > 在 2025/05/17 0:00, Mikulas Patocka 写道: > > > Hi > > > > > > The commit e879a0d9cb086c8e52ce6c04e5bfa63825a6213c breaks the test > > > shell/lvcreate-large-raid.sh in the lvm2 testsuite. > > > > > > T

Re: LVM2 test breakage

2025-05-18 Thread Yu Kuai
Hi, 在 2025/05/19 9:11, Yu Kuai 写道: Hi, 在 2025/05/17 0:00, Mikulas Patocka 写道: Hi The commit e879a0d9cb086c8e52ce6c04e5bfa63825a6213c breaks the test shell/lvcreate-large-raid.sh in the lvm2 testsuite. The breakage is caused by removing the line "read_bio->bi_opf = op | do_sync;" Sorry tha

Re: LVM2 test breakage

2025-05-18 Thread Yu Kuai
Hi, 在 2025/05/17 0:00, Mikulas Patocka 写道: Hi The commit e879a0d9cb086c8e52ce6c04e5bfa63825a6213c breaks the test shell/lvcreate-large-raid.sh in the lvm2 testsuite. The breakage is caused by removing the line "read_bio->bi_opf = op | do_sync;" Sorry that I don't undertand here, before the