From d86d81e63d2b01a53d3e816f875eb8d372e7ae89 Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Wed, 19 Jul 2017 10:23:49 +0200 Subject: [PATCH] add XOA deploy error --- docs/troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index d5ce89167..6e7485424 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -8,6 +8,12 @@ This is happening when your anti-virus or firewall is blocking websocket protoco The solution is to use **HTTPS**. In this way, websockets will be encapsulated in the secured protocol, avoiding interception from your firewalls or anti-virus system. +## XOA deploy error + +> Auto deploy failed. - No SR specified and Pool default SR is null + +It means you didn't have any default SR set on your pool you are importing XOA. To set a default SR, you must first find the SR UUID you want, with `xe sr-list`. When you got the UUID, you can set the default SR like this: `xe pool-param-set default-SR=`. When it's done, re-enter the deploy script command and it will work! + ## XOA configuration XOA is a virtual appliance running Debian and Xen Orchestra. If you have any problem, the first thing to do is to use our check service by running the `xoa check` command in a terminal: