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.
--xapi
1 parent 63150de commit ce16445Copy full SHA for ce16445
lib/network_utils.ml
@@ -553,7 +553,7 @@ module Fcoe = struct
553
554
let get_capabilities name =
555
try
556
- let output = call [name; "capable"] in
+ let output = call ["--xapi"; name; "capable"] in
557
if String.has_substr output "True" then ["fcoe"] else []
558
with _ ->
559
debug "Failed to get fcoe support status on device %s" name;
0 commit comments