File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,13 @@ title = "XAPI's Storage Layers"
3
3
linkTitle = " Storage"
4
4
+++
5
5
6
+
6
7
{{% notice info %}}
7
8
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 ) .
17
10
{{% /notice %}}
18
11
12
+
19
13
Xapi directly communicates only with the SMAPIv2 layer. There are no
20
14
plugins directly implementing the SMAPIv2 interface, but the plugins in
21
15
other layers are accessed through it:
You can’t perform that action at this time.
0 commit comments