Xen Orchestra - Community Edition - Installing with Yarn
-
I was thinking about adding the check because the XOA VM is built with 2 cpu, just to keep it consistent with the devs.
-
I've updated the troubleshooting docs with the new dependencies and system performance and general troubleshooting.
-
This command would tell the user (us) how many CPU's the host has.
cat /proc/cpuinfo | grep siblings | uniq
But again, not sure if we want to start requiring more than 1 vCPU for this since the system does work with just the 1. Maybe leaving this to the troubleshooting documentation is best.
-
There may be another issue updating to 5.37.0. Just killed my XOCE, reverting to snapshot now and looking into things.
EDIT: Yep, there's an issue with Babel
https://github.com/vatesfr/xen-orchestra/issues/4052 -
Hi - with the introduction new channels, should we add the option in the script to choose...
Release channel
As a user, you can now make a choice between two different release channels:Stable
The stable channel is intended to be a version of Xen Orchestra that is already a month old (and therefore will benefit from one month of community feedback and various fixes). This way, users more concerned with the stability of their appliance will have the option to stay on a slightly older (and tested) version of XO (still supported by our pro support).Latest
The latest channel will include all the latest improvements available in Xen Orchestra. It is basically the old "default" channel before you could choose. The version available in latest has already been QA'd by our team, but issues may still occur once deployed in vastly varying environments as our user base has. -
@shwetkprabhat This only applies to paying subscribers of XO, specifically XOA of some tier.
https://xcp-ng.org/forum/topic/1423/building-from-master-branch-is-that-latest-channel
-
That's where I was headed a year ago with this issue.
-
Creepy voice I've raised the thread!
Seriously tho, if the needed git lines could be edited into the first post, that would be nice.
8/16/2020 and the update process still works.
-
@travisdh1 what issue are you referring too? As far as I recall everything that is needed is included in the appropriate script install/upgrade
-
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
@travisdh1 what issue are you referring too? As far as I recall everything that is needed is included in the appropriate script install/upgrade
It's git, not the scripts. Since you need to have your git user information entered for it to work, would be good to have it added to the instructions.
-
@travisdh1 said in Xen Orchestra - Community Edition - Installing with Yarn:
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
@travisdh1 what issue are you referring too? As far as I recall everything that is needed is included in the appropriate script install/upgrade
It's git, not the scripts. Since you need to have your git user information entered for it to work, would be good to have it added to the instructions.
I don't understand. Do you have to have a github account and be logged in to be able to download anything from github?
I can reach this without being logged in:
https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.sh -
@travisdh1 said in Xen Orchestra - Community Edition - Installing with Yarn:
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
@travisdh1 what issue are you referring too? As far as I recall everything that is needed is included in the appropriate script install/upgrade
It's git, not the scripts. Since you need to have your git user information entered for it to work, would be good to have it added to the instructions.
Oh, this is listed in the troubleshooting docs.
-
@Pete-S said in Xen Orchestra - Community Edition - Installing with Yarn:
@travisdh1 said in Xen Orchestra - Community Edition - Installing with Yarn:
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
@travisdh1 what issue are you referring too? As far as I recall everything that is needed is included in the appropriate script install/upgrade
It's git, not the scripts. Since you need to have your git user information entered for it to work, would be good to have it added to the instructions.
I don't understand. Do you have to have a github account and be logged in to be able to download anything from github?
I can reach this without being logged in:
https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.shNo you don't have to actually have an account, it's a git requirement to put something in there though and we don't autofill that information in case someone wants to supply their account details.