[node-patches] Change in ovirt-node[master]: storage: Don't run device discovery in new thread

mburns at redhat.com mburns at redhat.com
Wed Mar 6 20:33:40 UTC 2013


Michael Burns has submitted this change and it was merged.

Change subject: storage: Don't run device discovery in new thread
......................................................................


storage: Don't run device discovery in new thread

DeviceDiscovery can not be run in another thread, because the main
thread and the discovery thread both access ovirtnpode.ovirtfunctions,
which uses module-wide variables which aren't threadsafe (aug/augeas).

Change-Id: Idc369e43e60edd64dd0448847589b9943fdd9496
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/installer/boot_device_page.py
1 file changed, 6 insertions(+), 2 deletions(-)

Approvals:
  Michael Burns: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc369e43e60edd64dd0448847589b9943fdd9496
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the node-patches mailing list