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
* staging VM Fleet 2.0.1 updates
add better description to vmfleet module for PS Gallery
disable windows recovery console in fleet vms - avoid getting trapped under normal (for the fleet) running conditions
use autoranging timespan -> str for time-taken displays
need to clean up session for commonjob (try/finally/etc.)
RS5: handle absence of dynamic cache parameter refresh (setcachebehavior)
use self-ref to Get-FleetVersion to discover module version; Get-Module will return multiple answers on rolling updates that preserve older versions
get-access node must return a plain node name string; simplify to a cluster-always implementation
RS5: internally parameterize the smb info cache timeout; must pay attention to this when dropping flags/run files - recomment this similar to original vm fleet logic
in vm control loop, ignore unmodified files which slide lastwrite up - there is some process by which this happens by about 150ms, and we can avoid being spoofed
add unique content to profile run file to trigger hash check in the correct/expected case
rework set-fleetpause to default to waiting for direct ack from vms (-timeout 0 to simply set); guarantee vms in stable state after pause
show-fleet needs to bucket all disks/initiators for vms together; count one per vm, not per disk
new getlogman facility; be willing to clean up leaked/stale logman collectors, don't error out unnecesarily
change done flag consumption to be directed at the expected/running vms for the iteration; faster as completions come in, and allows for direct logging of VMs which did not respond
fix try/finally cleanup of eap/powerscheme so we cann't touch unset vars; cfdev login issue exposed this since get-fleetversion threw (before originalPowerScheme was set)
don't throw error out of error directory production and drop the original error on the floor
throw error inclusive of all bad XML files in processing DISKSPD results
read cache warmup io size must be under the l1 aging limiter (use 56KiB)
remove conflicting perfctr blg in all cases
* update README for 2.0.2
update version to release (even bld#)
Co-authored-by: Dan Lovinger <[email protected]>
Copyright='(c) 2021 Microsoft Corporation. All rights reserved.'
56
56
57
57
# Description of the functionality provided by this module
58
-
Description='VM Fleet'
58
+
Description='VM Fleet is a performance characterization and analyst framework for exploring the storage capabilities of Windows Server Hyper-Converged environments with Storage Spaces Direct'
59
59
60
60
# Minimum version of the Windows PowerShell engine required by this module
0 commit comments