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-troubleshoot-cloud-tiering.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,20 +82,20 @@ If files fail to tier to Azure Files:
82
82
| 0x80c80261 | -2134375839 | ECS_E_GHOSTING_MIN_FILE_SIZE | The file failed to tier because the file size is less than the supported size. | The minimum supported file size is based on the file system cluster size (double file system cluster size). For example, if the file system cluster size is 4 KiB, the minimum file size is 8 KiB. |
83
83
| 0x80c83007 | -2134364153 | ECS_E_STORAGE_ERROR | The file failed to tier due to an Azure storage issue. | If the error persists, open a support request. |
84
84
| 0x800703e3 | -2147023901 | ERROR_OPERATION_ABORTED | The file failed to tier because it was recalled at the same time. | No action required. The file will be tiered when the recall completes and the file is no longer in use. |
85
-
| 0x80c80264 | -2134375836 |ECS_E_GHOSTING_FILE_NOT_SYNCED| The file failed to tier because it hasn't synced to the Azure file share. | No action required. The file will tier once it has synced to the Azure file share. |
85
+
| 0x80c80264 | -2134375836 |ECS_E_GHOSTING_FILE_NOT_<br>SYNCED| The file failed to tier because it hasn't synced to the Azure file share. | No action required. The file will tier once it has synced to the Azure file share. |
86
86
| 0x80070001 | -2147942401 | ERROR_INVALID_FUNCTION | The file failed to tier because the cloud tiering filter driver (storagesync.sys) isn't running. | To resolve this issue, open an elevated command prompt and run the following command: `fltmc load storagesync`<br>If the Azure File Sync filter driver fails to load when running the `fltmc` command, uninstall the Azure File Sync agent, restart the server, and reinstall the Azure File Sync agent. |
87
87
| 0x80070070 | -2147024784 | ERROR_DISK_FULL | The file failed to tier due to insufficient disk space on the volume where the server endpoint is located. | To resolve this issue, free at least 100 MiB of disk space on the volume where the server endpoint is located. |
88
88
| 0x80070490 | -2147023728 | ERROR_NOT_FOUND | The file failed to tier because it hasn't synced to the Azure file share. | No action required. The file will tier once it has synced to the Azure file share. |
89
89
| 0x80c80262 | -2134375838 | ECS_E_GHOSTING_UNSUPPORTED_RP | The file failed to tier because it's an unsupported reparse point. | If the file is a Data Deduplication reparse point, follow the steps in the [planning guide](file-sync-planning.md#data-deduplication) to enable Data Deduplication support. Files with reparse points other than Data Deduplication aren't supported and won't be tiered. |
90
-
| 0x80c83052 | -2134364078 |ECS_E_CREATE_SV_STREAM_ID_MISMATCH| The file failed to tier because it has been modified. | No action required. The file will tier once the modified file has synced to the Azure file share. |
91
-
| 0x80c80269 | -2134375831 |ECS_E_GHOSTING_REPLICA_NOT_FOUND| The file failed to tier because it hasn't synced to the Azure file share. | No action required. The file will tier once it has synced to the Azure file share. |
90
+
| 0x80c83052 | -2134364078 |ECS_E_CREATE_SV_STREAM_ID_<br>MISMATCH| The file failed to tier because it has been modified. | No action required. The file will tier once the modified file has synced to the Azure file share. |
91
+
| 0x80c80269 | -2134375831 |ECS_E_GHOSTING_REPLICA_NOT_<br>FOUND| The file failed to tier because it hasn't synced to the Azure file share. | No action required. The file will tier once it has synced to the Azure file share. |
92
92
| 0x80072ee2 | -2147012894 | WININET_E_TIMEOUT | The file failed to tier due to a network issue. | No action required. If the error persists, check network connectivity to the Azure file share. |
93
93
| 0x80c80017 | -2134376425 | ECS_E_SYNC_OPLOCK_BROKEN | The file failed to tier because it has been modified. | No action required. The file will tier once the modified file has synced to the Azure file share. |
94
94
| 0x800705aa | -2147023446 | ERROR_NO_SYSTEM_RESOURCES | The file failed to tier due to insufficient system resources. | If the error persists, investigate which application or kernel-mode driver is exhausting system resources. |
95
95
| 0x8e5e03fe | -1906441218 | JET_errDiskIO | The file failed to tier due to an I/O error when writing to the cloud tiering database. | If the error persists, run chkdsk on the volume and check the storage hardware. |
96
96
| 0x8e5e0442 | -1906441150 | JET_errInstanceUnavailable | The file failed to tier because the cloud tiering database isn't running. | To resolve this issue, restart the FileSyncSvc service or server. If the error persists, run chkdsk on the volume and check the storage hardware. |
97
-
| 0x80C80285 | -2134375803 |ECS_E_GHOSTING_SKIPPED_BY_CUSTOM_<br>EXCLUSION_LIST| The file can't be tiered because the file type is excluded from tiering. | To tier files with this file type, modify the GhostingExclusionList registry setting which is located under `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync`. |
98
-
| 0x80C86050 | -2134351792 |ECS_E_REPLICA_NOT_READY_FOR_TIERING| The file failed to tier because the current sync mode is initial upload or reconciliation. | No action required. The file will be tiered once sync completes initial upload or reconciliation. |
97
+
| 0x80C80285 | -2134375803 |ECS_E_GHOSTING_SKIPPED_BY_<br>CUSTOM_EXCLUSION_LIST| The file can't be tiered because the file type is excluded from tiering. | To tier files with this file type, modify the GhostingExclusionList registry setting which is located under `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure\StorageSync`. |
98
+
| 0x80C86050 | -2134351792 |ECS_E_REPLICA_NOT_READY_FOR_<br>TIERING| The file failed to tier because the current sync mode is initial upload or reconciliation. | No action required. The file will be tiered once sync completes initial upload or reconciliation. |
99
99
100
100
## How to troubleshoot files that fail to be recalled
0 commit comments