You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/datapath.html.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Path to a UNIX domain socket
123
123
"uri"
124
124
```
125
125
type `uri` = `string`
126
-
A URI representing the means for accessing the volume data. The interpretation of the URI is specific to the implementation. Xapi will choose which implementation to use based on the URI scheme.
126
+
127
127
### domain
128
128
```json
129
129
"domain"
@@ -135,12 +135,12 @@ A string representing a Xen domain on the local host. The string is guaranteed t
ranges | int64 * int64 list | List of block ranges, where a range is a \(start,length\) pair, measured in units of \[blocksize\]
140
+
Name | Type | Description
141
+
-----------|--------------------|-------------
142
+
blocksize | int |
143
+
ranges | int64 * int64 list |
144
144
### operation
145
145
```json
146
146
[ "CopyV1", "operation" ]
@@ -937,7 +937,7 @@ class Data_myimplementation(Data_skeleton):
937
937
uri | in | uri | A URI which represents how to access the volume disk data.
938
938
domain | in | domain | An opaque string which represents the Xen domain.
939
939
remote | in | uri | A URI which represents how to access a remote volume disk data.
940
-
blocklist | in | blocklist | List of blocks for copying.
940
+
blocklist | in | blocklist |
941
941
operation | out | operation | The primary key for referring to a long-running operation.
942
942
## Method: `mirror`
943
943
\[mirror uri domain remote\] starts mirroring new writes to the volume to a remote URI \(usually NBD\). This is called as part of a volume mirroring process
0 commit comments