Skip to content

Commit f731eb5

Browse files
author
David Scott
committed
Add support for required_cluster_stack
This is simply passed-through to the SMAPIv2. Signed-off-by: David Scott <dave.scott@citrix.com>
1 parent 3be9b9a commit f731eb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ let process root_dir name x =
340340
features;
341341
configuration =
342342
("uri", "URI of the storage medium") ::
343-
response.Storage.Plugin.Types.configuration} in
343+
response.Storage.Plugin.Types.configuration;
344+
required_cluster_stack = response.Storage.Plugin.Types.required_cluster_stack } in
344345
Deferred.Result.return (R.success (Args.Query.Query.rpc_of_response response))
345346
| { R.name = "Query.diagnostics"; R.params = [ args ] } ->
346347
let args = Args.Query.Diagnostics.request_of_rpc args in

0 commit comments

Comments
 (0)