Skip to content

Commit aa2473c

Browse files
committed
Clarifying pre-req.
1 parent 3f146da commit aa2473c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/disks-torn-write-prevention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PostgreSQL uses full page writes, so the entire page is logged to the write ahea
3333
- Deploy a Linux VM with Linux kernel 6.13 or newer with a managed disk that's using an [NVMe controller](/azure/virtual-machines/enable-nvme-remote-faqs)
3434
- Install the **nvme-cli** package on your VM
3535
- If your distribution uses the Advanced Package Tool (APT), use `sudo apt install nvme-cli`
36-
- Issued writes must align with their respective block offsets, or they could be torn
36+
- 8-KiB and 16-KiB issued writes must align with their respective block offsets to ensure torn writes are prevented
3737

3838
## Confirm your VM supports atomic writes
3939

0 commit comments

Comments
 (0)