Re: [lustre-discuss] Lnet Self Test

2019-12-04 Thread Moreno Diego (ID SIS)
I recently did some work on 40Gb and 100Gb ethernet interfaces and these are a few of the things that helped me during lnet_selftest: * On lnet: credits set to higher than the default (e.g: 1024 or more), peer_credits to 128 at least for network testing (it’s just 8 by default which is goo

Re: [lustre-discuss] Lnet Self Test

2019-12-04 Thread Pinkesh Valdria
Thanks Jongwoo. I have the MTU set for 9000 and also ring buffer setting set to max. ip link set dev $primaryNICInterface mtu 9000 ethtool -G $primaryNICInterface rx 2047 tx 2047 rx-jumbo 8191 I read about changing  Interrupt Coalesce, but unable to find what values should be change

Re: [lustre-discuss] Lnet Self Test

2019-12-04 Thread Jongwoo Han
Have you tried MTU >= 9000 bytes (AKA jumbo frame) on the 25G ethernet and the switch? If it is set to 1500 bytes, ethernet + IP + TCP frame headers take quite amount of packet, reducing available bandwidth for data. Jongwoo Han 2019년 11월 28일 (목) 오전 3:44, Pinkesh Valdria 님이 작성: > Thanks Andreas

[lustre-discuss] MDT ashift and DoM on ZFS

2019-12-04 Thread Hans Henrik Happe
Hi, It seems that it still saves a lot of space to use ashift=9 on ZFS MDTs. However, for DoM one would want the performance of ashift=12 for SSDs. What is your thoughts? Thanks, Hans Henrik ___ lustre-discuss mailing list lustre-discuss@lists.lustre.o