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/storage/file-sync/file-sync-cloud-tiering-overview.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,13 @@ It's also possible for a file to be partially tiered or partially recalled. In a
88
88
> Size represents the logical size of the file. Size on disk represents the physical size of the file stream that's stored on the disk.
89
89
90
90
## Low disk space mode
91
-
Disks with server endpoints can run out of space for several reasons, even with cloud tiering enabled. This could result in Azure File Sync not working as expected and even becoming unusable. While it isn't possible for Azure File Sync to prevent these occurrences completely, low disk space mode (new for Azure File Sync agent version 15.1) is designed to avoid a server endpoint reaching this situation.
91
+
Disks that have server endpoints can run out of space due to various reasons, even when cloud tiering is enabled. These reasons include:
92
+
93
+
- Data being manually copied to the disk outside of the server endpoint path
94
+
- Slow or delayed sync causing files not to be tiered
95
+
- Excessive recalls of tiered files
96
+
97
+
When the disk space runs out, Azure File Sync might not function correctly and can even become unusable. While it's not possible for Azure File Sync to completely prevent these occurrences, the low disk space mode (available in Azure File Sync agent versions starting from 15.1) is designed to prevent a server endpoint from reaching this situation.
92
98
93
99
For server endpoints with cloud tiering enabled and volume free space policy set, if the free space on the volume drops below the calculated threshold, then the volume is in low disk space mode.
94
100
@@ -104,25 +110,31 @@ If a volume has two server endpoints, one with tiering enabled and one without t
104
110
105
111
### How is the threshold for low disk space mode calculated?
106
112
Calculate the threshold by taking the minimum of the following three numbers:
107
-
- 10% of volume free space in GB
108
-
- Volume Free Space Policy in GB
109
-
- 20 GB of volume free space
113
+
- 10% of volume free space in GiB
114
+
- Volume Free Space Policy in GiB
115
+
- 20 GiB
110
116
111
117
The following table includes some examples of how the threshold is calculated and when the volume will be in low disk space mode.
112
118
113
-
| Volume Size | Volume Free Space Policy |Current Volume Free Space |Threshold \= Min(10%, Volume Free Space Policy, 20 GB) | Is Low Disk Space Mode? | Reason |
| 100 GB| 7% (7 GB) | 9% (9 GB)| 7GB = Min (10 GB, 7 GB, 20 GB)| No| Current Volume Free Space > Threshold |
116
-
| 100 GB| 7% (7 GB) | 5% (5 GB)| 7GB = Min (10 GB, 7 GB, 20 GB)| Yes| Current Volume Free Space < Threshold |
117
-
| 300 GB| 8% (24 GB) | 7% (21 GB)| 20GB = Min (30 GB, 24 GB, 20 GB) | No| Current Volume Free Space > Threshold |
118
-
| 300 GB| 8% (24 GB) | 6% (18 GB)| 20GB = Min (30 GB, 24 GB, 20 GB) | Yes| Current Volume Free Space < Threshold |
119
+
| Volume Size | 10% of Volume Size | Volume Free Space Policy | Threshold = Min(10% of Volume Size, Volume Free Space Policy, 20GB) | Current Volume Free Space | Is Low Disk Space Mode? | Reason|
### How does low disk space mode work with volume free space policy?
122
128
Low disk space mode always respects the volume free space policy. The threshold calculation is designed to make sure volume free space policy set by the user is respected.
123
129
130
+
### What is the most common cause for server endpoint being in low disk mode?
131
+
The primary cause of low disk mode is copying or moving large amounts of data to the disk where a tiering-enabled server endpoint is located.
132
+
124
133
### How to get out of low disk space mode?
125
-
Low disk space mode is designed to revert to normal behavior when volume free space is above the threshold. You can help speed up the process by looking for any recently created files outside the server endpoint location and moving them to a different disk.
134
+
Here are two ways to exit low disk mode on the server endpoint:
135
+
136
+
1. Low disk mode will automatically switch to normal behavior by not persisting recalls and tiering files more frequently, without requiring any intervention.
137
+
2. You can manually speed up the process by increasing the volume size or freeing up space outside the server endpoint.
126
138
127
139
### How to check if a server is in Low Disk Space mode?
128
140
Event ID 19000 is logged to the Telemetry event log every minute for each server endpoint. Use this event to determine if the server endpoint is in low disk mode (IsLowDiskMode = true). The Telemetry event log is located in Event Viewer under Applications and Services\Microsoft\FileSync\Agent.
0 commit comments