Skip to content

Commit e6d599b

Browse files
authored
Merge pull request #184 from DrDaveD/add-logbuffer
Add attr usage and logbuffer attribute
2 parents 677f6a4 + 56fda5a commit e6d599b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

cpt-details.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,13 @@ getxattr
653653
~~~~~~~~
654654

655655
CernVM-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.

0 commit comments

Comments
 (0)