Dan Kenigsberg has posted comments on this change.

Change subject: vdsm: Use virsh to check if libvirt is up
......................................................................


Patch Set 1: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File vdsm/vdsmd.init.in
Line 402: 
Line 403:     for i in {1..50}
Line 404:     do
Line 405:         if virsh -r version > /dev/null 2>&1 &&
Line 406:                 pgrep libvirtd > /dev/null 2>&1; then
I think that `pgrep ` is another ibvirt implementaion detail we can do without. 
right?
Line 407:             return 0
Line 408:         fi
Line 409:         sleep 0.2
Line 410:     done


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic2844070ca0816525851b3b495b3dfe3096058a9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]>
Gerrit-Reviewer: Igor Lvovsky <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to