On Thu, Jul 30, 2020 at 1:30 PM Yedidyah Bar David <
didi@redhat.com> wrote:
On Thu, Jul 30, 2020 at 1:20 PM Alex K <rightkicktech@gmail.com> wrote:
>
>
>
> On Thu, Jul 30, 2020 at 12:56 PM Yedidyah Bar David <didi@redhat.com> wrote:
>>
>> On Thu, Jul 30, 2020 at 12:42 PM Alex K <rightkicktech@gmail.com> wrote:
>> >
>> >
>> >
>> > On Thu, Jul 30, 2020 at 12:01 PM Yedidyah Bar David <didi@redhat.com> wrote:
>> >>
>> >> On Thu, Jul 30, 2020 at 11:30 AM Alex K <rightkicktech@gmail.com> wrote:
>> >>>
>> >>>
>> >>>
>> >>> On Tue, Jul 28, 2020 at 11:51 AM Anton Louw via Users <users@ovirt.org> wrote:
>> >>>>
>> >>>>
>> >>>>
>> >>>> Hi All,
>> >>>>
>> >>>>
>> >>>>
>> >>>> Does somebody perhaps know the process of changing the Hosted Engine IP address? I see that it is possible, I am just not sure if it is a straight forward process using ‘nmtui’ or editing the network config file. I have also ensured that everything was configured using the FQDN.
>> >>>
>> >>> Since the FQDN is not changing you should not have issues just updating your DNS then changing manually the engine IP from the ifcfg-ethx files then restart networking.
>> >>> What i find difficult and perhaps impossible is to change engine FQDN, as one will need to regenerate all certs from scratch (otherwise you will have issues with several services: imageio proxy, OVN, etc) and there is no such procedure documented/or supported.
>> >>
>> >>
>> >> I wonder - how/what did you search for, that led you to this conclusion? Or perhaps you even found it explicitly written somewhere?
>> >
>> > Searching around and testing in LAB. I am testing 4.3 though not 4.4. I used engine-rename tool and although was able to change fqdn for hosts and engine, I observed that some certificates were left out (for example OVN was still complaining about certificate issue with subject name not agreeing with the new FQDN - checking/downloading the relevant cert was still showing the previous FQDN). I do not deem successful the renaming of not all services are functional.
>>
>> Very well.
>>
>> I'd find your above statement less puzzling if you wrote instead "...
>> and the procedure for doing this is buggy/broken/incomplete"...
>
> I'm sorry for the confusion.
No problem :-)
>>
>>
>> >>
>> >>
>> >> There actually is:
>> >>
>> >>
>> >> https://www.ovirt.org/documentation/administration_guide/#sect-The_oVirt_Engine_Rename_Tool
>> >
>> >
>> > At this same link it reads:
>> > While the ovirt-engine-rename command creates a new certificate for the web server on which the Engine runs, it does not affect the certificate for the Engine or the certificate authority. Due to this, there is some risk involved in using the ovirt-engine-rename command, particularly in environments that have been upgraded from Red Hat Enterprise Virtualization 3.2 and earlier. Therefore, changing the fully qualified domain name of the Engine by running engine-cleanup and engine-setup is recommended where possible.
>> > explaining my above findings from the tests.
>>
>> No. These are two different things:
>>
>> 1. Bugs. All software has bugs. Hopefully we fix them over time. If
>> you find one, please file it.
>>
>> 2. Inherent design (or other) problems - the software works as
>> intended, but that's not what you want...
>
> I do not intend to blame anyone. I really appreciate the work you all are doing with this great project and understand that the community stream may have bugs and rough edges or simply I might not be well informed.
>>
>>
>> See also:
>>
>> https://www.ovirt.org/develop/networking/changing-engine-hostname.html
>>
>> >>
>> >>
>> >> That said, it indeed was somewhat broken for some time now - some fixed were only added quite recently, and are available only in current 4.4:
>> >
>> > This is interesting and needed for migration scenarios.
>>
>> Can you please elaborate?
>
> I am thinking about a scenario where one will need to migrate a DC from one FQDN to a completely new one (say I currently have host1.domain1.com, host2.domain1.com, engine.domain1.com and want to switch to host1.domain2.com, host2.domain2.com, engine.domain2.com) I am currently facing one such need. I need to migrate existing DC from domain1.com to domain2.com. Tried the engine-rename tool and changed IPs of engine and hosts but observed the OVN certificate issue with 4.3. In case this is sorted with 4.4 then I will see if this resolves my issue.
These are _names_, for the same machines, right? I'd call it a rename,
then, not a migration.
Indeed. It is a rename. Same dc/cluster with different names. (my setup is one DC which has one cluster)
If it's migration (you have two sets of physical machines, and want to
migrate the VMs from one set to the other), indeed using storage
import is simpler (perhaps using the DR tool/doc).
I tested a storage domain import at a 4.3 virtual test environment at same renamed DC/cluster and found out that the VM snapshots where not retained.
I have no idea - please start a new thread, or file a bug and attach relevant logs. Thanks.
The steps I followed for the rename and data storage import are the following:
Assumptions:
We have an ovirt cluster (v4.3) with two hosts named v0 and v1.
Also the "vms" storage domain does have the guest VMs. The guest VMs do have disk snapshots.
Steps:
1. Set v1 ovirt host at maintenance then remove it.
2. At v1 install fresh CentOS7 using the new FQDN
You mean you have gluster on separate disks and do not wipe them during reinstall, I guess. Reasonable, but a bit risky, depending on exactly how you do this.
If this is important, I'd consider doing a test (perhaps with a copy of your real data, if possible), and see that I can restore everything from v1 after this reinstallation (e.g. for the case where v0 dies right after or during the reinstallation).
Or perhaps you mean that you do wipe everything? This means you have no storage replication for the duration of the process (which probably takes several hours?).