logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-annex-extendcluster - add an additional gateway to a cluster

Author

       Joey Hess <id@joeyh.name>

                                                                                      git-annex-extendcluster(1)

Description

       This  command is used to configure a repository to serve as an additional gateway to a cluster. It is run
       in that repository.

       The repository this command is run in should have a remote that is a gateway to the cluster. The  gateway
       parameter is the name of that remote.  The clustername parameter is the name of the cluster.

       The  next  step after running this command is to configure any additional cluster nodes that this gateway
       serves to the cluster, then run git-annex-updatecluster.  See  the  documentation  of  that  command  for
       details about configuring nodes.

       After  running this command in the new gateway repository, it typically also needs to be run in the other
       gateway repositories as well, after adding the new gateway repository as a remote.

Name

       git-annex-extendcluster - add an additional gateway to a cluster

Options

       The git-annex-common-options(1) can be used.

See Also

git-annex(1)

       git-annex-initcluster(1)

       git-annex-updatecluster(1)

       git-annex-updateproxy(1)

       <https://git-annex.branchable.com/tips/clusters/>

Synopsis

       git-annex extendcluster gateway clustername

See Also