Instead of calling a nonexistent python script.

Signed-off-by: Ben Lipton <[email protected]>
---
 p2v-transfer/p2v_transfer.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/p2v-transfer/p2v_transfer.py b/p2v-transfer/p2v_transfer.py
index 6f19313..9773244 100755
--- a/p2v-transfer/p2v_transfer.py
+++ b/p2v-transfer/p2v_transfer.py
@@ -297,9 +297,7 @@ def RunFixScripts(client):
   @param client: SSH client object used to connect to the instance.
 
   """
-  #commands = fix_scripts.GetCommandsForOS("debian")
-  #commands.run(client)
-  _RunCommandAndWait(client, "/usr/lib/ganeti/fixes/run_fixes.py")
+  _RunCommandAndWait(client, "run-parts /usr/lib/ganeti/fixes")
 
 
 def UnmountSourceFilesystems():
-- 
1.7.3.1

Reply via email to