From Dan Kenigsberg danken@redhat.com:
Dan Kenigsberg has submitted this change and it was merged. ( https://gerrit.ovirt.org/78799 )
Change subject: mailbox: Make run() private ......................................................................
mailbox: Make run() private
The run() method of the mailbox threads is not part of the interface; it is used as the thread target function, and it should not be invoked by any other code. Rename the methods to make this clear.
Change-Id: Ie954296eb54341c9277d05819660ccf86d89828d Signed-off-by: Nir Soffer nsoffer@redhat.com --- M lib/vdsm/storage/mailbox.py 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: Adam Litke: Looks good to me, approved Nir Soffer: Verified Jenkins CI: Passed CI tests Freddy Rolland: Looks good to me, but someone else must approve
vdsm-patches@lists.fedorahosted.org