zfs-linux / zfs

Native ZFS for Linux
http://wiki.github.com/behlendorf/zfs/
Other
56 stars 2 forks source link

mkstemp: Invalid argument (22) #121

Closed blind-oracle closed 13 years ago

blind-oracle commented 13 years ago

When syncing over network to the ZFS directory, rsync gives errors such as these:

rsync: mkstemp "/mnt/zfscrypto/backup/artek/daily/src/linux-2.6.37.1/arch/x86/xen/.grant-table.c.M3yjUY" failed: Invalid argument (22) rsync: mkstemp "/mnt/zfscrypto/backup/artek/daily/src/linux-2.6.37.1/arch/x86/xen/.irq.c.rllWlp" failed: Invalid argument (22) rsync: mkstemp "/mnt/zfscrypto/backup/artek/daily/src/linux-2.6.37.1/arch/x86/xen/.mmu.c.wmZANP" failed: Invalid argument (22) rsync: mkstemp "/mnt/zfscrypto/backup/artek/daily/src/linux-2.6.37.1/arch/x86/xen/.mmu.h.TT2Cfg" failed: Invalid argument (22)

I'm using latest GIT version of SPL/ZFS/LZFS and kernel 2.6.37.1

blind-oracle commented 13 years ago

Okay, it was because i had 'xattr' ZFS option turned off...