File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,13 @@ getxattr
653653~~~~~~~~
654654
655655CernVM-FS uses synthetic extended attributes to display additional repository
656- information. There are the following supported magic attributes:
656+ information. In general they can be displayed with a command like
657+
658+ ::
659+
660+ attr -g <attributename> /cvmfs/<repository>
661+
662+ There are the following supported magic attributes:
657663
658664**catalog\_ counters **
659665 Like ``repo_counters `` but only for the nested catalog that hosts the given path.
@@ -701,6 +707,9 @@ information. There are the following supported magic attributes:
701707 Shows the cryptographic hash of a regular file as stored in the
702708 local cache, if available.
703709
710+ **logbuffer **
711+ Shows system log messages for the repository.
712+
704713**maxfd **
705714 Shows the maximum number of file descriptors available to file
706715 system clients.
You can’t perform that action at this time.
0 commit comments