Skip to content

Commit

Permalink
Merge pull request #184 from DrDaveD/add-logbuffer
Browse files Browse the repository at this point in the history
Add attr usage and logbuffer attribute
  • Loading branch information
jblomer committed May 26, 2022
2 parents 677f6a4 + 56fda5a commit e6d599b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cpt-details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,13 @@ getxattr
~~~~~~~~

CernVM-FS uses synthetic extended attributes to display additional repository
information. There are the following supported magic attributes:
information. In general they can be displayed with a command like

::

attr -g <attributename> /cvmfs/<repository>

There are the following supported magic attributes:

**catalog\_counters**
Like ``repo_counters`` but only for the nested catalog that hosts the given path.
Expand Down Expand Up @@ -701,6 +707,9 @@ information. There are the following supported magic attributes:
Shows the cryptographic hash of a regular file as stored in the
local cache, if available.

**logbuffer**
Shows system log messages for the repository.

**maxfd**
Shows the maximum number of file descriptors available to file
system clients.
Expand Down

0 comments on commit e6d599b

Please sign in to comment.