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
The following release notes are for version 3.0.12.0 of the Azure File Sync agent (released May 22, 2018).
41
+
42
+
### Agent installation and server configuration
43
+
For more information on how to install and configure the Azure File Sync agent with Windows Server, see [Planning for an Azure File Sync (preview) deployment](storage-sync-files-planning.md) and [How to deploy Azure File Sync (preview)](storage-sync-files-deployment-guide.md).
44
+
45
+
- The agent installation package must be installed with elevated (admin) permissions.
46
+
- The agent is not supported on Windows Server Core or Nano Server deployment options.
47
+
- The agent is supported only on Windows Server 2016 and Windows Server 2012 R2.
48
+
- The agent requires at least 2 GB of physical memory.
49
+
- The Storage Sync Agent (FileSyncSvc) service does not support server endpoints located on a volume that has the system volume information (SVI) directory compressed. This configuration will lead to unexpected results.
50
+
51
+
### Interoperability
52
+
- Antivirus, backup, and other applications that access tiered files can cause undesirable recall unless they respect the offline attribute and skip reading the content of those files. For more information, see [Troubleshoot Azure File Sync (preview)](storage-sync-files-troubleshoot.md).
53
+
- Don't use File Server Resource Manager (FSRM) or other file screens. File screens can cause endless sync failures when files are blocked because of the file screen.
54
+
- Running sysprep on a server which has the Azure File Sync agent installed is not supported and can lead to unexpected results. Agent installation and server registration should occur after deploying the server image and completing sysprep mini-setup.
55
+
- Data deduplication and cloud tiering aren't supported on the same volume.
56
+
57
+
### Sync limitations
58
+
The following items don't sync, but the rest of the system continues to operate normally:
59
+
- Paths that are longer than 2,048 characters.
60
+
- The discretionary access control list (DACL) portion of a security descriptor if it's larger than 2 KB. (This issue applies only when you have more than about 40 access control entries (ACEs) on a single item.)
61
+
- The system access control list (SACL) portion of a security descriptor that's used for auditing.
62
+
- Extended attributes.
63
+
- Alternate data streams.
64
+
- Reparse points.
65
+
- Hard links.
66
+
- Compression (if it's set on a server file) isn't preserved when changes sync to that file from other endpoints.
67
+
- Any file that's encrypted with EFS (or other user mode encryption) that prevents the service from reading the data.
68
+
69
+
> [!Note]
70
+
> Azure File Sync always encrypts data in transit. Data is always encrypted at rest in Azure.
71
+
72
+
### Server endpoints
73
+
- A server endpoint can be created only on an NTFS volume. ReFS, FAT, FAT32, and other file systems aren't currently supported by Azure File Sync.
74
+
- Cloud tiering is not supported on the system volume. To create a server endpoint on the system volume, disable cloud tiering when creating the server endpoint.
75
+
- Failover Clustering is supported only with clustered disks, but not with Cluster Shared Volumes (CSVs).
76
+
- A server endpoint can't be nested. It can coexist on the same volume in parallel with another endpoint.
77
+
- Don't store an OS or application paging file that's within a server endpoint.
78
+
- Tiered files will become unusable if the files are not recalled prior to deleting the server endpoint.
79
+
80
+
### Cloud tiering
81
+
- If a tiered file is copied to another location by using Robocopy, the resulting file isn't tiered. The offline attribute might be set because Robocopy incorrectly includes that attribute in copy operations.
82
+
- When you're viewing file properties from an SMB client, the offline attribute might appear to be set incorrectly due to SMB caching of file metadata.
83
+
84
+
## Agent version 2.3.0.0
85
+
The following release notes are for version 2.3.0.0 of the Azure File Sync agent released May 8, 2018. These notes are in addition to the release notes listed for version 2.0.11.0.
86
+
87
+
This release includes the following fixes:
88
+
- Agent updates may hang if the cloud tiering filter driver does not unload.
89
+
- Sync performance may decrease when syncing lots of files.
90
+
37
91
## Agent version 2.2.0.0
38
92
The following release notes are for version 2.2.0.0 of the Azure File Sync agent released March 12th, 2018. These notes are in addition to the release notes listed for version 2.1.0.0 and 2.0.11.0
0 commit comments