Skip to content

Commit aeb65b8

Browse files
authored
Merge pull request #111575 from msmbaldwin/patch-22
Update disk-encryption-faq.md
2 parents 6244dc1 + 5e32af6 commit aeb65b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-machines/linux/disk-encryption-faq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ Azure Disk Encryption uses the decrypt default of aes-xts-plain64 with a 256-bit
143143
No, data won't be erased from data drives that are already encrypted using Azure Disk Encryption. Similar to how EncryptFormatAll didn't re-encrypt the OS drive, it won't re-encrypt the already encrypted data drive. For more information, see the [EncryptFormatAll criteria](disk-encryption-linux.md#use-encryptformatall-feature-for-data-disks-on-linux-vms).
144144

145145
## Is XFS filesystem supported?
146-
XFS volumes are supported for data disk encryption only with the EncryptFormatAll. This will reformat the volume, erasing any data previously there. For more information, see the [EncryptFormatAll criteria](disk-encryption-linux.md#use-encryptformatall-feature-for-data-disks-on-linux-vms).
146+
Encryption of XFS OS disks is supported.
147+
148+
Encryption of XFS data disks is supported only when the EncryptFormatAll parameter is used. This will reformat the volume, erasing any data previously there. For more information, see the [EncryptFormatAll criteria](disk-encryption-linux.md#use-encryptformatall-feature-for-data-disks-on-linux-vms).
147149

148150
## Can I backup and restore an encrypted VM?
149151

0 commit comments

Comments
 (0)