Skip to content

Commit acd71b0

Browse files
committed
Integrating feedback.
1 parent d66e32a commit acd71b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Prevent torn writes with managed disks on Linux VMs
33
description: Learn how to configure atomic writes for Linux VMs using managed disks with NVMe controllers.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 11/06/2025
6+
ms.date: 11/13/2025
77
ms.topic: concept-article
88
ms.service: azure-disk-storage
99
# Customer intent: As an IT professional, I want to understand how to prevent torn writes on Linux VMs using atomic write operations with managed disks, so that I can ensure data integrity and improve database performance.
1010
---
1111

1212
# Prevent torn writes with Azure managed disks
1313

14-
Azure managed disks have native protection against torn writes to ensure data integrity, which you can use to reduce your performance overhead.
14+
Azure managed disks have native protection against torn writes for 8-KiB and 16-KiB blocks of data to ensure data integrity, which you can use to reduce your performance overhead.
1515

1616
A torn write (or a partial write) can occur when a power loss or system crash interrupts a disk write, leaving a data block only partially updated. A partially updated data block results in an inconsistent page containing a mix of old and new data, essentially a torn page. Torn writes compromise data integrity, and data integrity is critical for applications like databases. Databases must detect and resolve torn writes to avoid corrupt records or indexes
1717

0 commit comments

Comments
 (0)