You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/hb-hc-known-issues.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ InfiniBand can be configured on the SR-IOV enabled VM sizes with the OFED driver
42
42
## Duplicate MAC with cloud-init with Ubuntu on H-series and N-series VMs
43
43
44
44
There's a known issue with cloud-init on Ubuntu VM images as it tries to bring up the IB interface. This can happen either on VM reboot or when trying to create a VM image after generalization. The VM boot logs may show an error like so:
45
-
```console
45
+
```output
46
46
“Starting Network Service...RuntimeError: duplicate mac found! both 'eth1' and 'ib0' have mac”.
47
47
```
48
48
@@ -51,11 +51,11 @@ This 'duplicate MAC with cloud-init on Ubuntu" is a known issue. This will be re
51
51
2) Install the necessary software packages to enable IB ([instruction here](https://techcommunity.microsoft.com/t5/azure-compute/configuring-infiniband-for-ubuntu-hpc-and-gpu-vms/ba-p/1221351))
52
52
3) Edit waagent.conf to change EnableRDMA=y
53
53
4) Disable networking in cloud-init
54
-
```console
54
+
```bash
55
55
echo network: {config: disabled} | sudo tee /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
56
56
```
57
57
5) Edit netplan's networking configuration file generated by cloud-init to remove the MAC
@@ -73,8 +73,8 @@ HB-series VMs can only expose 228 GB of RAM to guest VMs at this time. Similarly
73
73
74
74
GSS Proxy has a known bug in CentOS/RHEL 7.5 that can manifest as a significant performance and responsiveness penalty when used with NFS. This can be mitigated with:
75
75
76
-
```console
77
-
sed -i 's/GSS_USE_PROXY="yes"/GSS_USE_PROXY="no"/g' /etc/sysconfig/nfs
76
+
```bash
77
+
sudo sed -i 's/GSS_USE_PROXY="yes"/GSS_USE_PROXY="no"/g' /etc/sysconfig/nfs
78
78
```
79
79
80
80
## Cache Cleaning
@@ -85,10 +85,10 @@ On HPC systems, it is often useful to clean up the memory after a job has finish
85
85
86
86
Using `numactl -H` will show which NUMAnode(s) the memory is buffered with (possibly all). In Linux, users can clean the caches in three ways to return buffered or cached memory to ‘free’. You need to be root or have sudo permissions.
You may ignore the following kernel warning messages when booting an HB-series VM under Linux. This is due to a known limitation of the Azure hypervisor that will be addressed over time.
99
99
100
-
```console
100
+
```output
101
101
[ 0.004000] WARNING: CPU: 4 PID: 0 at arch/x86/kernel/smpboot.c:376 topology_sane.isra.3+0x80/0x90
102
102
[ 0.004000] sched: CPU #4's llc-sibling CPU #0 is not on the same node! [node: 1 != 0]. Ignoring dependency.
0 commit comments