Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-17 Thread Николаев Алексей
  17.02.2016, 10:36, "Yedidyah Bar David" :On Wed, Feb 17, 2016 at 9:09 AM, Николаев Алексей wrote: You must not configure firewall in backup restore procedure. Because EL6 backup uses iptables instead EL7 fresh install uses firewalld.Thanks for pointing that out!Does this mean you actually tried this and that was the only issue? I'm not 100% sure about it. It was on test environment. But EL6 backup don't check firewall software on the host. Note also that EL7 also has iptables, you can use that if you want.You'll have to do something like:yum install iptables-servicessystemctl disable firewalld.servicesystemctl enable iptables.servicesystemctl start iptables.serviceYou'll not have any default /etc/sysconfig/iptables, though. Either createone manually (or find somewhere) or use e.g. system-config-firewall-tui.Best,-- Didi___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-16 Thread Yedidyah Bar David
On Wed, Feb 17, 2016 at 9:09 AM, Николаев Алексей
 wrote:
> You must not configure firewall in backup restore procedure. Because EL6
> backup uses iptables instead EL7 fresh install uses firewalld.

Thanks for pointing that out!

Does this mean you actually tried this and that was the only issue?

Note also that EL7 also has iptables, you can use that if you want.
You'll have to do something like:
yum install iptables-services
systemctl disable firewalld.service
systemctl enable iptables.service
systemctl start iptables.service
You'll not have any default /etc/sysconfig/iptables, though. Either create
one manually (or find somewhere) or use e.g. system-config-firewall-tui.

Best,
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-16 Thread Николаев Алексей
  16.02.2016, 16:31, "Alexander Wels" :On Tuesday, February 16, 2016 12:36:58 PM Johan Kooijman wrote: Ack, thx. On Tue, Feb 16, 2016 at 11:46 AM, Yedidyah Bar David  wrote: > On Tue, Feb 16, 2016 at 11:58 AM, Johan Kooijman  >  > wrote: > > Didi, > >  > > Ok, the piece of information on engine still supported on 3.6 was >  > unknown to >  > > me. Makes my job a lot easier. > >  > > What would be the recommended path: first upgrade the nodes to 3.6 and >  > then >  > > the engine? Or the other way around? >  > Generally speaking, first engine then nodes. I am pretty certain it's > documented > on the wiki, didn't check. > Basically follow what I wrote should do what you want. Then if you later want to upgrade the engine from EL6 to EL7 you should be able to make a backup of the engine with the engine-backup tool. Then install a fresh engine on EL7 and restore the backup with that tool. Your VMs won't be affected if the engine is gone for a little bit (well besides not being able to manage them during the change over).You must not configure firewall in backup restore procedure. Because EL6 backup uses iptables instead EL7 fresh install uses firewalld. But as Didi wrote, right now EL6 is still supported so you can simply upgrade to oVirt 3.6 on EL6. > > On Tue, Feb 16, 2016 at 8:45 AM, Yedidyah Bar David  >  > wrote: > >> On Tue, Feb 16, 2016 at 9:30 AM, Johan Kooijman  >>  > >> wrote: > >> > Yes. I pasted the information on AIO, that was wrong on my end. I > >> > have > >> > an > >> > engine running on dedicated hardware and about 20 nodes in this >  > cluster. >  > >> > I > >> > do like to upgrade without downtime :) I know how to achieve this on >  > the >  > >> > node-end, but since I have to go from C6 to C7, I wonder what the > >> > procedure > >> > would be for engine. > >>  > >> Please explain exactly what you are trying to do. > >>  > >> Note that engine is still supported on el6. > >>  > >> (new) Hosts are not. > >>  > >> all-in-one is running both together, thus is not supported on el6 >  > either. >  > >> IIRC we do not have a tested procedure to upgrade the engine from C6 to >  > C7 >  > >> yet, see also: > >>  > >> https://bugzilla.redhat.com/show_bug.cgi?id=1234257 > >> https://bugzilla.redhat.com/show_bug.cgi?id=1285743 > >>  > >> Best, > >>  > >> > On Mon, Feb 15, 2016 at 9:21 PM, Alexander Wels  > >> >  > >> > wrote: > >> >> On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote: > >> >> > Hi Alexander, > >> >> >  > >> >> > Thanks for the input! My 3.5 is running on C6 however: > >> >> >  > >> >> > Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the > >> >> > packages > >> >> > requiring it are not built anymore for EL6 > >> >>  > >> >> Well that was a piece of information you forgot to mention in your > >> >> initial > >> >> email. So now I am not entirely sure what you are trying to do. Are >  > you >  > >> >> trying > >> >> to save your existing VMs when you reinstall your machine? > >> >>  > >> >> > On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels  > >> >> >  > >> >> > wrote: > >> >> > > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote: > >> >> > > > Hi, > >> >> > > >  > >> >> > > > Can anybody recommend me best practice upgrade path for an > >> >> > > > upgrade > >> >> > > > from > >> >> > > > oVirt 3.5 on C6 to 3.6 on C7.2? > >> >> > >  > >> >> > > The answer sort of depends on what you want. Do you want no > >> >> > > downtime > >> >> > > on > >> >> > > your > >> >> > > VMs or is downtime acceptable. Also are you running hosted > >> >> > > engine > >> >> > > or > >> >> > > not? > >> >> > >  > >> >> > > This is the basic plan which can be adjusted based on what your > >> >> > > needs > >> >> > > are: > >> >> > >  > >> >> > > 1. Update engine from 3.5 to 3.6 (if hosted engine might be > >> >> > > trickier, > >> >> > > not > >> >> > > sure > >> >> > > haven't played with hosted engine). > >> >> > > 2. Create a new 3.6 cluster. > >> >> > > 3. Put 1 host in maintenance (which will migrate the VMs to the > >> >> > > other > >> >> > > hosts). > >> >> > > 4. Remove the host from the DC. > >> >> > > 5. Install C7.2 on the host > >> >> > > 6. Add that host to the new 3.6 cluster. > >> >> > > 7. Optional (you can cross cluster live migrate some VMs from 6 >  > to >  > >> >> > > 7 > >> >> > > (just > >> >> > > not > >> >> > > the other way around, so once the VM is moved its stuck in the >  > new >  > >> >> > > cluster). > >> >> > > 8. Go to 3 until all hosts are moved. > >> >> > > 9. Your 3.5 cluster should now be empty, and can be removed. > >> >> > > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters > >> >> > > exist). > >> >> > >  > >> >> > > If you can have downtime, then just shut down the VMs running on > >> >> > > the > >> >> > > host > >> >> > > in > >> >> > > step 3 before putting it in maintenance. 

Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-16 Thread Alexander Wels
On Tuesday, February 16, 2016 12:36:58 PM Johan Kooijman wrote:
> Ack, thx.
> 
> On Tue, Feb 16, 2016 at 11:46 AM, Yedidyah Bar David 
> 
> wrote:
> > On Tue, Feb 16, 2016 at 11:58 AM, Johan Kooijman 
> > 
> > wrote:
> > > Didi,
> > > 
> > > Ok, the piece of information on engine still supported on 3.6 was
> > 
> > unknown to
> > 
> > > me. Makes my job a lot easier.
> > > 
> > > What would be the recommended path: first upgrade the nodes to 3.6 and
> > 
> > then
> > 
> > > the engine? Or the other way around?
> > 
> > Generally speaking, first engine then nodes. I am pretty certain it's
> > documented
> > on the wiki, didn't check.
> > 

