Skip to content

Commit

Permalink
cp-reflink: re-enable it
Browse files Browse the repository at this point in the history
It's been a while since we've disabled reflink. Let's re-enable it for
space efficiency and we'll find out if the issue has been fixed or not.

Closes: #941
  • Loading branch information
jlebon committed Oct 16, 2023
1 parent 9b0e7e8 commit cc605eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cp-reflink
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/bash
# XXX: disable reflinks for now due to possible corruption:
# https://github.com/coreos/coreos-assembler/pull/935
exec cp -a --reflink=never "$@"
exec cp -a --reflink=auto "$@"

0 comments on commit cc605eb

Please sign in to comment.