Skip to content

Commit

Permalink
fix: remove dsync #7990
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Aug 12, 2024
1 parent f65d2be commit f168ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskfiles/Bootstrap/resources/rook-disk-job.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
args:
- apk add --no-cache sgdisk util-linux util-linux-misc parted device-mapper;
sgdisk --zap-all ${disk};
dd if=/dev/zero of=${disk} bs=1M count=100 oflag=direct,dsync;
dd if=/dev/zero of=${disk} bs=1M count=100 oflag=direct;
blkdiscard ${disk};
partprobe ${disk};
securityContext:
Expand Down

0 comments on commit f168ab1

Please sign in to comment.