You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by daan Hoogland <da...@gmail.com> on 2013/06/20 12:12:33 UTC

Review Request: prevent destroy vm with mounted iso

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11990/
-----------------------------------------------------------

Review request for cloudstack.


Description
-------

refuse to destroy a vm when it has an iso mounted. This will prevent a tab from remain as garbage on a hypervisor.


This addresses bug CLOUDSTACK-3092.


Diffs
-----

  server/src/com/cloud/vm/UserVmManagerImpl.java 7ae96da 
  server/test/com/cloud/vm/UserVmManagerTest.java 5eedfa5 

Diff: https://reviews.apache.org/r/11990/diff/


Testing
-------

A unit test for the manager involved. It is included in the diff.


Thanks,

daan Hoogland


Re: Review Request: prevent destroy vm with mounted iso

Posted by John Burwell <jb...@basho.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11990/#review22164
-----------------------------------------------------------



server/src/com/cloud/vm/UserVmManagerImpl.java
<https://reviews.apache.org/r/11990/#comment45562>

    A bit nit picky, but this feels like a CloudRuntimeException rather than pre-condition failure.  Also, add the name/id of the VM and the ID of the ISO to the message to assist debugging efforts.


- John Burwell


On June 20, 2013, 10:12 a.m., daan Hoogland wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11990/
> -----------------------------------------------------------
> 
> (Updated June 20, 2013, 10:12 a.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Description
> -------
> 
> refuse to destroy a vm when it has an iso mounted. This will prevent a tab from remain as garbage on a hypervisor.
> 
> 
> This addresses bug CLOUDSTACK-3092.
> 
> 
> Diffs
> -----
> 
>   server/src/com/cloud/vm/UserVmManagerImpl.java 7ae96da 
>   server/test/com/cloud/vm/UserVmManagerTest.java 5eedfa5 
> 
> Diff: https://reviews.apache.org/r/11990/diff/
> 
> 
> Testing
> -------
> 
> A unit test for the manager involved. It is included in the diff.
> 
> 
> Thanks,
> 
> daan Hoogland
> 
>