.TH git-annex-updatecluster 1
.SH NAME
git-annex-updatecluster \- update records of cluster nodes
.PP
.SH SYNOPSIS
git-annex updatecluster
.PP
.SH DESCRIPTION
This command is used to record the nodes of a cluster in the git-annex
branch, and set up proxying to the nodes. It should be run in the
repository that will serve as a gateway to the cluster.
.PP
It looks at the git config \fBremote.name.annex\-cluster\-node\fP of
each remote. When that is set to the name of a cluster that has been
initialized with \fBgit-annex initcluster\fP, the node will be recorded in the
git-annex branch.
.PP
To remove a node from a cluster, unset \fBremote.name.annex\-cluster\-node\fP
and run this command.
.PP
To add additional gateways to a cluster, after running this command,
use git-annex\-extendcluster.
.PP
.SH OPTIONS
.IP "The git-annex\-common\-options(1) can be used."
.IP
.SH SEE ALSO
.IP "git-annex(1)"
.IP "git-annex\-initcluster(1)"
.IP "git-annex\-extendcluster(1)"
.IP "git-annex\-updateproxy(1)"
.IP ""
.IP
.SH AUTHOR
Joey Hess
.PP
.PP