Azure / azhpc-images

Azure HPC/AI VM Images
MIT License
95 stars 77 forks source link

fixed udev rules for nfs-readahead #294

Closed edwardsp closed 9 months ago

edwardsp commented 9 months ago

This was broken as it was split on multiple lines. This caused errors for the first three and then applied the read ahead to every device. The way the file was written also meant that $kernel and $4 were evaluated by the shell when writing the file as the $'s needed to be escaped.