Skip to content

Commit 4f2f185

Browse files
authored
SXM: Keep previous http handler for back-compat (#6482)
Sorry folks, looks like we need an epilogue of #6457 forget about this backwards compatability issue. Backwards compatability is hard...
2 parents a1767a6 + f4b1c5e commit 4f2f185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocaml/xapi/xapi_services.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ let put_handler (req : Http.Request.t) s _ =
206206
| [""; services; "SM"; "nbd"; vm; sr; vdi; dp] when services = _services
207207
->
208208
Storage_migrate.nbd_handler req s ~vm sr vdi dp
209+
| [""; services; "SM"; "nbdproxy"; vm; sr; vdi; dp]
209210
| [""; services; "SM"; "nbdproxy"; "import"; vm; sr; vdi; dp]
210211
when services = _services ->
211212
Storage_migrate.import_nbd_proxy req s vm sr vdi dp

0 commit comments

Comments
 (0)