Skip to content

Commit d534c17

Browse files
authored
Update optimization.md
1 parent f978d3e commit d534c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/virtual-machines/linux/optimization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ For the Red Hat distribution family, you only need the following command:
120120
```bash
121121
echo 'echo noop >/sys/block/sda/queue/scheduler' >> /etc/rc.local
122122
```
123+
On Ubuntu 18.04 with the Azure-tuned kernel uses multi-queue I/O schedulers, so "none" is the appropriate selection instead of "noop". See [Ubuntu I/O Schedulers](https://wiki.ubuntu.com/Kernel/Reference/IOSchedulers) for more information.
123124

124125
## Using Software RAID to achieve higher I/Ops
125126
If your workloads require more IOps than a single disk can provide, you need to use a software RAID configuration of multiple disks. Because Azure already performs disk resiliency at the local fabric layer, you achieve the highest level of performance from a RAID-0 striping configuration. Provision and create disks in the Azure environment and attach them to your Linux VM before partitioning, formatting and mounting the drives. More details on configuring a software RAID setup on your Linux VM in azure can be found in the **[Configuring Software RAID on Linux](configure-raid.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)** document.

0 commit comments

Comments
 (0)