XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. olivierlambert
    Offline
    • Profile
    • Following 0
    • Followers 72
    • Topics 63
    • Posts 9,286
    • Groups 6

    olivierlambert

    @olivierlambert

    Vates 🪐 Co-Founder CEO

    Xen Orchestra and XCP-ng founder. Vates CEO and co-founder.

    2.9k
    Reputation
    5.2k
    Profile views
    9.3k
    Posts
    72
    Followers
    0
    Following
    Joined
    Last Online
    Website vates.fr
    Location Grenoble, France

    olivierlambert Unfollow Follow
    Co-Founder CEO Pro Support Team Vates 🪐 XCP-ng Team Admin

    Best posts made by olivierlambert

    • XCP-ng issue 1: closed!

      This is not just a powerful symbolic thing: by closing issue n°1, we are really reaffirming our independance and our capacity to build everything without using any binary provided by Citrix.

      It's really a great news for XCP-ng's future!

      https://github.com/xcp-ng/xcp/issues/1

      šŸŽŠ šŸŽŠ šŸŽŠ

      olivierlambert created this issue in xcp-ng/xcp

      closed Build components from the sources #1

      posted in News
      olivierlambertO
      olivierlambert
    • XCP-ng team is growing

      Since last week, we have a new team member šŸ™‚ @ronan-a is now part of Vates XCP-ng team, with @stormi and myself.

      @r1 and @johnelse are still with us as external contributors.

      @ronan-a , feel free to introduce yourself here (and the stuff you are working on)

      posted in News
      olivierlambertO
      olivierlambert
    • 2 weeks break for me

      Hey everyone,

      Just to let you know I'm finally taking a 2 weeks break, and it's really needed šŸ˜† (thanks Broadcom for the extra work those last months šŸ‘¼ )

      I will make sure that everyone with admin powers will review often the registration waiting list. For the rest, it's up to you, the community, to demonstrate you can help each other without having me around. I don't doubt it, but I wanted to tell you why you won't see me for the next 2 weeks šŸ˜‰

      Enjoy and see you then!

      posted in News
      olivierlambertO
      olivierlambert
    • New XCP-ng documentation!

      https://xcp-ng.org/docs/

      It's far from being complete, but it's a great first step in improving XCP-ng existing documentation and also visibility/credibility!

      Everyone can still contribute (link on the bottom of each page), even if it's a bit more difficult than the wiki.

      Let me know what you think about it šŸ™‚

      What about the wiki? We'll probably to continue to have very specific content there, and "promote" content to the doc if it "fits" for enough people.

      posted in News
      olivierlambertO
      olivierlambert
    • 100,000 unique downloads for XCP-ng

      https://xcp-ng.org/blog/2020/04/17/100-000-downloads-for-xcp-ng/

      So you probably spotted the news, feel free to comment here šŸ˜„

      posted in News
      olivierlambertO
      olivierlambert
    • RE: French government initiative to support

      Maybe it wasn't clear? French gov won't do anything in the project, they just support it as a research and dev project boosting innovation, and indirectly contributing to create more jobs that can't be replicated easily elsewhere.

      There's no "control" on how we decide to do the R&D, as long as we put resources into it as we said.

      XCP-ng is a free and community project, and everybody who want to contribute can do it. There's no "link" between us and any government.

      posted in News
      olivierlambertO
      olivierlambert
    • RE: New XCP-ng "theme" in shell

      What about this one?

      4.png

      posted in News
      olivierlambertO
      olivierlambert
    • Merging XO forum here

      To avoid splitting the community, we'll merge XO forum in this category. It seems not possible (or very not trivial) to fetch the previous XO threads here, so we'll probably have a transition time until we redirect directly XO forum URL toward this category directly.

      posted in Xen Orchestra
      olivierlambertO
      olivierlambert
    • RE: EOL: XCP-ng Center has come to an end (New Maintainer!)

      Thanks for all your work @borzel ! We are doing our best to improve our capacity to quickly review and structure external contribution in XO Lite: we are currently working on a dedicated CONTRIBUTING.md with links to the Figma UX design and such, so everything can be developed in the open to everyone.

      posted in News
      olivierlambertO
      olivierlambert
    • RunX: tech preview

      RunX tech preview

      What is RunX?

      See https://xcp-ng.org/blog/2021/09/14/runx-next-generation-secured-containers/ for more details.

      Do I need it?

      If you want to test high level of security with your containers, yes. Or if you like to play with shiny new techs and report bugs šŸ˜‰

      How to test it

      ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠
      THIS IS A TECH PREVIEW
      ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠

      It's not meant to run in production. Play with it in your lab, not in production. You have been warned šŸ˜›

      Follow the next section.

      Installation

      1. Create the repo, install packages + restart toolstack.

      Create the file /etc/yum.repos.d/xcp-ng-runx.repo with:

      [xcp-ng-runx]
      name=XCP-ng runx Repository
      baseurl=http://mirrors.xcp-ng.org/8/8.2/runx/x86_64/ http://updates.xcp-ng.org/8/8.2/runx/x86_64/
      enabled=1
      gpgcheck=1
      repo_gpgcheck=1
      gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
      

      Then, install all the packages:

      yum install --enablerepo=epel -y qemu-dp xenopsd xenopsd-cli xenopsd-xc xcp-ng-xapi-storage runx
      yum install --enablerepo="base,extras" docker podman
      xe-toolstack-restart
      

      2. Create a 9p SR

      mkdir runx-sr
      mkdir -p /root/runx-sr
      xe sr-create type=fsp name-label=runx-sr device-config:file-uri=/root/runx-sr
      

      3. Create a VM template

      You must create a VM template with the desired amount of ram an the number of cores to use. Make sure the vm type is: PV.
      It's not necessary to add disk to this VM.

      4. Modify the runx config

      Open /etc/runx.conf and modify these variables: SR_UUID and TEMPLATE_UUID.

      5. Start a VM.

      With Podman

      Using podman:

      podman pull archlinux
      podman container create --name archlinux archlinux
      podman start archlinux
      

      With Docker

      With docker:

      • Use previous commands and replace podman with docker.
      • Also you must start the docker daemon using an empty bridge using docker -b none.

      Feedback

      Please test and report any problem šŸ™‚

      posted in News
      olivierlambertO
      olivierlambert

    Latest posts made by olivierlambert

    • RE: Best Way to Live Migrate XO VM

      I'm not aware of any issue to live migrate XOA VM šŸ¤” We do that very often, as per many many customers and users all around the world. If you are using XO from the sources, I would suggest to try instead with XOA (even Free version is enough)

      posted in Management
      olivierlambertO
      olivierlambert
    • RE: XEN Orchestra JSON-RPC automation questions

      Ping @Team-DevOps

      posted in Infrastructure as Code
      olivierlambertO
      olivierlambert
    • RE: Xcp-ng 8.2 no more recognized with Cloudstack since last update

      Indeed, and also you need to ask CloudStack people, because that's very likely related to CS and not XCP-ng šŸ™‚

      posted in Compute
      olivierlambertO
      olivierlambert
    • RE: Created a new bond interface and lost management connectivity to hosts

      Ping @bleader

      posted in Management
      olivierlambertO
      olivierlambert
    • RE: Best Way to Live Migrate XO VM

      As for many (all?) virtualization platform, you need to get the tools installed on your VMs to get an optimal usage of it.

      posted in Management
      olivierlambertO
      olivierlambert
    • RE: Our future backup code: test it!

      \o/

      posted in Backup
      olivierlambertO
      olivierlambert
    • RE: Best Way to Live Migrate XO VM

      Hi,

      If the migration doesn't work, it means there's something wrong happening in your VM (it doesn't cooperate). Check your memory settings to be sure dynamic min = dynamic max = static max.

      Then, check from the OS perspective if there's enough free RAM and if the OS isn't frozen or something that could cause the migration to fail.

      Live migration should work at 100% of the time when the guest cooperate, so there's clearly a problem.

      posted in Management
      olivierlambertO
      olivierlambert
    • RE: AMD MxGPU

      Adding @stormi

      posted in Compute
      olivierlambertO
      olivierlambert
    • RE: AMD MxGPU

      Hi!

      That's a great question, probably worth some investigation šŸ™‚

      posted in Compute
      olivierlambertO
      olivierlambert
    • RE: warm migration vs broken backup link

      Question for XO PO, it's already too much details/knowledge for me šŸ˜„ Ping @lsouai-vates

      posted in Backup
      olivierlambertO
      olivierlambert