Re: VM HA enabled when on ceph

2019-06-27 Thread Simon Weller
Andrija's right on the money. Sorry, I should have mentioned that.

From: Andrija Panic 
Sent: Thursday, June 27, 2019 3:25 AM
To: swel...@ena.com.invalid
Cc: users@cloudstack.apache.org
Subject: Re: VM HA enabled when on ceph

Jess,

Simon shared hack for existing VMs.
But you might want to make your Compute Offering HA enabled, then all VMs
inherit that (new VMs obviously).

Cheers

On Thu, 27 Jun 2019 at 00:10, Simon Weller  wrote:

> Jess,
>
> Yes, that works.
>
> -Si
>
> 
> From: jesse.wat...@gmail.com 
> Sent: Wednesday, June 26, 2019 3:55 PM
> To: users@cloudstack.apache.org
> Subject: VM HA enabled when on ceph
>
> Hi all,
>
> Have a ACS 4.12.0.0 running with 2 kvm hosts and ceph for primary storage.
> How do I enable HA for my VM(s)? The manual hints "HA features work with
> iSCSI or NFS primary storage", leaves out ceph.
>
> Can I just go in db and enable set vm to "HA" yes?
> mysql> update vm_instance set ha_enabled = 1 where id = ;
>
>
> TIA,
>   Jesse
>


--

Andrija Panić


Re: VM HA enabled when on ceph

2019-06-27 Thread Andrija Panic
Jess,

Simon shared hack for existing VMs.
But you might want to make your Compute Offering HA enabled, then all VMs
inherit that (new VMs obviously).

Cheers

On Thu, 27 Jun 2019 at 00:10, Simon Weller  wrote:

> Jess,
>
> Yes, that works.
>
> -Si
>
> 
> From: jesse.wat...@gmail.com 
> Sent: Wednesday, June 26, 2019 3:55 PM
> To: users@cloudstack.apache.org
> Subject: VM HA enabled when on ceph
>
> Hi all,
>
> Have a ACS 4.12.0.0 running with 2 kvm hosts and ceph for primary storage.
> How do I enable HA for my VM(s)? The manual hints "HA features work with
> iSCSI or NFS primary storage", leaves out ceph.
>
> Can I just go in db and enable set vm to "HA" yes?
> mysql> update vm_instance set ha_enabled = 1 where id = ;
>
>
> TIA,
>   Jesse
>


-- 

Andrija Panić


Re: VM HA enabled when on ceph

2019-06-26 Thread Simon Weller
Jess,

Yes, that works.

-Si


From: jesse.wat...@gmail.com 
Sent: Wednesday, June 26, 2019 3:55 PM
To: users@cloudstack.apache.org
Subject: VM HA enabled when on ceph

Hi all,

Have a ACS 4.12.0.0 running with 2 kvm hosts and ceph for primary storage.
How do I enable HA for my VM(s)? The manual hints "HA features work with
iSCSI or NFS primary storage", leaves out ceph.

Can I just go in db and enable set vm to "HA" yes?
mysql> update vm_instance set ha_enabled = 1 where id = ;


TIA,
  Jesse


VM HA enabled when on ceph

2019-06-26 Thread jesse . waters
Hi all,

Have a ACS 4.12.0.0 running with 2 kvm hosts and ceph for primary storage.
How do I enable HA for my VM(s)? The manual hints "HA features work with
iSCSI or NFS primary storage", leaves out ceph.

Can I just go in db and enable set vm to "HA" yes?
mysql> update vm_instance set ha_enabled = 1 where id = ;


TIA,
  Jesse