Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial commit, creating alignmentsToTest #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Frameworks/VMFleet/VMFleet.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -7121,7 +7121,11 @@ function Measure-FleetCoreWorkload

[Parameter()]
[switch]
$UseStorageQos
$UseStorageQos,

[Parameter(Mandatory = $false)]
[array]
$alignmentsToTest = @(100,70)
)

# Remoting parametersets
Expand Down Expand Up @@ -7380,7 +7384,7 @@ function Measure-FleetCoreWorkload
ApplyVMTemplate -KeyColumn A1v2 100
ApplyVMDataDisk -KeyColumn

foreach ($alignment in 100,70)
foreach ($alignment in $alignmentsToTest)
{
$myKeyColumn.VMAlignmentPct = $alignment
AlignVM -IfStarted
Expand All @@ -7396,7 +7400,7 @@ function Measure-FleetCoreWorkload
ApplyVMTemplate -KeyColumn A4v2 25
ApplyVMDataDisk -KeyColumn

foreach ($alignment in 100,70)
foreach ($alignment in $alignmentsToTest)
{
$myKeyColumn.VMAlignmentPct = $alignment
AlignVM -IfStarted
Expand Down
Binary file modified Frameworks/VMFleet1.0/s2d-vmfleet.docx
Binary file not shown.