We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dec13b1 + 48d4190 commit 4ef853cCopy full SHA for 4ef853c
main.ml
@@ -75,7 +75,7 @@ let old_main () =
75
Printf.printf "%s\n" (q |> rpc_of_query_result |> Jsonrpc.to_string)
76
| "sr-create" :: sr :: device_config ->
77
let device_config = kvpairs device_config in
78
- Client.SR.create ~dbg ~sr ~device_config ~physical_size:0L
+ Client.SR.create ~dbg ~sr ~name_label:"name" ~name_description:"description" ~device_config ~physical_size:0L
79
| "sr-attach" :: sr :: device_config ->
80
81
Client.SR.attach ~dbg ~sr ~device_config
0 commit comments