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/disks-torn-write-prevention.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ PostgreSQL uses full page writes, so the entire page is logged to the write ahea
33
33
- 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)
34
34
- Install the **nvme-cli** package on your VM
35
35
- 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
0 commit comments