[gpfsug-discuss] Moving data between dependent filesets

Sundermann, Jan Erik (SCC) jan.sundermann at kit.edu
Mon Aug 5 17:01:10 BST 2019


Dear all,

I am trying to understand how to move data efficiently between filesets sharing the same inode space. I have an independent fileset fs1 which contains data that I would like to move to a newly created dependent fileset fs2. fs1 and fs2 are sharing the same inode space. Apparently calling mv is copying the data instead of just moving it. Using strace on mv prints lines like 

	renameat2(AT_FDCWD, "subdir1/file257", AT_FDCWD, "../filesettest/subdir1/file257", 0) = -1 EXDEV (Invalid cross-device link)


Is there an efficient way to move the data between the filesets fs1 and fs2?


Best regards
Jan Erik

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5102 bytes
Desc: not available
URL: <http://gpfsug.org/pipermail/gpfsug-discuss_gpfsug.org/attachments/20190805/f6952d2e/attachment-0001.bin>


More information about the gpfsug-discuss mailing list