kata-containers/osbuilder

XFS (pmem1): DAX and reflink cannot be used together!

devimc opened this issue · 5 comments

disable reflink for xfs

@devimc Can you add some more details to this issue? What errors were you seeing when using pmem device?

@amshinde

XFS (pmem1): DAX and reflink cannot be used together!

I only see this

@amshinde , @devimc, the limitation is mentioned in the mkfs.xfs manual page: http://man7.org/linux/man-pages/man8/mkfs.xfs.8.html

                          Note: the filesystem DAX mount option ( -o dax )
                          is incompatible with reflink-enabled XFS
                          filesystems.  To use filesystem DAX with XFS,
                          specify the -m reflink=0 option to mkfs.xfs to
                          disable the reflink feature.

@fidencio Thanks for the reference!

Need to forward port to 2.0.