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 2016/04/12 12:10:50 UTC

instances in test vpc without router

@swill and @remibergsma

I saw this in the test
```
[dahn@blimbing ~]$ for i in 1 2 ; do ssh kvm$i virsh list; done
Warning: Permanently added 'kvm1,192.168.22.21' (ECDSA) to the list of
known hosts.
 Id    Name                           State
----------------------------------------------------
 2     s-2-VM                         running
 3     v-1-VM                         running

Warning: Permanently added 'kvm2,192.168.22.22' (ECDSA) to the list of
known hosts.
 Id    Name                           State
----------------------------------------------------
 10    i-6-14-VM                      running

```

It is still running but it doesn't promise success. You guys have seen this
as well? it seems the test kills the routers before it completes. talking
about the test_vpc_redundant of course.

-- 
Daan

Re: instances in test vpc without router

Posted by Will Stevens <ws...@cloudops.com>.
im not sure, i will let remi answer that.

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_

On Tue, Apr 12, 2016 at 6:10 AM, Daan Hoogland <da...@gmail.com>
wrote:

> @swill and @remibergsma
>
> I saw this in the test
> ```
> [dahn@blimbing ~]$ for i in 1 2 ; do ssh kvm$i virsh list; done
> Warning: Permanently added 'kvm1,192.168.22.21' (ECDSA) to the list of
> known hosts.
>  Id    Name                           State
> ----------------------------------------------------
>  2     s-2-VM                         running
>  3     v-1-VM                         running
>
> Warning: Permanently added 'kvm2,192.168.22.22' (ECDSA) to the list of
> known hosts.
>  Id    Name                           State
> ----------------------------------------------------
>  10    i-6-14-VM                      running
>
> ```
>
> It is still running but it doesn't promise success. You guys have seen this
> as well? it seems the test kills the routers before it completes. talking
> about the test_vpc_redundant of course.
>
> --
> Daan
>