Skip to content

Commit cc605eb

Browse files
committed
cp-reflink: re-enable it
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
1 parent 9b0e7e8 commit cc605eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cp-reflink

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/bash
2-
# XXX: disable reflinks for now due to possible corruption:
3-
# https://github.com/coreos/coreos-assembler/pull/935
4-
exec cp -a --reflink=never "$@"
2+
exec cp -a --reflink=auto "$@"

0 commit comments

Comments
 (0)