Skip to content

Commit 7297800

Browse files
authored
Merge pull request #108054 from jeffpatt24/patch-7
Update storage-sync-cloud-tiering.md
2 parents a7b2251 + c1a3d7d commit 7297800

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/storage/files/storage-sync-cloud-tiering.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about Azure File Sync's feature Cloud Tiering
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 09/21/2018
7+
ms.date: 03/17/2020
88
ms.author: rogarana
99
ms.subservice: files
1010
---
@@ -15,10 +15,8 @@ Cloud tiering is an optional feature of Azure File Sync in which frequently acce
1515
When a user opens a tiered file, Azure File Sync seamlessly recalls the file data from Azure Files without the user needing to know that the file is stored in Azure.
1616

1717
> [!Important]
18-
> Cloud tiering is not supported for server endpoints on the Windows system volumes, and only files greater than 64 KiB in size can be tiered to Azure Files.
18+
> Cloud tiering is not supported on the Windows system volume.
1919
20-
Azure File Sync does not support tiering files smaller than 64 KiB as the performance overhead of tiering and recalling such small files would outweigh the space savings.
21-
2220
> [!Important]
2321
> To recall files that have been tiered, the network bandwidth should be at least 1 Mbps. If network bandwidth is less than 1 Mbps, files may fail to recall with a timeout error.
2422
@@ -30,6 +28,10 @@ The Azure File Sync system filter builds a "heatmap" of your namespace on each s
3028

3129
In versions 4.0 and above of the Azure File Sync agent, you can additionally specify a date policy on each server endpoint that will tier any files not accessed or modified within a specified number of days.
3230

31+
<a id="tiering-minimum-file-size"></a>
32+
### What is the minimum file size for a file to tier?
33+
For agent versions 9.x and newer, the minimum file size for a file to tier is based on the file system cluster size (double the file system cluster size). For example, if the NTFS file system cluster size is 4KB, the resulting minimum file size for a file to tier is 8KB. For agent versions 8.x and older, the minimum file size for a file to tier is 64KB.
34+
3335
<a id="afs-volume-free-space"></a>
3436
### How does the volume free space tiering policy work?
3537
Volume free space is the amount of free space you wish to reserve on the volume on which a server endpoint is located. For example, if volume free space is set to 20% on a volume that has one server endpoint, up to 80% of the volume space will be occupied by the most recently accessed files, with any remaining files that do not fit into this space tiered up to Azure. Volume free space applies at the volume level rather than at the level of individual directories or sync groups.

0 commit comments

Comments
 (0)