mirror of
https://github.com/ceph/ceph
synced 2025-02-16 07:17:21 +00:00
Merge pull request #31479 from rishabh-d-dave/cv-dd-sync
ceph-volume: use fsync for dd command
This commit is contained in:
commit
037fe019b4
@ -66,6 +66,7 @@ def zap_data(path):
|
||||
'of={path}'.format(path=path),
|
||||
'bs=1M',
|
||||
'count=10',
|
||||
'conv=fsync'
|
||||
])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user