Linux NFS development
 help / color / mirror / Atom feed
* øåöä ìäéåú îìê ìéåí àçã ?
@ 2006-07-04 12:43 ìéàú
  0 siblings, 0 replies; 14+ messages in thread
From: ìéàú @ 2006-07-04 12:43 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1: Type: text/html, Size: 1319 bytes --]

[-- Attachment #1.2: seagal_new_3_01.jpg --]
[-- Type: image/jpeg, Size: 35194 bytes --]

[-- Attachment #1.3: seagal_new_3_02.jpg --]
[-- Type: image/jpeg, Size: 3677 bytes --]

[-- Attachment #1.4: seagal_new_3_03.jpg --]
[-- Type: image/jpeg, Size: 11795 bytes --]

[-- Attachment #1.5: seagal_new_3_04.jpg --]
[-- Type: image/jpeg, Size: 2624 bytes --]

[-- Attachment #1.6: seagal_new_3_05.jpg --]
[-- Type: image/jpeg, Size: 9668 bytes --]

[-- Attachment #1.7: seagal_new_3_06.jpg --]
[-- Type: image/jpeg, Size: 2388 bytes --]

[-- Attachment #1.8: seagal_new_3_07.jpg --]
[-- Type: image/jpeg, Size: 5422 bytes --]

[-- Attachment #1.9: seagal_new_3_08.jpg --]
[-- Type: image/jpeg, Size: 2642 bytes --]

[-- Attachment #1.10: seagal_new_3_09.jpg --]
[-- Type: image/jpeg, Size: 17057 bytes --]

[-- Attachment #2: Type: text/plain, Size: 299 bytes --]

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <1450527224.97.1352925325502.JavaMail.root@thunderbeast.private.linuxbox.com>]
* Re: xattr support in NFS?
@ 2012-11-14 20:13 Matt W. Benjamin
  2012-11-14 20:24 ` ! Myklebust, Trond
  0 siblings, 1 reply; 14+ messages in thread
From: Matt W. Benjamin @ 2012-11-14 20:13 UTC (permalink / raw)
  To: Trond Myklebust
  Cc: DENIEL Philippe, Tomasz Chmielewski, linux-nfs, tigran mkrtchyan

Hi,

feature - yes, an xattr like interface (though with NFSv4, I think I've tended to somewhat conflate in my mind the notions of xattr and named attribute, sorry).

Well, that's the thing.  An interface like xattr is generative.  I don't think the ceiling on use cases is desktop search programs.  The potential utility of the feature is something that comes to light over time, when you know you have the functionality available.  For example, the Ceph developers came up recently with an algorithm to store information related to links in a special xattr.  We've thought of exposing file checksum information as attributes.  My sense of how many potential uses there may be is related mostly, as with Tigran's remark, to the number of times I've heard someone say, "we could solve that with an xattr/named attribute."

You've said that xattrs and named attributes are completely different, but notwithstanding that, there seems to be logically quite a bit of overlap.  Clearly, the fact that the NFS protocol treats named attributes as subfiles is a detail that the client need not expose to applications.  It also seems as if an xattr interface is convenient for interacting with at a subset of named attributes (ones with tractable length names/values).  I mean, as I note, this is the proplist, and that has been a very successful interface in a lot of systems, going back a -long- ways.

Matt

----- "Trond Myklebust" <Trond.Myklebust@netapp.com> wrote:

> On Wed, 2012-11-14 at 10:20 -0500, Matt W. Benjamin wrote:
> > Actually, that reasoning sounds a little like a concession that the
> feature should be blocked precisely because it may be tremendously
> popular (useful).  I don't think the argument that proplists can be
> the building blocks for new system--but also
> application--functionality is a good argument against them.
> 
> What feature? The xattr interface? Before declaring it a major
> success
> story, you might want to consider that it has been implemented on
> several major Linux filesystems for more that 10 years, yet is used
> by
> only a handful of (non-portable) applications.
> 
> The main use-cases that I'm aware of are:
>       * Storage for ACLs.
>       * Storage for security labels.
>       * Samba uses xattrs for storing various per-file control
>         structures, when xattrs are supported by the underlying
>         filesystem.
>       * Storage for file search tags for use by programs such as
>         "beagle" and "tracker".
> 
> Both ACLs and security labels are already covered by the NFS
> protocol.
> We don't need or want an xattr protocol to solve those problems.
> 
> As for Samba, it works fine on filesystems that don't have xattrs as
> far
> as I know. Using it to re-export an NFS partition to CIFS is a
> dubious
> practice, but is not an xattr-related problem.
> 
> So that leaves the "beagle" and "tracker" use case, where the xattr
> usage for storing tags could easily be replaced by a database (and
> usually is in equivalent portable software). Most people who want to
> do
> serious work on their systems tend to turn off beagle and tracker
> anyway
> since they are notorious cpu hogs.
> 
> > ----- "Trond Myklebust" <Trond.Myklebust@netapp.com> wrote:
> > 
> > > On Wed, 2012-11-14 at 11:47 +0100, Tigran Mkrtchyan wrote:
> > > > That's bad news.... Currently we use 'magic files' to set/get
> user
> > > > specific metadata like number of events, space reservation   
> and
> > > > different file retention policies. The hope was that all could
> be
> > > done
> > > > with named attributes.
> > > >
> > > >  Tigran.
> > > >  
> > > 
> > > The setting and querying of retention policies is already covered
> in
> > > the
> > > NFSv4.1 protocol without any need for any additions. Space
> > > reservation
> > > is already covered in NFSv4.2 (as are security labels - another
> > > common
> > > hobby-horse for xattr advocates). Why don't you implement those
> > > instead
> > > of wishing for a completely different way of doing the same
> thing?
> > > 
> > > Your argument demonstrates precisely why we should never do
> xattrs
> > > over
> > > NFS. It makes it way too easy to go off and invent your own
> private
> > > and
> > > non-standard protocol for doing ioctl()-like RPC calls.
> > > 
> > > > On Tue, Nov 13, 2012 at 8:54 AM, DENIEL Philippe
> > > > <philippe.deniel@cea.fr> wrote:
> > > >         A few years ago, SGI tried to promote "NFS3 XATTR", an
> > > >         extension to NFSv3 to add xattr support. It roughly
> added 3
> > > >         functions to the protocol (GETXATTR, SETXATTR,
> LISTXATTR),
> > > in
> > > >         a similar way as what 9p.2000L does. Nothing but IRIX
> had
> > > this
> > > >         NFSv3 feature. As far as I know, it remained quite
> exotic
> > > and
> > > >         stayed a SGI's thing.
> > > >         
> > > >            Philippe
> > > >         
> > > >         Matt W. Benjamin a écrit :
> > > >         
> > > >                 Can you restate reasoning why it will never do
> so,
> > > and
> > > >                 whether this is the same as saying it will
> never
> > > >                 implement named attributes?
> > > >                 
> > > >                 Thanks,
> > > >                 
> > > >                 Matt
> > > >                 
> > > >                 ----- "Trond Myklebust"
> > > <Trond.Myklebust@netapp.com>
> > > >                 wrote:
> > > >                 
> > > >                   
> > > >                         No. We will never support xattrs over
> NFS.
> > > >                         
> > > >                             
> > > >                                 -----Original Message-----
> > > >                                 From:
> > > linux-nfs-owner@vger.kernel.org
> > > >                                 [mailto:linux-nfs-
> > > >                                 owner@vger.kernel.org] On Behalf
> Of
> > > >                                 Tomasz Chmielewski
> > > >                                 Sent: Monday, November 12, 2012
> > > 10:14
> > > >                                 AM
> > > >                                 To: linux-nfs@vger.kernel.org
> > > >                                 Subject: xattr support in NFS?
> > > >                                 
> > > >                                 Does Linux support xattr in
> NFS?
> > > >                                 
> > > >                                 IF tries using it in both NFS3
> and
> > > >                                 NFS4 under Debian Lenny
> (2.6.32,
> > > >                                       
> > > >                         both
> > > >                             
> > > >                                 server and client), without
> > > success.
> > > >                                 
> > > >                                 # setfattr -n user.comment -v
> "this
> > > is
> > > >                                 a comment" /mnt/nfs
> > > >                                 setfattr: /mnt/nfs: Operation
> not
> > > >                                 supported
> > > >                                 
> > > >                                 
> > > >                                 --
> > > >                                 Tomasz Chmielewski
> > > >                                 http://blog.wpkg.org
> > > >                                 --
> > > >                                 To unsubscribe from this list:
> send
> > > >                                 the line "unsubscribe
> linux-nfs"
> > > >                                       
> > > >                         in the
> > > >                             
> > > >                                 body of a message to
> > > >                                 majordomo@vger.kernel.org More
> > > >                                 majordomo info
> > > >                                       
> > > >                         at
> > > >                             
> > > >                                
> > > http://vger.kernel.org/majordomo-info.html
> > > >                                       
> > > >                         N�����r��y���b�X��ǧv�^�)޺{.n�
> > > >                        
> +����{���"��^n�r���z���h����&���G���h�(�階
>  <> >                         �ݢj"���m�����z�ޖ���f���h���~�m�
> > > >                             
> > > >                 
> > > >                   
> > > >         
> > > >         --
> > > >         To unsubscribe from this list: send the line
> "unsubscribe
> > > >         linux-nfs" in
> > > >         the body of a message to majordomo@vger.kernel.org
> > > >         More majordomo info at
> > > >          http://vger.kernel.org/majordomo-info.html
> > > >         
> > > > 
> > > > 
> > > 
> > > -- 
> > > Trond Myklebust
> > > Linux NFS client maintainer
> > > 
> > > NetApp
> > > Trond.Myklebust@netapp.com
> > > www.netapp.com
> > >
> N�����r��y���b�X��ǧv�^�)޺{.n�+����{���"��^n�r���z���h����&���G���h�(�階�ݢj"���m�����z�ޖ���f���h���~�m�
> > 
> 
> -- 
> Trond Myklebust
> Linux NFS client maintainer
> 
> NetApp
> Trond.Myklebust@netapp.com
> www.netapp.com

-- 
Matt Benjamin
The Linux Box
206 South Fifth Ave. Suite 150
Ann Arbor, MI  48104

http://linuxbox.com

tel. 734-761-4689
fax. 734-769-8938
cel. 734-216-5309

^ permalink raw reply	[flat|nested] 14+ messages in thread
* àúí îöìîéí àú äö'÷éí?
@ 2007-10-29 14:44 àé ãé ôé îåöøé æéäåé àì÷èøåðééí
  0 siblings, 0 replies; 14+ messages in thread
From: àé ãé ôé îåöøé æéäåé àì÷èøåðééí @ 2007-10-29 14:44 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1.1: Type: text/plain, Size: 26 bytes --]

remove from mailing list

[-- Attachment #1.1.2: Type: text/html, Size: 499 bytes --]

[-- Attachment #1.2: mezalem2.gif --]
[-- Type: application/octet-stream, Size: 38136 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* àúí îöìîéí àú äö'÷éí?
@ 2007-10-22  6:47 àé ãé ôé îåöøé æéäåé àì÷èøåðééí
  0 siblings, 0 replies; 14+ messages in thread
From: àé ãé ôé îåöøé æéäåé àì÷èøåðééí @ 2007-10-22  6:47 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1.1: Type: text/plain, Size: 48 bytes --]

to be removed from our mailing list click here

[-- Attachment #1.1.2: Type: text/html, Size: 560 bytes --]

[-- Attachment #1.2: mezalem2.gif --]
[-- Type: application/octet-stream, Size: 38136 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* äæîï ùìê é÷ø?
@ 2007-10-01  2:45 àé ãé ôé îåöøé æéäåé àì÷èøåðééí
  0 siblings, 0 replies; 14+ messages in thread
From: àé ãé ôé îåöøé æéäåé àì÷èøåðééí @ 2007-10-01  2:45 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1.1: Type: text/plain, Size: 26 bytes --]

remove from mailing list

[-- Attachment #1.1.2: Type: text/html, Size: 497 bytes --]

[-- Attachment #1.2: cheque_7.jpg --]
[-- Type: application/octet-stream, Size: 62863 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* äæîï ùìê é÷ø?
@ 2007-09-21 13:14 àé ãé ôé îåöøé æéäåé àì÷èøåðééí
  0 siblings, 0 replies; 14+ messages in thread
From: àé ãé ôé îåöøé æéäåé àì÷èøåðééí @ 2007-09-21 13:14 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1.1: Type: text/plain, Size: 26 bytes --]

remove from mailing list

[-- Attachment #1.1.2: Type: text/html, Size: 497 bytes --]

[-- Attachment #1.2: cheque_7.jpg --]
[-- Type: application/octet-stream, Size: 62863 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* äæîï ùìê é÷ø
@ 2007-09-19 11:37 IDP
  0 siblings, 0 replies; 14+ messages in thread
From: IDP @ 2007-09-19 11:37 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1.1: Type: text/plain, Size: 48 bytes --]

to be removed from our mailing list click here

[-- Attachment #1.1.2: Type: text/html, Size: 551 bytes --]

[-- Attachment #1.2: cheque_7.jpg --]
[-- Type: application/octet-stream, Size: 62863 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* çñåê æîï åèòåéåú
@ 2007-08-25 19:05 I.D.P
  0 siblings, 0 replies; 14+ messages in thread
From: I.D.P @ 2007-08-25 19:05 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1.1: Type: text/plain, Size: 26 bytes --]

remove from mailing list

[-- Attachment #1.1.2: Type: text/html, Size: 510 bytes --]

[-- Attachment #1.2: cheque_7.jpg --]
[-- Type: application/octet-stream, Size: 62863 bytes --]

[-- Attachment #2: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* àðé ìà æåëø àú ëì äôøèéí
@ 2007-08-17 17:57 àé ãé ôé
  0 siblings, 0 replies; 14+ messages in thread
From: àé ãé ôé @ 2007-08-17 17:57 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1.1: Type: text/plain, Size: 39 bytes --]

remove from mailing list (click here)

[-- Attachment #1.1.2: Type: text/html, Size: 500 bytes --]

[-- Attachment #1.2: diva_recorder.gif --]
[-- Type: application/octet-stream, Size: 65170 bytes --]

[-- Attachment #2: Type: text/plain, Size: 315 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* îçùá ëó éã áîúðä
@ 2006-08-17 20:14 áæ÷ ìòñ÷éí
  0 siblings, 0 replies; 14+ messages in thread
From: áæ÷ ìòñ÷éí @ 2006-08-17 20:14 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1: Type: text/html, Size: 286 bytes --]

[-- Attachment #1.2: bzq.jpg --]
[-- Type: image/jpeg, Size: 65729 bytes --]

[-- Attachment #2: Type: text/plain, Size: 373 bytes --]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* øåöä  ìäøùéí àú äì÷åç ùìê ?
@ 2006-07-23 20:20 ìéàú
  0 siblings, 0 replies; 14+ messages in thread
From: ìéàú @ 2006-07-23 20:20 UTC (permalink / raw)
  To: nfs


[-- Attachment #1.1: Type: text/html, Size: 171 bytes --]

[-- Attachment #1.2: office2u.jpg --]
[-- Type: image/jpeg, Size: 162060 bytes --]

[-- Attachment #2: Type: text/plain, Size: 348 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 14+ messages in thread
* (±¤°í)ÀÎÅͳݺξ÷
@ 2003-07-07 16:38 ±è¿øº¹
  0 siblings, 0 replies; 14+ messages in thread
From: ±è¿øº¹ @ 2003-07-07 16:38 UTC (permalink / raw)
  To: nfs

[-- Attachment #1: Type: text/html, Size: 25997 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-11-14 21:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04 12:43 øåöä ìäéåú îìê ìéåí àçã ? ìéàú
     [not found] <1450527224.97.1352925325502.JavaMail.root@thunderbeast.private.linuxbox.com>
2012-11-14 20:38 ` ! Matt W. Benjamin
2012-11-14 21:03   ` ! Myklebust, Trond
  -- strict thread matches above, loose matches on Subject: below --
2012-11-14 20:13 xattr support in NFS? Matt W. Benjamin
2012-11-14 20:24 ` ! Myklebust, Trond
2007-10-29 14:44 àúí îöìîéí àú äö'÷éí? àé ãé ôé îåöøé æéäåé àì÷èøåðééí
2007-10-22  6:47 àé ãé ôé îåöøé æéäåé àì÷èøåðééí
2007-10-01  2:45 äæîï ùìê é÷ø? àé ãé ôé îåöøé æéäåé àì÷èøåðééí
2007-09-21 13:14 àé ãé ôé îåöøé æéäåé àì÷èøåðééí
2007-09-19 11:37 äæîï ùìê é÷ø IDP
2007-08-25 19:05 çñåê æîï åèòåéåú I.D.P
2007-08-17 17:57 àðé ìà æåëø àú ëì äôøèéí àé ãé ôé
2006-08-17 20:14 îçùá ëó éã áîúðä áæ÷ ìòñ÷éí
2006-07-23 20:20 øåöä ìäøùéí àú äì÷åç ùìê ? ìéàú
2003-07-07 16:38 (±¤°í)ÀÎÅͳݺξ÷ ±è¿øº¹

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox