Change in vdsm[master]: migration: coalesce join() into stop()

2016-10-26 Thread fromani
Francesco Romani has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 8: Code-Review-1 Verified-1 controversial, needs more work -- To view, visit https://gerrit.ovirt.org/62

Change in vdsm[master]: migration: coalesce join() into stop()

2016-10-26 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 8: * Update Tracker::IGNORE, no bug url/s found * Check Bug-Url::IGNORE, no bug url/s found * Check Public Bug

Change in vdsm[master]: migration: coalesce join() into stop()

2016-10-25 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 7: * Update Tracker::IGNORE, no bug url/s found * Check Bug-Url::IGNORE, not relevant for branch: master * Che

Change in vdsm[master]: migration: coalesce join() into stop()

2016-10-16 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 6: * Update Tracker::IGNORE, no bug url/s found * Check Bug-Url::IGNORE, not relevant for branch: master * Che

Change in vdsm[master]: migration: coalesce join() into stop()

2016-09-13 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 5: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: migration: coalesce join() into stop()

2016-08-29 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 4: Code-Review-1 (1 comment) https://gerrit.ovirt.org/#/c/62587/4/vdsm/virt/migration.py File vdsm/virt/migrati

Change in vdsm[master]: migration: coalesce join() into stop()

2016-08-29 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 4: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: migration: coalesce join() into stop()

2016-08-24 Thread mzamazal
Milan Zamazal has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 3: Code-Review+1 Good idea. -- To view, visit https://gerrit.ovirt.org/62587 To unsubscribe, visit https://

Change in vdsm[master]: migration: coalesce join() into stop()

2016-08-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: migration: coalesce join() into stop()

2016-08-19 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: migration: coalesce join() into stop()

2016-08-19 Thread automation
gerrit-hooks has posted comments on this change. Change subject: migration: coalesce join() into stop() .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matche

Change in vdsm[master]: migration: coalesce join() into stop()

2016-08-19 Thread fromani
Francesco Romani has uploaded a new change for review. Change subject: migration: coalesce join() into stop() .. migration: coalesce join() into stop() we always call join() after stop(), so coalesce the two method in stop(). Do