Team - XAPI Network

Private

Posts

  • RE: XCP-ng 8.3 updates announcements and testing

    @rzr We've found a regression in the VM revert with the new version of xapi (26.1.11)

    The CD VBDs of the pre-revert are not removed when reverting, this means that the reverted VM usually ends up with duplicated VBDs for CDs.

    We've verified a fix for it and we're integrating it as soon as possible. This means that this test cycle will take longer.

  • RE: MTU change

    @Andrew I did suspect that would be sufficient, but we need to think at feature level, and as mentionned there is no such thing we could do "quickly" for linux and other OSes. I anyway did a brain dump of my investigation before posting my previous message and we do now have an entry in the roadmap for it, which was not the case previously.

  • RE: MTU change

    Unfortunately, that's not trivial.

    Currently in windows, the PV driver reads that info inheritance from the network setting at startup and applies it, it would not allow live modification.

    On the other hand, the Linux driver does not do that, therefore it would not be at feature parity. So it would likely be possible to have a "quick and dirty" implementation that works only at boot and only on windows, that would help your case indeed, but that's not a great product feature 😅

    We will discuss that internally and see what can be added to the roadmap and to which depth we want to dig that hole as well as this can go pretty far, we'll need to split that in smaller steps to be able to deliver something in a timely fashion.

  • RE: xe sr-create ignores other-config:auto-scan=true during SR creation

    @mdm Similar to the name-description parameter, the CLI ignores this parameter.

    The expected way to use would be to set the field value after the SR has been created.

    I'll make a work item to change the CLI and warn of ignored parameters so confusion like this doesn't happen

  • RE: Adding new host to pool fails - Stunnel SSL certiticate verification failure

    Sorry, but it is outside my competence zone. I prefer to not tell you to try something that I don't know the exact consequences of.

    Does someone else could reply ?

  • RE: Adding new host to pool fails - Stunnel SSL certiticate verification failure

    Yes, if the file is empty, it is expected to the openssl x509 command to fail.
    Does is it the same on the master ?