File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 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"
33linkTitle = " Storage"
44+++
55
6+
67{{% notice info %}}
78The 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+
1913Xapi directly communicates only with the SMAPIv2 layer. There are no
2014plugins directly implementing the SMAPIv2 interface, but the plugins in
2115other layers are accessed through it:
You can’t perform that action at this time.
0 commit comments