Quantcast
Channel: OpalisVMWareIP Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 4

Created Issue: Set-Harddisk Activity has problems with filters [348]

$
0
0
I am building a workflow that involves the set-harddisk activity. I'm using filters to distinguish between hard disks assuming that the VM has more than one. I've explicity created the filter where name equals Hard disk 1. When testing it, only Hard disk 1 shows in the results, but when I go to vSphere, the set-harddisk command was executed once for each hard disk I had on the VM.

FYI, I'm running this IP in System Center Orchestrator 2012 Beta. Everything is working flawlessly so far with the exception of this filter.

I also ran this in my Opalis 6.3 environment with the same issue.

I feel like this activity should be translated into:

get-harddisk -vm $myvm| where {$_.name -eq "Hard disk 1"}| set-harddisk -capacitykb $value

It feels more like:

get-harddisk -vm $myvm| set-harddisk -capactiykb $value | where{$_.name -eq "Hard disk1"}

And that doesn't actually do anything.

Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images