styr at free.fr
2011-Jun-15 10:17 UTC
[Lustre-discuss] Error when mv from Lustre to system
Hi Lustre subscribers, I have a problem which seems related to the discussion http://groups.google.com/group/lustre-discuss-list/browse_thread/thread/1092ff06ae1fb58f/82695528cc76ced6?lnk=gst&q=error+mv#82695528cc76ced6 But it happens on SLES nodes with no selinux. When I try to mv a file from Lustre to the system of a node, I have this error : mv: setting attributes for `/tmp/foo'': Operation not supported But the file or directory is correctly moved from lustre to /tmp/foo. I''m using Lustre 1.8.5 on SLES 11SP1 nodes, and SLES 10 OSS and MDS. Do you have any clue? Thanks, -- Jay N.
SLES cp and mv try to preserve xattrs, but I suspect they get an error when trying to copy the lustre.lov xattr to a non-Lustre filesystem. The message is just letting you know that some attributes are not copied, but hopefully this does not cause the mv to return an error code. Cheers, Andreas On 2011-06-15, at 4:17 AM, styr at free.fr wrote:> Hi Lustre subscribers, > > I have a problem which seems related to the discussion http://groups.google.com/group/lustre-discuss-list/browse_thread/thread/1092ff06ae1fb58f/82695528cc76ced6?lnk=gst&q=error+mv#82695528cc76ced6 > > But it happens on SLES nodes with no selinux. > > When I try to mv a file from Lustre to the system of a node, I have this error : > mv: setting attributes for `/tmp/foo'': Operation not supported > > But the file or directory is correctly moved from lustre to /tmp/foo. > > I''m using Lustre 1.8.5 on SLES 11SP1 nodes, and SLES 10 OSS and MDS. > > Do you have any clue? > > Thanks, > > -- > > Jay N. > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss
Christian Becker
2011-Jun-15 17:53 UTC
[Lustre-discuss] Error when mv from Lustre to system
Andreas Dilger wrote:> SLES cp and mv try to preserve xattrs, but I suspect they get an error when trying to copy the lustre.lov xattr to a non-Lustre filesystem. > > The message is just letting you know that some attributes are not copied, but hopefully this does not cause the mv to return an error code. >To disable this warning, add the following line lustre.lov skip to the file /etc/xattr.conf. Works fine for us. best regards, Christian> Cheers, Andreas > > On 2011-06-15, at 4:17 AM, styr at free.fr wrote: > >> Hi Lustre subscribers, >> >> I have a problem which seems related to the discussion http://groups.google.com/group/lustre-discuss-list/browse_thread/thread/1092ff06ae1fb58f/82695528cc76ced6?lnk=gst&q=error+mv#82695528cc76ced6 >> >> But it happens on SLES nodes with no selinux. >> >> When I try to mv a file from Lustre to the system of a node, I have this error : >> mv: setting attributes for `/tmp/foo'': Operation not supported >> >> But the file or directory is correctly moved from lustre to /tmp/foo. >> >> I''m using Lustre 1.8.5 on SLES 11SP1 nodes, and SLES 10 OSS and MDS. >> >> Do you have any clue? >> >> Thanks, >> >> -- >> >> Jay N. >> _______________________________________________ >> Lustre-discuss mailing list >> Lustre-discuss at lists.lustre.org >> http://lists.lustre.org/mailman/listinfo/lustre-discuss > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss
styr at free.fr
2011-Jun-16 08:40 UTC
[Lustre-discuss] Error when mv from Lustre to system
It works. :) Thanks Christian and Andreas for your time. ----- Mail Original ----- De: "Christian Becker" <christian.becker at math.tu-dortmund.de> ?: "Andreas Dilger" <adilger at whamcloud.com> Cc: styr at free.fr, lustre-discuss at lists.lustre.org Envoy?: Mercredi 15 Juin 2011 19h53:54 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [Lustre-discuss] Error when mv from Lustre to system Andreas Dilger wrote:> SLES cp and mv try to preserve xattrs, but I suspect they get an error when trying to copy the lustre.lov xattr to a non-Lustre filesystem. > > The message is just letting you know that some attributes are not copied, but hopefully this does not cause the mv to return an error code. >To disable this warning, add the following line lustre.lov skip to the file /etc/xattr.conf. Works fine for us. best regards, Christian> Cheers, Andreas > > On 2011-06-15, at 4:17 AM, styr at free.fr wrote: > >> Hi Lustre subscribers, >> >> I have a problem which seems related to the discussion http://groups.google.com/group/lustre-discuss-list/browse_thread/thread/1092ff06ae1fb58f/82695528cc76ced6?lnk=gst&q=error+mv#82695528cc76ced6 >> >> But it happens on SLES nodes with no selinux. >> >> When I try to mv a file from Lustre to the system of a node, I have this error : >> mv: setting attributes for `/tmp/foo'': Operation not supported >> >> But the file or directory is correctly moved from lustre to /tmp/foo. >> >> I''m using Lustre 1.8.5 on SLES 11SP1 nodes, and SLES 10 OSS and MDS. >> >> Do you have any clue? >> >> Thanks, >> >> -- >> >> Jay N. >> _______________________________________________ >> Lustre-discuss mailing list >> Lustre-discuss at lists.lustre.org >> http://lists.lustre.org/mailman/listinfo/lustre-discuss > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss