Skip to content

Commit b5feee2

Browse files
committed
vmfleet 0.6 update to readme
move and push updated vmfleet demo scripts
1 parent e717a5b commit b5feee2

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

Frameworks/VMFleet/run-100r.ps1 renamed to Frameworks/VMFleet/run-demo-100r.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
SOFTWARE.
2626
#>
2727

28-
# System Config: 16 Systems x 8 VMs/System#Storage Config: 3-way S2D Mirror#Current Workload: 100% 4K Random Read
28+
#-# System Config: __CNODES__ Systems x __CVMS__ VMs/System#Storage Config: 3-way S2D Mirror#Current Workload: 100% 4K Random Read
2929

3030
[string](get-date)
3131

Frameworks/VMFleet/run-7030.ps1 renamed to Frameworks/VMFleet/run-demo-7030.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
SOFTWARE.
2626
#>
2727

28-
# System Config: 16 Systems x 8 VMs/System#Storage Config: 3-way S2D Mirror#Current Workload: 70:30 4K Random Read/Write
28+
#-# System Config: __CNODES__ Systems x __CVMS__ VMs/System#Storage Config: 3-way S2D Mirror#Current Workload: 70:30 4K Random Read/Write
2929
[string](get-date)
3030

3131
$b = 4

Frameworks/VMFleet/run-9010.ps1 renamed to Frameworks/VMFleet/run-demo-9010.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
SOFTWARE.
2626
#>
2727

28-
# System Config: 16 Systems x 8 VMs/System#Storage Config: 3-way S2D Mirror#Current Workload: 90:10 4K Random Read/Write
28+
#-# System Config: __CNODES__ Systems x __CVMS__ VMs/System#Storage Config: 3-way S2D Mirror#Current Workload: 90:10 4K Random Read/Write
2929
[string](get-date)
3030

3131
$b = 4

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,17 @@ DISKSPD 2.0.16b 2/22/2016
4242

4343
## VM Fleet ##
4444

45-
VM Fleet *In Progress*
45+
VM Fleet 0.6 7/18/2016
4646

4747
* CPU Target Sweep: a sweep script using StorageQoS and a linear CPU/IOPS model to build an empirical sweep of IOPS as a function of CPU, initially for the three classic small IOPS mixes (100r, 90:10 and 70:30 4K). Includes an analysis script which provides the linear model for each off of the results.
4848
* Update sweep mechanics which allow generalized specification of DISKSPD sweep parameters and host performance counter capture.
49+
* install-vmfleet to automate placement after CSV/VD structure is in place (add path, create dirs, copyin, pause)
50+
* add non-linearity detection to analyze-cputarget
51+
* get-linfit is now a utility script (produces objects describing fits)
52+
* all flag files (pause/go/done) pushed down to control\flag directory
53+
* demo scripting works again and autofills vm/node counts
54+
* watch-cluster handles downed/recovered nodes gracefully
55+
* update-csv now handles node names which are logical prefixes of another (node1, node10)
4956

5057
VM Fleet 0.5 6/22/2016
5158

@@ -55,15 +62,6 @@ VM Fleet 0.5 6/22/2016
5562
* check-pause comments on the number of (un)paused vms
5663
* update documentation to mention change in QoS policy type names
5764

58-
VM Fleet 0.4 4/14/2016
59-
60-
* bugfix: master.ps1 now takes connection credentials as parameters; this allows master to be edited on the fly, it is no longer templated
61-
* credential templating moves to launch.ps1, which is now generated into the VMs
62-
* pause handling now uses an epoch ask/response from the VMs
63-
* check-pause uses the epoch to directly test whether a given VM has indeed acknowledged the current pause request, and is definitive with respect to all running VMs
64-
* new automated sweep mechanic
65-
66-
6765
Compiling / Source
6866
=========
6967

0 commit comments

Comments
 (0)