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.
name_label
name_description
1 parent dec13b1 commit 48d4190Copy full SHA for 48d4190
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