Skip to content

Commit 51b800b

Browse files
committed
doc: xapi storage layer doc change notice
Update the xen-api version info in the notice to the current version of xen-api. Signed-off-by: Vincent Liu <[email protected]>
1 parent 996b9a7 commit 51b800b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

doc/content/xapi/storage/_index.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,13 @@ title = "XAPI's Storage Layers"
33
linkTitle = "Storage"
44
+++
55

6+
67
{{% notice info %}}
78
The links in this page point to the source files of xapi
8-
[v1.127.0](https://github.com/xapi-project/xen-api/tree/v1.127.0), and xcp-idl
9-
[v1.62.0](https://github.com/xapi-project/xcp-idl/tree/v1.62.0), not to the
10-
latest source code.
11-
12-
In the beginning of 2023, significant changes have been made in the layering.
13-
In particular, the wrapper code from `storage_impl.ml` has been pushed down the
14-
stack, below the mux, such that it only covers the SMAPIv1 backend and not
15-
SMAPIv3. Also, all of the code (from xcp-idl etc) is now present in this repo
16-
(xen-api).
9+
[v25.11.0](https://github.com/xapi-project/xen-api/tree/v25.11.0).
1710
{{% /notice %}}
1811

12+
1913
Xapi directly communicates only with the SMAPIv2 layer. There are no
2014
plugins directly implementing the SMAPIv2 interface, but the plugins in
2115
other layers are accessed through it:

0 commit comments

Comments
 (0)