XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. BenjiReis
    3. Posts
    • Profile
    • Following 0
    • Followers 2
    • Topics 1
    • Posts 95
    • Best 19
    • Controversial 0
    • Groups 3

    Posts made by BenjiReis

    • RE: Xscontainer

      @BenjiReis following: I tested on a Centos7 VM with an older openssh and the prepare VM script was successful.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Xscontainer

      @kiu I reproduced your issue.

      The issue comes from a lib used by xscontainer as a SSH Client which use a deprecated algo ssh-rsa so all modern (>=8.7) OpenSSH reject the connexion.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: XCP-ng 8.3 public alpha 🚀

      @Fungusware Hi!

      Yes this feature is supported at XAPI level, the VM.snapshot method now has a ignore_vdis field which is a list of VDI ref to not include in the snapshot.
      This also available through xe:

      xe vm-snapshot vm=... ignore-vdi-uuids=uuid1,uuid2...
      

      Regards

      posted in News
      BenjiReis
      BenjiReis
    • RE: Private Connection Grey Out On XOA

      @slamj1 France

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Private Connection Grey Out On XOA

      @slamj1 hi,

      Thanks for the report and the blog post documenting a workaround. Unfortunately I can't access it, is it still online?

      Could you post the content of your post in this thread or (if it's long for the forum) create an issue on XO's GH repo and posting it here?

      Thanks.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @mbunkus thanks for the report.

      About entering an IPv6 address for NFS in XOA: did you put the [] around the IPv6?
      If so and it still failed you can indeed create an issue on vatesfr/xen-orchestra repo (make sure to reference this thread if you do).

      For the rest, no need to create issues, i'm aware of them and I'll note them in our internal board for next devs. 🙂

      Regards

      posted in News
      BenjiReis
      BenjiReis
    • RE: "global name 'commmand' is not defined" while installing patches

      I think it was another issue regarding the RPU algorythm.
      This is an issue with the xapi-plugins code.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: "global name 'commmand' is not defined" while installing patches

      @olivierlambert the issue is within the xapi-plugins package on XCP-ng.
      A release candidate with the fis is on testing and will be released with next train of XCP-ng updates.

      For now the update should be done in CLI with the yum command.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @AtaxyaNetwork thanks for the report.

      I reproduced the issue, for some reason at first boot XCP-ng launch an IPv4 dhclient request (even though IPv4 is not configured on the management interface...) which overrides the DNS set after the request is replied to.

      posted in News
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      Hi all!

      8.2.1 IPv6 ISO available!

      Here's a new ISO for IPv6 based on XCP-ng 8.2.1!
      The ISO can be used to upgrade an existing server installed with the previous IPv6 test ISO or install a brand new XCP-ng 8.2.1 with IPv6 support on management interface.

      A non-IPv6 8.2.0 would remain non-IPv6 after an upgrade as it's not possible to edit the management interface's primary adress type.

      An 8.2.0 IPv6 hosts can also be upgraded via yum: yum upgrade --enablerepo=xcp-ng-updates,xcp-ng-ipv6.

      What's new

      • All 8.2.1 fixes
      • Better DNS management in the case of both IPv4 and IPv6 configured on a PIF
      • Partial support of IPv6 DHCP and autoconf

      What to test

      • Your daily uses of XCP-ng but with IPv6
      • DHCP and autoconf (I have reached the limits of my knowledge so help from the community with more IPv6 expertise would be very VERY VERY helpful! :D)
        The goal of this ISO release is mainly to get help and leads about what's missing in DHCP and Autoconf.

      Any issue encountered (and what works fine also) can be reported in this thread.

      Usual warning

      This a test ISO with an experimental feature still in development.
      IPv6 on management interface is not officially supported by XCP-ng yet and so, we do not recommend to use it for a production environment.

      Thanks a lot for the help and I hope the ISO will work well for everyone.

      posted in News
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @AtaxyaNetwork so infact the issue was with our IPv6 lab config (lol) so XOA is reachable in fact with an IPv6 address ahah.
      So you can play with it.

      Now i'm back on my DHCPv6/Autoconf/SLAAC investigations 🙂

      posted in News
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @AtaxyaNetwork there are some issues, but on XOA's side.
      For now the deploy script specifically wait for an IPv4 to complete succesfully so it won't even though the XOA VM is up and running.
      For some reason it seems the XO app is not reachable with the IPv6 address in a web browser. I'm still investigating that.

      posted in News
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @AtaxyaNetwork also, i tried to reproduce you XOA deploy issue buf failed, did you add [] around the IPv6 of your XCP-ng when filling up the deploy form?

      Thanks.

      posted in News
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      Hi all! Long time no see ^^

      I'm glad to say i'm back on IPv6 and will (soon-ish) provide a new IPv6 iso to test XCP-ng with an IPv6 management interface.
      I've made some fixes to DNS management.

      Before the new ISO i'd like to support ideally DHCPv6 and autoconf.
      For now I managed to :

      • sometimes have an IP with DHCPv6 and sometimes a DNS - no gateway but it's exepected with stateless DHCPv6.
      • Have an IP with Autoconf - No Gateway & no DNS

      I'm looking for help as my field of expertise is more ocaml dev than IPv6.
      I'm thinking especially of @AtaxyaNetwork and @bnerickson that I know have more knowledge than me for IPv6. 🙂 Any help from a forum users would be greatly appreciated.

      For DHCPv6 this is the conf of dhclient:

      interface "xenbr0" {
        send fqdn.fqdn = gethostname();
        request subnet-mask, broadcast-address, time-offset, host-name, interface-mtu, dhcp6.nis-servers, dhcp6.nisp-servers, nis-domain-name, nisp-domain-name, dhcp6.sntp-servers, dhcp6.fqdn, routers, dhcp6.domain-search, dhcp6.name-servers;
      }
      

      For Autoconf here's what's done:

      /sbin/sysctl -q -w net.ipv6.conf.xenbr0.autoconf=1
      /sbin/sysctl -q -w net.ipv6.conf.xenbr0.accept_ra=1
      

      Am I missing something obvious? I can provide more info if requested. 🙂
      Also I can made available a test iso before the real one but it'd be really a experimental ISO.

      Thanks!

      posted in News
      BenjiReis
      BenjiReis
    • RE: Kubernetes recipe failed - tasks stuck

      Hi @paulcunnane,

      Thanks for the report.

      Are you using XO from the sources of the Appliance?
      The recipe doesn't work anymore but next XOA release will fix it, the recipe has been migrated to use Debian11 instead of Debian10.

      The tasks thing has nothing to do with the kubernetes recipe, it's just XO regularly calling the updater plugin to look for updates.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @ataxyanetwork you're right. I just wanted to know to reproduce as much as possible your environment. Plus IPv6 only will be easier to debug, dual mode can have some weird magic happening at time!

      I'll take a look ASAP and post here about my findings 🙂

      posted in News
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      @ataxyanetwork hi! Thanks for the feedback.

      Did you set your host in both ipv4 & ipv6?

      posted in News
      BenjiReis
      BenjiReis
    • RE: IPv6 support in XCP-ng for the management interface - feedback wanted

      a little recap of the thread for anyone who'd like to help us by testing the feature. 🙂

      XCP-ng IPv6 recap

      A test ISO is available to test a new feature: having your XCP-ng hosts with an IPv6 management interface.

      To have an IPv6 host, you must either install a new host or upgrade one with the test ISO.

      More info on the dedicated blogpost
      Please give any feedback in this thread!

      Known limitations

      • IPv6 Static only for now
      • HA not tested yet
      • Dual stack (both IPv4 and IPv6) can lead to DNS issues and the host will use IPv4 for its XAPI operations.
      posted in News
      BenjiReis
      BenjiReis
    • RE: Can't create Private Network, on XO 5.83

      @bberndt the sdn controller communicate with the hosts on port 6640, opening it on the host should be enough.
      I don't know what's happening. !this TLS error should have been solved by the override-certs option set to on.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Can't create Private Network, on XO 5.83

      @bberndt I'd need logs to tell you.
      Just the error displayed in XO is not enough.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis