update for clusters
This commit is contained in:
parent
0ef4183b00
commit
dbfff04fb6
1 changed files with 7 additions and 4 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,9 +1,12 @@
|
||||||
git-annex (10.20240532) UNRELEASED; urgency=medium
|
git-annex (10.20240532) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Added git-annex updateproxy command and remote.name.annex-proxy
|
* git-annex remotes can now act as proxies that provide access to
|
||||||
configuration.
|
their remotes. Configure this with remote.name.annex-proxy
|
||||||
* Added git-annex initcluster and updatecluster commands,
|
and the git-annex update proxy command.
|
||||||
and remote.name.annex-cluster-node and annex.cluster.name configuration.
|
* Clusters are now supported. These are collections of nodes that can
|
||||||
|
be accessed as a single entity, accessed by one or more gateway
|
||||||
|
repositories.
|
||||||
|
* Added git-annex initcluster, updatecluster, and extendcluster commands.
|
||||||
* Fix a bug where interrupting git-annex while it is updating the
|
* Fix a bug where interrupting git-annex while it is updating the
|
||||||
git-annex branch for an export could later lead to git fsck
|
git-annex branch for an export could later lead to git fsck
|
||||||
complaining about missing tree objects.
|
complaining about missing tree objects.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue