Skip to content

Commit

Permalink
Add notes about {get,clear}_leases.sh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopescu authored and jblomer committed Mar 20, 2019
1 parent 439d295 commit 08117b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cpt-repository-gateway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,19 @@ publisher machine: ::
$ cvmfs_server publish


Displaying and clearing leases on the gateway machine
=====================================================

The ``cvmfs-gateway`` package includes two scripts intended to help gateway administrators debug or unblock the gateway in case of problems.
The first one displays the list of currently active leases: ::

$ /usr/libexec/cvmfs-gateway/scripts/get_leases.sh

The second one will clear all the currently active leases: ::

$ /usr/libexec/cvmfs-gateway/scripts/clear_leases.sh


Advanced repository configuration
=================================

Expand Down

0 comments on commit 08117b4

Please sign in to comment.