diff options
author | George Melikov <[email protected]> | 2017-04-20 23:05:39 +0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-04-20 12:05:39 -0700 |
commit | 3e67c38c3457989fc212bea8361adf9f38a51452 (patch) | |
tree | 762d6074f03dbfcc3770929ebd58707340099c1a /cmd/zfs | |
parent | ad7e908ad52b96edf52167670b970483c3c2b95a (diff) |
zfs_receive_010_pos: change dd arguments
The `dd` command as written will not create a hole in the file.
Additionally, the `stride` argument isn't understood by `dd` so
it's replaced with `seek` which isn't equivilant but will result in
a single whole which is sufficient for the test case. Finally,
`conv=notrunc` is added to avoid truncating the file.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #6023
Diffstat (limited to 'cmd/zfs')
0 files changed, 0 insertions, 0 deletions