Skip to content

Commit eb0e9cb

Browse files
authored
Merge pull request #103782 from gigabit-jack/patch-1
Fix broken numbered list interrupted by Note
2 parents 6fb3236 + 42981c3 commit eb0e9cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/file-sync/file-sync-planning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ With Azure File Sync, you will need to account for the following taking up space
194194
We'll use an example to illustrate how to estimate the amount of free space would need on your local disk. Let's say you installed your Azure File Sync agent on your Azure Windows VM, and plan to create a server endpoint on disk F. You have 1 million files and would like to tier all of them, 100,000 directories, and a disk cluster size of 4 KiB. The disk size is 1000 GiB. You want to enable cloud tiering and set your volume free space policy to 20%.
195195

196196
1. NTFS allocates a cluster size for each of the tiered files. 1 million files * 4 KiB cluster size = 4,000,000 KiB (4 GiB)
197-
> [!Note]
198-
> The space occupied by tiered files is allocated by NTFS. Therefore, it will not show up in any UI.
199-
3. Sync metadata occupies a cluster size per item. (1 million files + 100,000 directories) * 4 KB cluster size = 4,400,000 KiB (4.4 GiB)
200-
4. Azure File Sync heatstore occupies 1.1 KiB per file. 1 million files * 1.1 KiB = 1,100,000 KiB (1.1 GiB)
201-
5. Volume free space policy is 20%. 1000 GiB * 0.2 = 200 GiB
197+
> [!Note]
198+
> The space occupied by tiered files is allocated by NTFS. Therefore, it will not show up in any UI.
199+
1. Sync metadata occupies a cluster size per item. (1 million files + 100,000 directories) * 4 KB cluster size = 4,400,000 KiB (4.4 GiB)
200+
1. Azure File Sync heatstore occupies 1.1 KiB per file. 1 million files * 1.1 KiB = 1,100,000 KiB (1.1 GiB)
201+
1. Volume free space policy is 20%. 1000 GiB * 0.2 = 200 GiB
202202

203203
In this case, Azure File Sync would need about 209,500,000 KiB (209.5 GiB) of space for this namespace. Add this amount to any additional free space that is desired in order to figure out how much free space is required for this disk.
204204

0 commit comments

Comments
 (0)