MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.47k forks source link

Incorrect Sed Command [Enable Infiniband] #65662

Closed jhollowe closed 4 years ago

jhollowe commented 4 years ago

[Enter feedback here] In the Enable IP over InfiniBand (IB) section, the sed command does not work. It should be sudo sed -i -e 's/# OS.EnableRDMA=n/OS.EnableRDMA=y/g' /etc/waagent.conf


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ghost commented 4 years ago

Thanks for the issue, I've assigned it to the author to take a look at the command.

vermagit commented 4 years ago

@jhollowe Thanks for catching the 'y'. I've now corrected it and it should go live soon.

jhollowe commented 4 years ago

Thanks!