Created attachment 695761 [details] log Description of problem: we seem to be missing a file which in dbscripts directory. speaking to Alex, since rhevm-upgrade cleans the zombie tasks before upgrade we are trying to run a file which does not yet exists (since its downloaded when installing the new packages). as a resulte we are getting the following error when trying to upgrade to si27: 2013-02-10 14:39:27::ERROR::rhevm-upgrade::1498::root:: Traceback (most recent call last): File "/usr/bin/rhevm-upgrade", line 1491, in <module> main(options) File "/usr/bin/rhevm-upgrade", line 1342, in main checkRunningTasks() File "/usr/bin/rhevm-upgrade", line 1069, in checkRunningTasks if zombie_tasks_found(): File "/usr/bin/rhevm-upgrade", line 936, in zombieTasksFound msg="Can't get zombie async tasks", File "/usr/share/ovirt-engine/scripts/common_utils.py", line 363, in execCmd env=env, File "/usr/lib64/python2.6/subprocess.py", line 639, in __init__ errread, errwrite) File "/usr/lib64/python2.6/subprocess.py", line 1228, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Version-Release number of selected component (if applicable): si26.1 -> si27 How reproducible: 100% Steps to Reproduce: 1. install si26.1 2. try to upgrade to si27 3. Actual results: we fail to upgrade since rhevm-upgrade is trying to use a script which is not yet downloaded. Expected results: we should succeed update Additional info: upgrade log
*** This bug has been marked as a duplicate of bug 909097 ***