glusterevents daemon fails after upgrade from 4.2.8 to 4.3

I upgraded some nodes from 4.28 to 4.3 and now when I look at the cockpit "services" tab I see a red failure for Gluster Events Notifier and clicking through I get these messages below. 14:00 glustereventsd.service failed. systemd 14:00 Unit glustereventsd.service entered failed state. systemd 14:00 glustereventsd.service: main process exited, code=exited, status=1/FAILURE systemd 14:00 ValueError: Attempted relative import in non-package glustereventsd 14:00 from .eventsapiconf import (LOG_FILE, glustereventsd 14:00 File "/usr/libexec/glusterfs/events/utils.py", line 29, in <module> glustereventsd 14:00 import utils glustereventsd 14:00 File "/usr/libexec/glusterfs/events/handlers.py", line 12, in <module> glustereventsd 14:00 import handlers glustereventsd 14:00 File "/usr/sbin/glustereventsd", line 24, in <module> glustereventsd

+Aravinda Vishwanathapura Krishna Murthy can you take a look? oVirt 4.3 has Gluster 5 On Wed, Feb 6, 2019 at 7:35 PM Edward Berger <edwberger@gmail.com> wrote:
I upgraded some nodes from 4.28 to 4.3 and now when I look at the cockpit "services" tab I see a red failure for Gluster Events Notifier and clicking through I get these messages below.
14:00 glustereventsd.service failed. systemd 14:00 Unit glustereventsd.service entered failed state. systemd 14:00 glustereventsd.service: main process exited, code=exited, status=1/FAILURE systemd 14:00 ValueError: Attempted relative import in non-package glustereventsd 14:00 from .eventsapiconf import (LOG_FILE, glustereventsd 14:00 File "/usr/libexec/glusterfs/events/utils.py", line 29, in <module> glustereventsd 14:00 import utils glustereventsd 14:00 File "/usr/libexec/glusterfs/events/handlers.py", line 12, in <module> glustereventsd 14:00 import handlers glustereventsd 14:00 File "/usr/sbin/glustereventsd", line 24, in <module> glustereventsd _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/K6N5EWVRPYRAXB...

Looks like Python 3 porting issue. I will work on the fix soon. Thanks On Thu, 2019-02-07 at 13:27 +0530, Sahina Bose wrote:
+Aravinda Vishwanathapura Krishna Murthy can you take a look? oVirt 4.3 has Gluster 5
On Wed, Feb 6, 2019 at 7:35 PM Edward Berger <edwberger@gmail.com> wrote:
I upgraded some nodes from 4.28 to 4.3 and now when I look at the cockpit "services" tab I see a red failure for Gluster Events Notifier and clicking through I get these messages below.
14:00 glustereventsd.service failed. systemd 14:00 Unit glustereventsd.service entered failed state. systemd 14:00 glustereventsd.service: main process exited, code=exited, status=1/FAILURE systemd 14:00 ValueError: Attempted relative import in non-package glustereventsd 14:00 from .eventsapiconf import (LOG_FILE, glustereventsd 14:00 File "/usr/libexec/glusterfs/events/utils.py", line 29, in <module> glustereventsd 14:00 import utils glustereventsd 14:00 File "/usr/libexec/glusterfs/events/handlers.py", line 12, in <module> glustereventsd 14:00 import handlers glustereventsd 14:00 File "/usr/sbin/glustereventsd", line 24, in <module> glustereventsd _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/K6N5EWVRPYRAXB... -- regards Aravinda

On Fri, Feb 8, 2019 at 11:31 AM Aravinda <avishwan@redhat.com> wrote:
Looks like Python 3 porting issue. I will work on the fix soon. Thanks
Do we have a bug in gluster to track this?
On Thu, 2019-02-07 at 13:27 +0530, Sahina Bose wrote:
+Aravinda Vishwanathapura Krishna Murthy can you take a look? oVirt 4.3 has Gluster 5
On Wed, Feb 6, 2019 at 7:35 PM Edward Berger <edwberger@gmail.com> wrote:
I upgraded some nodes from 4.28 to 4.3 and now when I look at the cockpit "services" tab I see a red failure for Gluster Events Notifier and clicking through I get these messages below.
14:00 glustereventsd.service failed. systemd 14:00 Unit glustereventsd.service entered failed state. systemd 14:00 glustereventsd.service: main process exited, code=exited, status=1/FAILURE systemd 14:00 ValueError: Attempted relative import in non-package glustereventsd 14:00 from .eventsapiconf import (LOG_FILE, glustereventsd 14:00 File "/usr/libexec/glusterfs/events/utils.py", line 29, in <module> glustereventsd 14:00 import utils glustereventsd 14:00 File "/usr/libexec/glusterfs/events/handlers.py", line 12, in <module> glustereventsd 14:00 import handlers glustereventsd 14:00 File "/usr/sbin/glustereventsd", line 24, in <module> glustereventsd _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/K6N5EWVRPYRAXB... -- regards Aravinda

Il giorno lun 11 feb 2019 alle ore 08:11 Sahina Bose <sabose@redhat.com> ha scritto:
On Fri, Feb 8, 2019 at 11:31 AM Aravinda <avishwan@redhat.com> wrote:
Looks like Python 3 porting issue. I will work on the fix soon. Thanks
Do we have a bug in gluster to track this?
Please add it to the tracker: https://bugzilla.redhat.com/show_bug.cgi?id=1677319
On Thu, 2019-02-07 at 13:27 +0530, Sahina Bose wrote:
+Aravinda Vishwanathapura Krishna Murthy can you take a look? oVirt 4.3 has Gluster 5
On Wed, Feb 6, 2019 at 7:35 PM Edward Berger <edwberger@gmail.com> wrote:
I upgraded some nodes from 4.28 to 4.3 and now when I look at the cockpit "services" tab I see a red failure for Gluster Events Notifier and clicking through I get these messages below.
14:00 glustereventsd.service failed. systemd 14:00 Unit glustereventsd.service entered failed state. systemd 14:00 glustereventsd.service: main process exited, code=exited, status=1/FAILURE systemd 14:00 ValueError: Attempted relative import in non-package glustereventsd 14:00 from .eventsapiconf import (LOG_FILE, glustereventsd 14:00 File "/usr/libexec/glusterfs/events/utils.py", line 29, in <module> glustereventsd 14:00 import utils glustereventsd 14:00 File "/usr/libexec/glusterfs/events/handlers.py", line 12, in <module> glustereventsd 14:00 import handlers glustereventsd 14:00 File "/usr/sbin/glustereventsd", line 24, in <module> glustereventsd _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/K6N5EWVRPYRAXB...
-- regards Aravinda
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/6EKAE54IAMA5ZF...
-- SANDRO BONAZZOLA MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV Red Hat EMEA <https://www.redhat.com/> sbonazzo@redhat.com <https://red.ht/sig>

Now play a game with your friends and also with your family members because http://fireboywatergirl.me here in this game all gamer can play this game because it so easy for us.

Thank you so much for this site.
participants (5)
-
Aravinda
-
Edward Berger
-
Sahina Bose
-
Sandro Bonazzola
-
shubhamrock19998@gmail.com