Forum Discussion
Get-PartitionSupportedSize hangs forever when Azure File Sync is installed
This is occurring on several servers and all volumes that file sync setup
Command:
Get-PartitionSupportedSize -DiskNumber 5 -PartitionNumber 2
Server info:
Windows 2019
VMware
RDM disk setup to 3PAR storage.
If I stop with above all works perfectly and has for years and previous windows versions
I install Azure File Sync and the command hangs and will never return to a prompt. No error no output.
This has to be some sort of bug right? Cannot find any info about this.
We have several automated disk extension runbooks that need this resolved
Any suggestions?
4 Replies
- Clyde TrumbullCopper ContributorStill have not found a solution to this issue. Can someone actually confirm they have seen this issue?
- Clyde TrumbullCopper Contributor
upgraded to v15 of the azure sync services and still has the same issue.
- Clyde TrumbullCopper ContributorI cannot believe no one has any ideas. This problem still exist. No one else has ran into this. I know this is pretty new but I thought someone might has ran into it or Microsoft can try to duplicate the issue.
- QunakiCopper Contributor
Found this old thread...
Yes it is/was painfully slow.
Made me go back to MS and lock/read again.
I have used: $data = Get-PartitionSupportedSize -DiskNumber $num -Partition $par
Changed it to: $data = Get-PartitionSupportedSize -DiskNumber $num -Partition $par -AsJob
Thank you, for the information as it still not solved, and making me go back.
-AsJob was the key for me. Hope you have the same luck.Note! It was not on azure, only local. But anyone can try atleast.
Just registered here today, just to contibute.