Merge pull request #31479 from rishabh-d-dave/cv-dd-sync

ceph-volume: use fsync for dd command
This commit is contained in:
Jan Fajerski 2019-11-08 14:01:29 +01:00 committed by GitHub
commit 037fe019b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ def zap_data(path):
'of={path}'.format(path=path),
'bs=1M',
'count=10',
'conv=fsync'
])