Basically follow what I wrote should do what you want. Then if you later want 
to upgrade the engine from EL6 to EL7 you should be able to make a backup of 
the engine with the engine-backup tool. Then install a fresh engine on EL7 and 
restore the backup with that tool. Your VMs won't be affected if the engine is 
gone for a little bit (well besides not being able to manage them during the 
change over).

But as Didi wrote, right now EL6 is still supported so you can simply upgrade 
to oVirt 3.6 on EL6.

> > > On Tue, Feb 16, 2016 at 8:45 AM, Yedidyah Bar David 
> > 
> > wrote:
> > >> On Tue, Feb 16, 2016 at 9:30 AM, Johan Kooijman  > >> 
> > >> wrote:
> > >> > Yes. I pasted the information on AIO, that was wrong on my end. I
> > >> > have
> > >> > an
> > >> > engine running on dedicated hardware and about 20 nodes in this
> > 
> > cluster.
> > 
> > >> > I
> > >> > do like to upgrade without downtime :) I know how to achieve this on
> > 
> > the
> > 
> > >> > node-end, but since I have to go from C6 to C7, I wonder what the
> > >> > procedure
> > >> > would be for engine.
> > >> 
> > >> Please explain exactly what you are trying to do.
> > >> 
> > >> Note that engine is still supported on el6.
> > >> 
> > >> (new) Hosts are not.
> > >> 
> > >> all-in-one is running both together, thus is not supported on el6
> > 
> > either.
> > 
> > >> IIRC we do not have a tested procedure to upgrade the engine from C6 to
> > 
> > C7
> > 
> > >> yet, see also:
> > >> 
> > >> https://bugzilla.redhat.com/show_bug.cgi?id=1234257
> > >> https://bugzilla.redhat.com/show_bug.cgi?id=1285743
> > >> 
> > >> Best,
> > >> 
> > >> > On Mon, Feb 15, 2016 at 9:21 PM, Alexander Wels 
> > >> > 
> > >> > wrote:
> > >> >> On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote:
> > >> >> > Hi Alexander,
> > >> >> > 
> > >> >> > Thanks for the input! My 3.5 is running on C6 however:
> > >> >> > 
> > >> >> > Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the
> > >> >> > packages
> > >> >> > requiring it are not built anymore for EL6
> > >> >> 
> > >> >> Well that was a piece of information you forgot to mention in your
> > >> >> initial
> > >> >> email. So now I am not entirely sure what you are trying to do. Are
> > 
> > you
> > 
> > >> >> trying
> > >> >> to save your existing VMs when you reinstall your machine?
> > >> >> 
> > >> >> > On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels 
> > >> >> > 
> > >> >> > wrote:
> > >> >> > > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
> > >> >> > > > Hi,
> > >> >> > > > 
> > >> >> > > > Can anybody recommend me best practice upgrade path for an
> > >> >> > > > upgrade
> > >> >> > > > from
> > >> >> > > > oVirt 3.5 on C6 to 3.6 on C7.2?
> > >> >> > > 
> > >> >> > > The answer sort of depends on what you want. Do you want no
> > >> >> > > downtime
> > >> >> > > on
> > >> >> > > your
> > >> >> > > VMs or is downtime acceptable. Also are you running hosted
> > >> >> > > engine
> > >> >> > > or
> > >> >> > > not?
> > >> >> > > 
> > >> >> > > This is the basic plan which can be adjusted based on what your
> > >> >> > > needs
> > >> >> > > are:
> > >> >> > > 
> > >> >> > > 1. Update engine from 3.5 to 3.6 (if hosted engine might be
> > >> >> > > trickier,
> > >> >> > > not
> > >> >> > > sure
> > >> >> > > haven't played with hosted engine).
> > >> >> > > 2. Create a new 3.6 cluster.
> > >> >> > > 3. Put 1 host in maintenance (which will migrate the VMs to the
> > >> >> > > other
> > >> >> > > hosts).
> > >> >> > > 4. Remove the host from the DC.
> > >> >> > > 5. Install C7.2 on the host
> > >> >> > > 6. Add that host to the new 3.6 cluster.
> > >> >> > > 7. Optional (you can cross cluster live migrate some VMs from 6
> > 
> > to
> > 
> > >> >> > > 7
> > >> >> > > (just
> > >> >> > > not
> > >> >> > > the other way around, so once the VM is moved its stuck in the
> > 
> > new
> > 
> > >> >> > > cluster).
> > >> >> > > 8. Go to 3 until all hosts are moved.
> > >> >> > > 9. Your 3.5 cluster should now be empty, and can be removed.
> > >> >> > > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters
> > >> >> > > exist).
> > >> >> > > 
> > >> >> > > If you can have downtime, then just shut down the VMs running 

Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-16 Thread Johan Kooijman
Ack, thx.

On Tue, Feb 16, 2016 at 11:46 AM, Yedidyah Bar David 
wrote:

> On Tue, Feb 16, 2016 at 11:58 AM, Johan Kooijman 
> wrote:
> > Didi,
> >
> > Ok, the piece of information on engine still supported on 3.6 was
> unknown to
> > me. Makes my job a lot easier.
> >
> > What would be the recommended path: first upgrade the nodes to 3.6 and
> then
> > the engine? Or the other way around?
>
> Generally speaking, first engine then nodes. I am pretty certain it's
> documented
> on the wiki, didn't check.
>
> >
> > On Tue, Feb 16, 2016 at 8:45 AM, Yedidyah Bar David 
> wrote:
> >>
> >> On Tue, Feb 16, 2016 at 9:30 AM, Johan Kooijman  >
> >> wrote:
> >> > Yes. I pasted the information on AIO, that was wrong on my end. I have
> >> > an
> >> > engine running on dedicated hardware and about 20 nodes in this
> cluster.
> >> > I
> >> > do like to upgrade without downtime :) I know how to achieve this on
> the
> >> > node-end, but since I have to go from C6 to C7, I wonder what the
> >> > procedure
> >> > would be for engine.
> >>
> >> Please explain exactly what you are trying to do.
> >>
> >> Note that engine is still supported on el6.
> >>
> >> (new) Hosts are not.
> >>
> >> all-in-one is running both together, thus is not supported on el6
> either.
> >>
> >> IIRC we do not have a tested procedure to upgrade the engine from C6 to
> C7
> >> yet, see also:
> >>
> >> https://bugzilla.redhat.com/show_bug.cgi?id=1234257
> >> https://bugzilla.redhat.com/show_bug.cgi?id=1285743
> >>
> >> Best,
> >>
> >> >
> >> > On Mon, Feb 15, 2016 at 9:21 PM, Alexander Wels 
> >> > wrote:
> >> >>
> >> >> On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote:
> >> >> > Hi Alexander,
> >> >> >
> >> >> > Thanks for the input! My 3.5 is running on C6 however:
> >> >> >
> >> >> > Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the
> >> >> > packages
> >> >> > requiring it are not built anymore for EL6
> >> >> >
> >> >>
> >> >> Well that was a piece of information you forgot to mention in your
> >> >> initial
> >> >> email. So now I am not entirely sure what you are trying to do. Are
> you
> >> >> trying
> >> >> to save your existing VMs when you reinstall your machine?
> >> >>
> >> >>
> >> >> > On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels 
> >> >> > wrote:
> >> >> > > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
> >> >> > > > Hi,
> >> >> > > >
> >> >> > > > Can anybody recommend me best practice upgrade path for an
> >> >> > > > upgrade
> >> >> > > > from
> >> >> > > > oVirt 3.5 on C6 to 3.6 on C7.2?
> >> >> > >
> >> >> > > The answer sort of depends on what you want. Do you want no
> >> >> > > downtime
> >> >> > > on
> >> >> > > your
> >> >> > > VMs or is downtime acceptable. Also are you running hosted engine
> >> >> > > or
> >> >> > > not?
> >> >> > >
> >> >> > > This is the basic plan which can be adjusted based on what your
> >> >> > > needs
> >> >> > > are:
> >> >> > >
> >> >> > > 1. Update engine from 3.5 to 3.6 (if hosted engine might be
> >> >> > > trickier,
> >> >> > > not
> >> >> > > sure
> >> >> > > haven't played with hosted engine).
> >> >> > > 2. Create a new 3.6 cluster.
> >> >> > > 3. Put 1 host in maintenance (which will migrate the VMs to the
> >> >> > > other
> >> >> > > hosts).
> >> >> > > 4. Remove the host from the DC.
> >> >> > > 5. Install C7.2 on the host
> >> >> > > 6. Add that host to the new 3.6 cluster.
> >> >> > > 7. Optional (you can cross cluster live migrate some VMs from 6
> to
> >> >> > > 7
> >> >> > > (just
> >> >> > > not
> >> >> > > the other way around, so once the VM is moved its stuck in the
> new
> >> >> > > cluster).
> >> >> > > 8. Go to 3 until all hosts are moved.
> >> >> > > 9. Your 3.5 cluster should now be empty, and can be removed.
> >> >> > > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters
> >> >> > > exist).
> >> >> > >
> >> >> > > If you can have downtime, then just shut down the VMs running on
> >> >> > > the
> >> >> > > host
> >> >> > > in
> >> >> > > step 3 before putting it in maintenance. Once the host is moved
> to
> >> >> > > the
> >> >> > > new
> >> >> > > cluster you can start the VMs.
> >> >> > >
> >> >> > > Alexander
> >> >> > > ___
> >> >> > > Users mailing list
> >> >> > > Users@ovirt.org
> >> >> > > http://lists.ovirt.org/mailman/listinfo/users
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Met vriendelijke groeten / With kind regards,
> >> > Johan Kooijman
> >> >
> >> > ___
> >> > Users mailing list
> >> > Users@ovirt.org
> >> > http://lists.ovirt.org/mailman/listinfo/users
> >> >
> >>
> >>
> >>
> >> --
> >> Didi
> >
> >
> >
> >
> > --
> > Met vriendelijke groeten / With kind regards,
> > Johan Kooijman
>
>
>
> --
> Didi
>



-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman

Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-16 Thread Yedidyah Bar David
On Tue, Feb 16, 2016 at 11:58 AM, Johan Kooijman  wrote:
> Didi,
>
> Ok, the piece of information on engine still supported on 3.6 was unknown to
> me. Makes my job a lot easier.
>
> What would be the recommended path: first upgrade the nodes to 3.6 and then
> the engine? Or the other way around?

Generally speaking, first engine then nodes. I am pretty certain it's documented
on the wiki, didn't check.

>
> On Tue, Feb 16, 2016 at 8:45 AM, Yedidyah Bar David  wrote:
>>
>> On Tue, Feb 16, 2016 at 9:30 AM, Johan Kooijman 
>> wrote:
>> > Yes. I pasted the information on AIO, that was wrong on my end. I have
>> > an
>> > engine running on dedicated hardware and about 20 nodes in this cluster.
>> > I
>> > do like to upgrade without downtime :) I know how to achieve this on the
>> > node-end, but since I have to go from C6 to C7, I wonder what the
>> > procedure
>> > would be for engine.
>>
>> Please explain exactly what you are trying to do.
>>
>> Note that engine is still supported on el6.
>>
>> (new) Hosts are not.
>>
>> all-in-one is running both together, thus is not supported on el6 either.
>>
>> IIRC we do not have a tested procedure to upgrade the engine from C6 to C7
>> yet, see also:
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=1234257
>> https://bugzilla.redhat.com/show_bug.cgi?id=1285743
>>
>> Best,
>>
>> >
>> > On Mon, Feb 15, 2016 at 9:21 PM, Alexander Wels 
>> > wrote:
>> >>
>> >> On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote:
>> >> > Hi Alexander,
>> >> >
>> >> > Thanks for the input! My 3.5 is running on C6 however:
>> >> >
>> >> > Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the
>> >> > packages
>> >> > requiring it are not built anymore for EL6
>> >> >
>> >>
>> >> Well that was a piece of information you forgot to mention in your
>> >> initial
>> >> email. So now I am not entirely sure what you are trying to do. Are you
>> >> trying
>> >> to save your existing VMs when you reinstall your machine?
>> >>
>> >>
>> >> > On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels 
>> >> > wrote:
>> >> > > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
>> >> > > > Hi,
>> >> > > >
>> >> > > > Can anybody recommend me best practice upgrade path for an
>> >> > > > upgrade
>> >> > > > from
>> >> > > > oVirt 3.5 on C6 to 3.6 on C7.2?
>> >> > >
>> >> > > The answer sort of depends on what you want. Do you want no
>> >> > > downtime
>> >> > > on
>> >> > > your
>> >> > > VMs or is downtime acceptable. Also are you running hosted engine
>> >> > > or
>> >> > > not?
>> >> > >
>> >> > > This is the basic plan which can be adjusted based on what your
>> >> > > needs
>> >> > > are:
>> >> > >
>> >> > > 1. Update engine from 3.5 to 3.6 (if hosted engine might be
>> >> > > trickier,
>> >> > > not
>> >> > > sure
>> >> > > haven't played with hosted engine).
>> >> > > 2. Create a new 3.6 cluster.
>> >> > > 3. Put 1 host in maintenance (which will migrate the VMs to the
>> >> > > other
>> >> > > hosts).
>> >> > > 4. Remove the host from the DC.
>> >> > > 5. Install C7.2 on the host
>> >> > > 6. Add that host to the new 3.6 cluster.
>> >> > > 7. Optional (you can cross cluster live migrate some VMs from 6 to
>> >> > > 7
>> >> > > (just
>> >> > > not
>> >> > > the other way around, so once the VM is moved its stuck in the new
>> >> > > cluster).
>> >> > > 8. Go to 3 until all hosts are moved.
>> >> > > 9. Your 3.5 cluster should now be empty, and can be removed.
>> >> > > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters
>> >> > > exist).
>> >> > >
>> >> > > If you can have downtime, then just shut down the VMs running on
>> >> > > the
>> >> > > host
>> >> > > in
>> >> > > step 3 before putting it in maintenance. Once the host is moved to
>> >> > > the
>> >> > > new
>> >> > > cluster you can start the VMs.
>> >> > >
>> >> > > Alexander
>> >> > > ___
>> >> > > Users mailing list
>> >> > > Users@ovirt.org
>> >> > > http://lists.ovirt.org/mailman/listinfo/users
>> >>
>> >
>> >
>> >
>> > --
>> > Met vriendelijke groeten / With kind regards,
>> > Johan Kooijman
>> >
>> > ___
>> > Users mailing list
>> > Users@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/users
>> >
>>
>>
>>
>> --
>> Didi
>
>
>
>
> --
> Met vriendelijke groeten / With kind regards,
> Johan Kooijman



-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-16 Thread Johan Kooijman
Didi,

Ok, the piece of information on engine still supported on 3.6 was unknown
to me. Makes my job a lot easier.

What would be the recommended path: first upgrade the nodes to 3.6 and then
the engine? Or the other way around?

On Tue, Feb 16, 2016 at 8:45 AM, Yedidyah Bar David  wrote:

> On Tue, Feb 16, 2016 at 9:30 AM, Johan Kooijman 
> wrote:
> > Yes. I pasted the information on AIO, that was wrong on my end. I have an
> > engine running on dedicated hardware and about 20 nodes in this cluster.
> I
> > do like to upgrade without downtime :) I know how to achieve this on the
> > node-end, but since I have to go from C6 to C7, I wonder what the
> procedure
> > would be for engine.
>
> Please explain exactly what you are trying to do.
>
> Note that engine is still supported on el6.
>
> (new) Hosts are not.
>
> all-in-one is running both together, thus is not supported on el6 either.
>
> IIRC we do not have a tested procedure to upgrade the engine from C6 to C7
> yet, see also:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1234257
> https://bugzilla.redhat.com/show_bug.cgi?id=1285743
>
> Best,
>
> >
> > On Mon, Feb 15, 2016 at 9:21 PM, Alexander Wels 
> wrote:
> >>
> >> On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote:
> >> > Hi Alexander,
> >> >
> >> > Thanks for the input! My 3.5 is running on C6 however:
> >> >
> >> > Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the
> >> > packages
> >> > requiring it are not built anymore for EL6
> >> >
> >>
> >> Well that was a piece of information you forgot to mention in your
> initial
> >> email. So now I am not entirely sure what you are trying to do. Are you
> >> trying
> >> to save your existing VMs when you reinstall your machine?
> >>
> >>
> >> > On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels 
> >> > wrote:
> >> > > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
> >> > > > Hi,
> >> > > >
> >> > > > Can anybody recommend me best practice upgrade path for an upgrade
> >> > > > from
> >> > > > oVirt 3.5 on C6 to 3.6 on C7.2?
> >> > >
> >> > > The answer sort of depends on what you want. Do you want no downtime
> >> > > on
> >> > > your
> >> > > VMs or is downtime acceptable. Also are you running hosted engine or
> >> > > not?
> >> > >
> >> > > This is the basic plan which can be adjusted based on what your
> needs
> >> > > are:
> >> > >
> >> > > 1. Update engine from 3.5 to 3.6 (if hosted engine might be
> trickier,
> >> > > not
> >> > > sure
> >> > > haven't played with hosted engine).
> >> > > 2. Create a new 3.6 cluster.
> >> > > 3. Put 1 host in maintenance (which will migrate the VMs to the
> other
> >> > > hosts).
> >> > > 4. Remove the host from the DC.
> >> > > 5. Install C7.2 on the host
> >> > > 6. Add that host to the new 3.6 cluster.
> >> > > 7. Optional (you can cross cluster live migrate some VMs from 6 to 7
> >> > > (just
> >> > > not
> >> > > the other way around, so once the VM is moved its stuck in the new
> >> > > cluster).
> >> > > 8. Go to 3 until all hosts are moved.
> >> > > 9. Your 3.5 cluster should now be empty, and can be removed.
> >> > > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters
> >> > > exist).
> >> > >
> >> > > If you can have downtime, then just shut down the VMs running on the
> >> > > host
> >> > > in
> >> > > step 3 before putting it in maintenance. Once the host is moved to
> the
> >> > > new
> >> > > cluster you can start the VMs.
> >> > >
> >> > > Alexander
> >> > > ___
> >> > > Users mailing list
> >> > > Users@ovirt.org
> >> > > http://lists.ovirt.org/mailman/listinfo/users
> >>
> >
> >
> >
> > --
> > Met vriendelijke groeten / With kind regards,
> > Johan Kooijman
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
>
>
>
> --
> Didi
>



-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-15 Thread Yedidyah Bar David
On Tue, Feb 16, 2016 at 9:30 AM, Johan Kooijman  wrote:
> Yes. I pasted the information on AIO, that was wrong on my end. I have an
> engine running on dedicated hardware and about 20 nodes in this cluster. I
> do like to upgrade without downtime :) I know how to achieve this on the
> node-end, but since I have to go from C6 to C7, I wonder what the procedure
> would be for engine.

