Azure File Sync - Cloud Tiering policy not working

Cathy Leik 6 Reputation points
2022-10-07T13:51:54.137+00:00

I've installed the Azure File Sync Agent on a 2012 R2 server, created the sync group and enabled Cloud Tiering with a 20% free space policy. 1.3TB has synchronized up to the Azure File Share but it's been several days and still only 1% free on the server endpoint. No errors and nothing in the Tiering event log. I manually tiered a file using the invoke-storagesynccloudtiering command and that worked fine. Any clues as to why the Cloud Tiering Policy is not working?

Additional info - if I use the command line to check HeatStore like Get-StorageSyncHeatStoreInformation -FilePath 'filepath' I get an error Get-StorageSyncHeatStoreInformation : Element not found. (Exception from HRESULT: 0x80070490) I tried several different commands. Almost like the HeatStore does not exist.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,420 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Cathy Leik 6 Reputation points
    2022-10-10T17:17:23.327+00:00

    We had 25gb free disk space. After disabling Cloud Tiering, adding disk space and then reenabling Cloud Tiering it is now working.

    1 person found this answer helpful.
    0 comments No comments

  2. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2022-10-10T15:13:41.997+00:00

    @Cathy Leik Thanks for the email we are checking on it! In mean while can you refer to the suggestion mentioned below.

    The data we are looking is not found in sync DB. Mostly happens when file is not yet synced and we are attempting to ghost, Wait for some time for file to be synced and the syncdb populated.

    There are two paths for failures in cloud tiering:

    • Files can fail to tier, which means that Azure File Sync unsuccessfully attempts to tier a file to Azure Files.
    • Files can fail to recall, which means that the Azure File Sync file system filter (StorageSync.sys) fails to download data when a user attempts to access a file which has been tiered.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.