XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. jefftee
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 24
    • Best 3
    • Controversial 0
    • Groups 0

    jefftee

    @jefftee

    8
    Reputation
    3
    Profile views
    24
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jefftee Unfollow Follow

    Best posts made by jefftee

    • RE: Centos 8 is EOL in 2021, what will xcp-ng do?

      @ieugen Read the blog post that XCP-NG posted today on this very topic, but even if the decided to stick with CentOS 8 Stream for the future base platform, they have selective control over which packages/updates would get released for XCP-NG.

      I've already switched my CentOS 8.x installs to CentOS 8 Stream. Fedora is too buggy and too far upstream of RedHat for my personal taste. CentOS 8 Steam is supposed to be positioned between Fedora and RedHat, so they might just hit the sweet spot.

      Of course, if XCP-NG switched to Ubuntu LTS releases as the base going forward, I wouldn't cry about that either, so I anticipate this announcement from RedHat won't really affect XCP-NG and we'll look back on this and realize it was not a big deal.

      posted in News
      J
      jefftee
    • RE: Cannot find module bluebird

      @olivierlambert No problem, to be honest I'd forgotten that the script I was using was not the official script... 🙂

      posted in Xen Orchestra
      J
      jefftee
    • RE: Orphan VDIs after every backup

      @badrAZ said in Orphan VDIs after every backup:

      issue

      Thanks, I've subscribed to the github issue and will build XO as soon as I see the pull request is applied.

      posted in Xen Orchestra
      J
      jefftee

    Latest posts made by jefftee

    • RE: Multiple XO Servers - Backup Jobs

      @olivierlambert Thank you... One follow-up question, I presume if I duplicate the backup jobs I should ensure that they're only enabled from one xo instance at a time, correct?

      posted in Xen Orchestra
      J
      jefftee
    • Multiple XO Servers - Backup Jobs

      Hi, I have been running my XO instances as guests under XCP-NG, but I just built a new xo-server running on a Raspberry Pi. Is there a way to export the backup jobs I have created in my original xo instance or do I have to recreate them from scratch on the new xo instance?

      Thanks

      posted in Xen Orchestra
      J
      jefftee
    • RE: Centos 8 is EOL in 2021, what will xcp-ng do?

      @indyj ok

      posted in News
      J
      jefftee
    • RE: Cannot find module bluebird

      @olivierlambert No problem, to be honest I'd forgotten that the script I was using was not the official script... 🙂

      posted in Xen Orchestra
      J
      jefftee
    • RE: Cannot find module bluebird

      @olivierlambert From sources yes, but I am using the script/install procedure documented here:

      https://github.com/ronivay/XenOrchestraInstallerUpdater

      I'll follow-up with @ronivay on his github page, thanks.

      posted in Xen Orchestra
      J
      jefftee
    • Cannot find module bluebird

      Hi, trying to build XO from sources and receiving the following error:

      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: Started XO Server.
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]: internal/modules/cjs/loader.js:818
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:   throw err;
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:   ^
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]: Error: Cannot find module 'bluebird'
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]: Require stack:
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]: - /etc/xo/xo-builds/xen-orchestra-202103081423/packages/xo-server/bin/xo-server
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Function.Module._load (internal/modules/cjs/loader.js:667:27)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Module.require (internal/modules/cjs/loader.js:887:19)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at require (internal/modules/cjs/helpers.js:74:18)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Object.<anonymous> (/etc/xo/xo-builds/xen-orchestra-202103081423/packages/xo-server/bin/xo-server:21:18)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Module._compile (internal/modules/cjs/loader.js:999:30)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Module.load (internal/modules/cjs/loader.js:863:32)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:   code: 'MODULE_NOT_FOUND',
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:   requireStack: [
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:     '/etc/xo/xo-builds/xen-orchestra-202103081423/packages/xo-server/bin/xo-server'
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]:   ]
      Mar 08 14:24:27 xolab.threeputt.org xo-server[4970]: }
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: xo-server.service: Main process exited, code=exited, status=1/FAILURE
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: xo-server.service: Failed with result 'exit-code'.
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: xo-server.service: Service RestartSec=100ms expired, scheduling restart.
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: xo-server.service: Scheduled restart job, restart counter is at 5.
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: Stopped XO Server.
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: xo-server.service: Start request repeated too quickly.
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: xo-server.service: Failed with result 'exit-code'.
      Mar 08 14:24:27 xolab.threeputt.org systemd[1]: Failed to start XO Server.
      

      Any suggestions how to fix? Thanks.

      posted in Xen Orchestra
      J
      jefftee
    • RE: XO Load Balancer

      @olivierlambert Thanks. Patches came out for XCP-NG 8 today and I powered up my 2nd XCP-NG server to apply pool patches, the load balancer promptly took it down... 🙂

      Lesson learned, I guess I need to temporary disable my density policy before I power up the 2nd server!

      posted in Xen Orchestra
      J
      jefftee
    • RE: Centos 8 is EOL in 2021, what will xcp-ng do?

      @ieugen Read the blog post that XCP-NG posted today on this very topic, but even if the decided to stick with CentOS 8 Stream for the future base platform, they have selective control over which packages/updates would get released for XCP-NG.

      I've already switched my CentOS 8.x installs to CentOS 8 Stream. Fedora is too buggy and too far upstream of RedHat for my personal taste. CentOS 8 Steam is supposed to be positioned between Fedora and RedHat, so they might just hit the sweet spot.

      Of course, if XCP-NG switched to Ubuntu LTS releases as the base going forward, I wouldn't cry about that either, so I anticipate this announcement from RedHat won't really affect XCP-NG and we'll look back on this and realize it was not a big deal.

      posted in News
      J
      jefftee
    • XO Load Balancer

      Hi, I just read about the XO load balancer plugin and have enabled it with a density based plan. Pretty cool, it moved all of my VMs to one XCP-NG host (in a pool of 2) and powered down the 2nd host.

      Am I correct that if the thresholds I specified in the density plan are exceeded for CPU utilization and/or memory, the load balancer will automatically power on my 2nd XCP-NG host and migrate some VMs to it?

      Pretty cool feature!

      posted in Xen Orchestra
      J
      jefftee
    • RE: Docker on XCP-ng

      I run an Ubuntu 20.04 LTS virtual machine that has all of my docker containers running... One of the containers is Portainer, which provides a nice web gui to manage the docker containers.

      I see @olivierlambert mentioned a plug-in that makes the containers visible to XO. I wasn't aware such a thing exists, but I'm going to go google it now and see if I can get that working...

      posted in Compute
      J
      jefftee