Please explain exactly what you are trying to do.

Note that engine is still supported on el6.

(new) Hosts are not.

all-in-one is running both together, thus is not supported on el6 either.

IIRC we do not have a tested procedure to upgrade the engine from C6 to C7
yet, see also:

https://bugzilla.redhat.com/show_bug.cgi?id=1234257
https://bugzilla.redhat.com/show_bug.cgi?id=1285743

Best,

>
> On Mon, Feb 15, 2016 at 9:21 PM, Alexander Wels  wrote:
>>
>> On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote:
>> > Hi Alexander,
>> >
>> > Thanks for the input! My 3.5 is running on C6 however:
>> >
>> > Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the
>> > packages
>> > requiring it are not built anymore for EL6
>> >
>>
>> Well that was a piece of information you forgot to mention in your initial
>> email. So now I am not entirely sure what you are trying to do. Are you
>> trying
>> to save your existing VMs when you reinstall your machine?
>>
>>
>> > On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels 
>> > wrote:
>> > > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
>> > > > Hi,
>> > > >
>> > > > Can anybody recommend me best practice upgrade path for an upgrade
>> > > > from
>> > > > oVirt 3.5 on C6 to 3.6 on C7.2?
>> > >
>> > > The answer sort of depends on what you want. Do you want no downtime
>> > > on
>> > > your
>> > > VMs or is downtime acceptable. Also are you running hosted engine or
>> > > not?
>> > >
>> > > This is the basic plan which can be adjusted based on what your needs
>> > > are:
>> > >
>> > > 1. Update engine from 3.5 to 3.6 (if hosted engine might be trickier,
>> > > not
>> > > sure
>> > > haven't played with hosted engine).
>> > > 2. Create a new 3.6 cluster.
>> > > 3. Put 1 host in maintenance (which will migrate the VMs to the other
>> > > hosts).
>> > > 4. Remove the host from the DC.
>> > > 5. Install C7.2 on the host
>> > > 6. Add that host to the new 3.6 cluster.
>> > > 7. Optional (you can cross cluster live migrate some VMs from 6 to 7
>> > > (just
>> > > not
>> > > the other way around, so once the VM is moved its stuck in the new
>> > > cluster).
>> > > 8. Go to 3 until all hosts are moved.
>> > > 9. Your 3.5 cluster should now be empty, and can be removed.
>> > > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters
>> > > exist).
>> > >
>> > > If you can have downtime, then just shut down the VMs running on the
>> > > host
>> > > in
>> > > step 3 before putting it in maintenance. Once the host is moved to the
>> > > new
>> > > cluster you can start the VMs.
>> > >
>> > > Alexander
>> > > ___
>> > > Users mailing list
>> > > Users@ovirt.org
>> > > http://lists.ovirt.org/mailman/listinfo/users
>>
>
>
>
> --
> Met vriendelijke groeten / With kind regards,
> Johan Kooijman
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-15 Thread Johan Kooijman
Yes. I pasted the information on AIO, that was wrong on my end. I have an
engine running on dedicated hardware and about 20 nodes in this cluster. I
do like to upgrade without downtime :) I know how to achieve this on the
node-end, but since I have to go from C6 to C7, I wonder what the procedure
would be for engine.

