[ovirt-devel] [rhev-devel] [IMPORTANT] getting rid of our implementation of UUID generation in 4.2.1

Dafna Ron dron at redhat.com
Tue Jan 16 15:41:59 UTC 2018


Hi,

We are failing to run latest ds-OST job on missing package that I think is
related to this change:

http://pastebin.test.redhat.com/547234

Full log:

https://rhv-devops-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/ds-ovirt-system-tests_rhv-suite-master/254/consoleFull

Thanks,
Dafna


On Tue, Jan 16, 2018 at 2:50 PM, Eyal Edri <eedri at redhat.com> wrote:

> It looks like it failed all post merge engine jobs:
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_build-
> artifacts-el7-x86_64/6408/
>
> On Tue, Jan 16, 2018 at 3:52 PM, Eli Mesika <emesika at redhat.com> wrote:
>
>> Hi Guys
>>
>> Please note that this patch was merged .
>> You should follow all steps described in the original email
>>
>> If you have any questions or problems, please contact me
>>
>> Eli
>>
>> On Tue, Dec 12, 2017 at 12:11 PM, Eli Mesika <emesika at redhat.com> wrote:
>>
>>> Hi
>>>
>>> We had decided to drop our UUID generation function from DB in 4.2.1 and
>>> use the one provided by PG (using an extension)
>>> Please note that once this patch [1] is merged , you will have to do the
>>> following steps in your env in order that it will continue working.
>>>
>>> 1) make sure that the postgresql-contrib is installed on your machine
>>> (yum/dnf install postgresql-contrib -y)
>>> 2) run the following command from psql prompt while logging in with a DB
>>> admin (postgres) user
>>>      a) DROP FUNCTION IF EXISTS uuid_generate_v1();
>>>      b) CREATE EXTENSION "uuid-ossp";'
>>> 3) validate from psql prompt by :
>>>
>>> # select *  from pg_available_extensions where name = 'uuid-ossp' and
>>> installed_version IS NOT NULL;
>>>
>>> You should get the following result
>>>
>>> -[ RECORD 1 ]-----+------------------------------------------------
>>> name              | uuid-ossp
>>> default_version   | 1.0
>>> installed_version | 1.0
>>> comment           | generate universally unique identifiers (UUIDs)
>>>
>>> Please contact me for any questions or problems you encounter after this
>>> patch is merged to master.
>>>
>>> [1] https://gerrit.ovirt.org/#/c/84832/
>>>
>>>
>>> Thanks
>>>
>>> Eli Mesika
>>>
>>
>>
>
>
> --
>
> Eyal edri
>
>
> MANAGER
>
> RHV DevOps
>
> EMEA VIRTUALIZATION R&D
>
>
> Red Hat EMEA <https://www.redhat.com/>
> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> phone: +972-9-7692018 <+972%209-769-2018>
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/devel/attachments/20180116/6df52049/attachment-0001.html>


More information about the Devel mailing list