Skip to content

Commit fb62054

Browse files
authored
public repo edit
1 parent cbea791 commit fb62054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/virtual-machines/linux/optimization.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ For the Red Hat distribution family, you only need the following command:
121121
echo 'echo noop >/sys/block/sda/queue/scheduler' >> /etc/rc.local
122122
```
123123

124-
> [!NOTE]
125-
> Ubuntu 18.04 with the Azure-tuned kernel uses multi-queue I/O schedulers, so 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).
124+
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).
126125

127126
## Using Software RAID to achieve higher I/Ops
128127
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)