I've seen it before but it was never consistently reproducible that I could draw some conclusion. After seeing your post, I just did 2 rounds of Test Create Volume on cm_storage command and I got it in 2nd time, first one was lightening quick in comparison. Is it consistent for you Francois? What is your browser? Are you running your server on non-default ports?
06:52:54.860 INFO [Create volume] ### Command 'Create volume' ###
06:54:51.004 INFO [Create volume] Executing command: ./Create_volume2491088665744029825.ps1 -AggregateName 'Test_aggregate' -SpaceGuarantee 'none' -Cluster '10.226.252.28' -Size '20' -VserverName 'vs1' -VolumeName 'myVol3003'
06:54:52.160 INFO [Create volume] Get-WfaCredentials -Host 10.226.252.28
06:54:57.348 INFO [Create volume] Credentials successfully provided for '10.226.252.28'
06:54:57.676 INFO [Create volume] Connect-Controller -Type CLUSTER -Name 10.226.252.28 -Credential System.Management.Automation.PSCredential -Vserver -Timeout 60000
06:54:58.567 INFO [Create volume] Connect-NcController (with credentials) -Name 10.226.252.28 -Timeout 60000 -ErrorAction Stop
06:55:01.785 INFO [Create volume] Connected to cluster node
06:55:02.145 INFO [Create volume] Creating a new volume: New-NcVol -ErrorAction Stop -name myVol3003 -Aggregate Test_aggregate -SpaceReserve none -State online -Size 20m -VserverContext vs1 -Type rw -JunctionPath /myVol3003
06:55:04.020 INFO [Create volume] Configuring volume autosize attributes: Set-NcVolAutosize -ErrorAction Stop -name myVol3003 -VserverContext vs1 -Mode off
06:55:04.614 INFO [Create volume] Command completed, took 18172 milliseconds
I've seen it with at times with commands doesn't even do anything real.
Working to dig the cause. Will update you.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.