Open csehydrogen opened 3 years ago
https://github.com/NVIDIA/gds-nvidia-fs/blob/6016aa680a22655e1f1d48e0bf83327d731a0c8b/src/dkms.conf#L37-L41
How about adding [ $testofed_version == "4.9" ] to the condition? Systems that work with OFED 4.6 or 4.7 are likely to work with 4.9, too.
[ $testofed_version == "4.9" ]
https://github.com/NVIDIA/gds-nvidia-fs/blob/6016aa680a22655e1f1d48e0bf83327d731a0c8b/src/dkms.conf#L37-L41
How about adding
[ $testofed_version == "4.9" ]
to the condition? Systems that work with OFED 4.6 or 4.7 are likely to work with 4.9, too.