summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/nova-baremetal-deploy-helper1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/nova-baremetal-deploy-helper b/bin/nova-baremetal-deploy-helper
index 0d2d21984..756305776 100755
--- a/bin/nova-baremetal-deploy-helper
+++ b/bin/nova-baremetal-deploy-helper
@@ -121,6 +121,7 @@ def dd(src, dst):
'if=%s' % src,
'of=%s' % dst,
'bs=1M',
+ 'oflag=direct',
run_as_root=True,
check_exit_code=[0])