Skip to content

Commit b6563ef

Browse files
authored
Merge pull request #52011 from shirgall/patch-2
Update Ubuntu 18.04 elevator information
2 parents 33c59ec + fb62054 commit b6563ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/virtual-machines/linux/optimization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ For the Red Hat distribution family, you only need the following command:
111111
echo 'echo noop >/sys/block/sda/queue/scheduler' >> /etc/rc.local
112112
```
113113

114+
Ubuntu 18.04 with the Azure-tuned kernel uses multi-queue I/O schedulers. In that scenario, `none` is the appropriate selection instead of `noop`. For more information, see [Ubuntu I/O Schedulers](https://wiki.ubuntu.com/Kernel/Reference/IOSchedulers).
115+
114116
## Using Software RAID to achieve higher I/Ops
115117
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.
116118

0 commit comments

Comments
 (0)