Moti Asayag has posted comments on this change.

Change subject: Libvirt service engagement workaround
......................................................................


Patch Set 2: (2 inline comments)

....................................................
File vdsm/vdsmd.init.in
Line 422: 
Line 423: await_libvirt_start() {
Line 424:     # Libvirt reports its service status as responsive despite
Line 425:     # its socket is not yet ready. Once issue fixed on libvirt,
Line 426:     # this workaround should be removed.
saw several bugs around the 'upstart' but not a precise one as this one.
Line 427: 
Line 428:     for i in {1..50}
Line 429:     do
Line 430:         if pgrep libvirtd > /dev/null 2>&1;


Line 459:     startout=`/sbin/initctl start libvirtd 2>&1`
Line 460:     if [[ "$?" -eq 0 || "$startout" =~ .*already\ running.* ]];
Line 461:     then
Line 462: 
Line 463:         # Begin workaround
Done
Line 464:         await_libvirt_start
Line 465:         # End workaround
Line 466: 
Line 467:         return 0


--
To view, visit http://gerrit.ovirt.org/7361
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7f6fb1ef12caeca3a47adec206b653932026634f
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Igor Lvovsky <[email protected]>
Gerrit-Reviewer: Livnat Peer <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to