Looks like Nathan has already opened a PR for this: https://github.com/apache/cloudstack/pull/1632
*Jeff Hair* Technical Lead and Software Developer Tel: (+354) 415 0200 j...@greenqloud.com www.greenqloud.com On Wed, Aug 10, 2016 at 7:01 AM, Wei ZHOU <ustcweiz...@gmail.com> wrote: > We also noticed this issue. > > > > 2016-08-09 19:21 GMT+02:00 Jeff Hair <j...@greenqloud.com>: > > > Hi, > > > > I'm looking at the documentation and then the code for > stopVirtualMachine. > > The forced parameter is passed down into the VM manager, where it seems > to > > be ignored. This means that cleanupEvenIfFailed during VM stop will > always > > be false, despite what the API command says. Going back to commit > a4f4c986 > > in 2013, we can see that the forced parameter was used. During subsequent > > refactoring, this seems to have vanished. > > >