On Mon, Feb 15, 2016 at 9:21 PM, Alexander Wels  wrote:

> On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote:
> > Hi Alexander,
> >
> > Thanks for the input! My 3.5 is running on C6 however:
> >
> > Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the
> packages
> > requiring it are not built anymore for EL6
> >
>
> Well that was a piece of information you forgot to mention in your initial
> email. So now I am not entirely sure what you are trying to do. Are you
> trying
> to save your existing VMs when you reinstall your machine?
>
>
> > On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels 
> wrote:
> > > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
> > > > Hi,
> > > >
> > > > Can anybody recommend me best practice upgrade path for an upgrade
> from
> > > > oVirt 3.5 on C6 to 3.6 on C7.2?
> > >
> > > The answer sort of depends on what you want. Do you want no downtime on
> > > your
> > > VMs or is downtime acceptable. Also are you running hosted engine or
> not?
> > >
> > > This is the basic plan which can be adjusted based on what your needs
> are:
> > >
> > > 1. Update engine from 3.5 to 3.6 (if hosted engine might be trickier,
> not
> > > sure
> > > haven't played with hosted engine).
> > > 2. Create a new 3.6 cluster.
> > > 3. Put 1 host in maintenance (which will migrate the VMs to the other
> > > hosts).
> > > 4. Remove the host from the DC.
> > > 5. Install C7.2 on the host
> > > 6. Add that host to the new 3.6 cluster.
> > > 7. Optional (you can cross cluster live migrate some VMs from 6 to 7
> (just
> > > not
> > > the other way around, so once the VM is moved its stuck in the new
> > > cluster).
> > > 8. Go to 3 until all hosts are moved.
> > > 9. Your 3.5 cluster should now be empty, and can be removed.
> > > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters exist).
> > >
> > > If you can have downtime, then just shut down the VMs running on the
> host
> > > in
> > > step 3 before putting it in maintenance. Once the host is moved to the
> new
> > > cluster you can start the VMs.
> > >
> > > Alexander
> > > ___
> > > Users mailing list
> > > Users@ovirt.org
> > > http://lists.ovirt.org/mailman/listinfo/users
>
>


-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-15 Thread Alexander Wels
On Monday, February 15, 2016 08:21:40 PM Johan Kooijman wrote:
> Hi Alexander,
> 
> Thanks for the input! My 3.5 is running on C6 however:
> 
> Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the packages
> requiring it are not built anymore for EL6
> 

Well that was a piece of information you forgot to mention in your initial 
email. So now I am not entirely sure what you are trying to do. Are you trying 
to save your existing VMs when you reinstall your machine?


> On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels  wrote:
> > On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
> > > Hi,
> > > 
> > > Can anybody recommend me best practice upgrade path for an upgrade from
> > > oVirt 3.5 on C6 to 3.6 on C7.2?
> > 
> > The answer sort of depends on what you want. Do you want no downtime on
> > your
> > VMs or is downtime acceptable. Also are you running hosted engine or not?
> > 
> > This is the basic plan which can be adjusted based on what your needs are:
> > 
> > 1. Update engine from 3.5 to 3.6 (if hosted engine might be trickier, not
> > sure
> > haven't played with hosted engine).
> > 2. Create a new 3.6 cluster.
> > 3. Put 1 host in maintenance (which will migrate the VMs to the other
> > hosts).
> > 4. Remove the host from the DC.
> > 5. Install C7.2 on the host
> > 6. Add that host to the new 3.6 cluster.
> > 7. Optional (you can cross cluster live migrate some VMs from 6 to 7 (just
> > not
> > the other way around, so once the VM is moved its stuck in the new
> > cluster).
> > 8. Go to 3 until all hosts are moved.
> > 9. Your 3.5 cluster should now be empty, and can be removed.
> > 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters exist).
> > 
> > If you can have downtime, then just shut down the VMs running on the host
> > in
> > step 3 before putting it in maintenance. Once the host is moved to the new
> > cluster you can start the VMs.
> > 
> > Alexander
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-15 Thread Johan Kooijman
Hi Alexander,

Thanks for the input! My 3.5 is running on C6 however:

Upgrade of All-in-One on EL6 is not supported in 3.6. VDSM and the packages
requiring it are not built anymore for EL6



On Mon, Feb 15, 2016 at 3:37 PM, Alexander Wels  wrote:

> On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
> > Hi,
> >
> > Can anybody recommend me best practice upgrade path for an upgrade from
> > oVirt 3.5 on C6 to 3.6 on C7.2?
>
> The answer sort of depends on what you want. Do you want no downtime on
> your
> VMs or is downtime acceptable. Also are you running hosted engine or not?
>
> This is the basic plan which can be adjusted based on what your needs are:
>
> 1. Update engine from 3.5 to 3.6 (if hosted engine might be trickier, not
> sure
> haven't played with hosted engine).
> 2. Create a new 3.6 cluster.
> 3. Put 1 host in maintenance (which will migrate the VMs to the other
> hosts).
> 4. Remove the host from the DC.
> 5. Install C7.2 on the host
> 6. Add that host to the new 3.6 cluster.
> 7. Optional (you can cross cluster live migrate some VMs from 6 to 7 (just
> not
> the other way around, so once the VM is moved its stuck in the new
> cluster).
> 8. Go to 3 until all hosts are moved.
> 9. Your 3.5 cluster should now be empty, and can be removed.
> 10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters exist).
>
> If you can have downtime, then just shut down the VMs running on the host
> in
> step 3 before putting it in maintenance. Once the host is moved to the new
> cluster you can start the VMs.
>
> Alexander
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-15 Thread Alexander Wels
On Monday, February 15, 2016 02:40:47 PM Johan Kooijman wrote:
> Hi,
> 
> Can anybody recommend me best practice upgrade path for an upgrade from
> oVirt 3.5 on C6 to 3.6 on C7.2?

The answer sort of depends on what you want. Do you want no downtime on your 
VMs or is downtime acceptable. Also are you running hosted engine or not?

This is the basic plan which can be adjusted based on what your needs are:

1. Update engine from 3.5 to 3.6 (if hosted engine might be trickier, not sure 
haven't played with hosted engine).
2. Create a new 3.6 cluster.
3. Put 1 host in maintenance (which will migrate the VMs to the other hosts).
4. Remove the host from the DC.
5. Install C7.2 on the host
6. Add that host to the new 3.6 cluster.
7. Optional (you can cross cluster live migrate some VMs from 6 to 7 (just not 
the other way around, so once the VM is moved its stuck in the new cluster).
8. Go to 3 until all hosts are moved.
9. Your 3.5 cluster should now be empty, and can be removed.
10. Upgrade your DC to 3.6 (Can't upgrade if any lower clusters exist).

If you can have downtime, then just shut down the VMs running on the host in 
step 3 before putting it in maintenance. Once the host is moved to the new 
cluster you can start the VMs.

Alexander
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Upgrade patch 3.5 -> 3.6

2016-02-15 Thread Johan Kooijman
Hi,

Can anybody recommend me best practice upgrade path for an upgrade from
oVirt 3.5 on C6 to 3.6 on C7.2?

-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users