Dylan Simon

Results 115 comments of Dylan Simon

Yes, we already changed this in our config, I just figured it should be the default to prevent others from running into this, too.

FWIW we have a bare metal machine (Dell 7920 Xeon Gold 6148) that for some reason (we're not sure why, may be some bios settings) is reporting pci domains of...

This was hwloc 1.11.8 and 1.11.9. I haven't tried 2. I just wanted to note that these can apparently show up in other cases. The specific crash was here: https://github.com/open-mpi/hwloc/blob/hwloc-1.11.9/src/pci-common.c#L125...

There are 2 sockets, 2 NUMA domains. All of the 0x0 and 0x10000 domain bridges are NUMA node 0: `00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,0fffff00,000fffff` while the 0x10001 bridges are NUMA node 1: `00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000ffff,f00000ff,fff00000` However,...

After some poking around, it turns out these were coming from [VMD](https://lkml.org/lkml/2015/8/27/675) Intel's Volume Management Device that creates some virtual pci bus hanging off of a storage controller. Completely disabling...

@bgoglin I haven't been able to get that exact machine since it's in use and we'd have to change the BIOS, but I found another machine with those same VMD...

I thought I fixed this but maybe it's still not right. I'll take a closer look. In the mean time I manually re-ran the test and now it's failing for...

If you register a user on jenkins I can add you to be able to trigger builds.

2.3.2 (technically ibm53 packaged with gpfs), so indeed rather old. I didn't see how `expiration_time` is used at all even in the [current code](https://github.com/nfs-ganesha/nfs-ganesha/blob/master/src/support/nfs_ip_name.c) but I may well be missing...

Yup, that fixes it for me.