File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ title: Welcome
1414- simplifies maintainence through [ Rolling Pool Upgrade] ( features/RPU/RPU.html )
1515- collects performance statistics for historical analysis and for alerting
1616- has a full-featured
17- [ XML-RPC based API] ( http://xapi-project.github.io/ xen-api/ ) ,
17+ [ XML-RPC based API] ( xen-api ) ,
1818 used by clients such as
1919 [ XenCenter] ( https://github.com/xenserver/xenadmin ) ,
2020 [ Xen Orchestra] ( https://xen-orchestra.com ) ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ interface on top of git which we could link with the Xapi database layer.
3939Proposed new architecture
4040-------------------------
4141
42- ![ Pools of one] ( https://xapi-project.github.io/xen-api/doc/futures/distributed-database/ architecture.png)
42+ ![ Pools of one] ( architecture.png )
4343
4444The diagram above shows two hosts: one a master and the other a regular host.
4545The XenAPI client has sent a request to the wrong host; normally this would
@@ -50,7 +50,7 @@ rebooting or migrating an existing VM would not. Assuming the lock can
5050be acquired, then the operation is executed locally with all state updates
5151being made to a git topic branch.
5252
53- ![ Topic branches] ( https://xapi-project.github.io/xen-api/doc/futures/distributed-database/ topic.png)
53+ ![ Topic branches] ( topic.png )
5454
5555Roughly we would have 1 topic branch per
5656pending XenAPI Task. Once the Task completes successfully, the topic branch
You can’t perform that action at this time.
0 commit comments