Categories

  • All news regarding Xen and XCP-ng ecosystem

    145 Topics
    5k Posts
    semarieS
    @flakpyro yes. thanks for your test and to reporting the problem anyway. it is helping us to see what kind of problems users could have.
  • Everything related to the virtualization platform

    1k Topics
    15k Posts
    poddingueP
    That settles it, thanks for running it. 0.3s against 16s on the same VM is a cleaner answer than I expected. I read the commit Teddy linked, and it makes your "same thing or two things" question look like one thing: f24df84cbe05 registers the jiffies clocksource before it gets used, because until then its max delta sits at zero and reads clamp to zero, so time stops advancing. If that's the right read, console=ttyS0 isn't a second bug, it's just more wall clock spent inside the window where the clock is stuck. Take it with a grain of salt, that's me reading a commit message rather than testing anything, so don't take it from me. More useful, maybe: I went and checked kernel/time/jiffies.c across the stable branches, and the fix is in 6.12.97+, the current 6.18.y, 7.1.4+ and 7.2, but not in 7.0.y, which isn't on kernel.org's maintained list any more. So on your 7.0.0-29 it looks like it has to come from Canonical rather than from an upstream stable update. Nothing in the patch is CPU-vendor specific either, for what that's worth.
  • 3k Topics
    29k Posts
    D
    Hey that sucks after catching up 23 commits. Looks like something broke in the log module during the update. I’d try a clean reinstall of the dependencies first, or drop back to an older Node version for a bit – Node 24 can be fussy with these packages.
  • Our hyperconverged storage solution

    50 Topics
    796 Posts
    olivierlambertO
    Great, thanks for the feedback!
  • 37 Topics
    135 Posts
    AtaxyaNetworkA
    Pour l'ISO montée deux fois : My bad, j'ai ajouter un truc en trop sur mon précédent fix. Une PR est en cours pour corriger ça. Pour le problème principal : J'ai identifié la cause, mais je n'ai pas encore de solution. Sans les drivers Xen (non initialisés avant l'installation), une VM est limitée à 4 périphériques. La séquence de boot ne peut donc pas détecter le second disque contenant le fichier Kickstart (ks). Côté Packer, on semble être bloqués par cette contrainte XCP-ng. Les seules alternatives actuelles seraient de se limiter à : 2 disques + 2 CD ou 3 disques + 1 CD + HTTP (Note : L'installation manuelle fonctionne car l'installateur démarre directement, avec le driver xen_blkfront, alors qu'avec Packer, l'injection de notre fichier interrompt le flux de démarrage classique). Je vais fouiller encore un peu, mais sans certitude d'un contournement possible. (et je regarde pour ajouter le CDlabel)