Skip to content

Commit f669a2e

Browse files
author
Github action on xapi-project/xen-api
committed
1 parent 7daa06e commit f669a2e

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

source/includes/datapath.html.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Path to a UNIX domain socket
123123
"uri"
124124
```
125125
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+
127127
### domain
128128
```json
129129
"domain"
@@ -135,12 +135,12 @@ A string representing a Xen domain on the local host. The string is guaranteed t
135135
{ "ranges": [ [ 0, 0 ] ], "blocksize": 0 }
136136
```
137137
type `blocklist` = `struct { ... }`
138-
List of blocks for copying.
138+
139139
#### Members
140-
Name | Type | Description
141-
-----------|--------------------|----------------------------------------------------------------------------------------------------
142-
blocksize | int | Size of the individual blocks.
143-
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 |
144144
### operation
145145
```json
146146
[ "CopyV1", "operation" ]
@@ -937,7 +937,7 @@ class Data_myimplementation(Data_skeleton):
937937
uri | in | uri | A URI which represents how to access the volume disk data.
938938
domain | in | domain | An opaque string which represents the Xen domain.
939939
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 |
941941
operation | out | operation | The primary key for referring to a long-running operation.
942942
## Method: `mirror`
943943
\[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

source/includes/volume.html.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ Primary key for a volume. This can be any string which is meaningful to the impl
194194
{ "ranges": [ [ 0, 0 ] ], "blocksize": 0 }
195195
```
196196
type `blocklist` = `struct { ... }`
197-
List of blocks for copying.
197+
198198
#### Members
199-
Name | Type | Description
200-
-----------|--------------------|----------------------------------------------------------------------------------------------------
201-
blocksize | int | Size of the individual blocks.
202-
ranges | int64 * int64 list | List of block ranges, where a range is a \(start,length\) pair, measured in units of \[blocksize\]
199+
Name | Type | Description
200+
-----------|--------------------|-------------
201+
blocksize | int |
202+
ranges | int64 * int64 list |
203203
### key_list
204204
```json
205205
[ "key_list" ]
@@ -2098,7 +2098,7 @@ class Volume_myimplementation(Volume_skeleton):
20982098
sr | in | string | The Storage Repository
20992099
key | in | key | The volume key
21002100
key2 | in | key | The volume key
2101-
unnamed | out | blocklist | List of blocks for copying.
2101+
unnamed | out | blocklist |
21022102
## Method: `similar_content`
21032103
\[similar\_content sr volume\] returns a list of VDIs which have similar content to \[vdi\]
21042104

0 commit comments

Comments
 (0)