Xen Orchestra - Community Edition - Installing with Yarn
-
@travisdh1 Make sure you use 2 vcpu in your XOCE VM if you want to use Delta backups, I believe they won't merge otherwise.
-
@bnrstnr Actually, that should be fixed now as well.
-
@Danp said in Xen Orchestra - Community Edition - Installing with Yarn:
@bnrstnr Actually, that should be fixed now as well.
Was that a bug? I was under the impression it was a new requirement.
-
@Danp As of last week it was still affecting me. If he wants to try with 1, it can easily be adjusted later and it just starts working.
-
@bnrstnr said in Xen Orchestra - Community Edition - Installing with Yarn:
@Danp As of last week it was still affecting me. If he wants to try with 1, it can easily be adjusted later and it just starts working.
We could likely create a check for 1 cpu and raise a flag for it with an optional "continue" during the installation script.
Not sure if it's worthwhile.
-
@DustinB3403 Yes, it was a bug in Jest library, which has since been fixed. They bumped the version requirements yesterday, so a rebuild should now require v24 (I think) or greater.
-
@DustinB3403 said in Xen Orchestra - Community Edition - Installing with Yarn:
We could likely create a check for 1 cpu and raise a flag for it with an optional "continue" during the installation script.
Not sure if it's worthwhile.
Not worth the effort IMO. You could add a comment to the troubleshooting section.
-
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.