XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. jr-m4
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 36
    • Groups 0

    jr-m4

    @jr-m4

    20
    Reputation
    3
    Profile views
    36
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    jr-m4 Unfollow Follow

    Best posts made by jr-m4

    • RE: Building from source, now introduces local changes in typed-router.d.ts?

      @MathieuRA

      I noticed you merged https://github.com/vatesfr/xen-orchestra/pull/9787

      I just tried it. And it does seem to fix my original issue!

      Thank you! I am always impressed by you guys. Making testing and reporting upstream (to you guys) a good experience!

      Elise-FZI opened this pull request in vatesfr/xen-orchestra

      closed fix(xo6): remove dev routes from prod #9787

      posted in Xen Orchestra
      J
      jr-m4
    • RE: Backblaze as Remote error Unsupported header 'x-amz-checksum-mode' received for this API call.

      I submitted this as a GitHub issue last week.

      TL;DR: Backblaze aparently doesn't support those flags that are enabled by default
      "Backblaze does not yet accept these headers, so we recommend downgrading to AWS Javascript 3.x SDK version 3.728.0."

      https://github.com/vatesfr/xen-orchestra/issues/8358

      cloudrootab created this issue in vatesfr/xen-orchestra

      open S3 Backup: "Unsupported header 'x-amz-checksum-mode' received for this API call." #8358

      posted in Xen Orchestra
      J
      jr-m4
    • RE: Rolling Snapshot not cleaning up old snapshots, regardless of retention is set to.

      @olivierlambert
      I've finally had time to sit down and do some more troubleshooting.
      It seems that the issue is somehow tied to the backup-jobs themselves.
      Deploying XOA and subsequently importing XO-config from my XOCE instance. I continued to see several issues between both instances.
      These issues pretty much went away, when I re-did the backup-jobs from scratch. And are now much more in-line with what I'm excepting to see. This was done on both XOA Stable, Latest and XOCE

      I am no longer able to repoduce this at all.
      So my guess is that a bug of some sort got introduced with this being a constantly updated from source instance.

      Marking as solved. As I don't believe there is much more to do at this time.

      posted in Backup
      J
      jr-m4
    • RE: VM vCPU allocation

      @McHenry
      Differences could be things such as:

      • Amount of cores between hosts for migrations
      • Guarantee performance between guests. So that they don't affect each other as much.

      Same with overprovisioning dynamic RAM

      posted in Management
      J
      jr-m4
    • RE: Building from source, now introduces local changes in typed-router.d.ts?

      @MathieuRA
      The sdn-plugin is back. I am amazed by that quick resonse and fix. THANKS!

      However, the issue with @xen-orchestra/web/typed-router.d.ts being locally modified during compilation, is still present. Leading to have to git restore @xen-orchestra/web/typed-router.d.ts before being able to pull from github.

      The build-script that I use is based on (then) official docs

      #!/bin/bash
      set -ex
      set -o pipefail
      git checkout .
      git pull --ff-only
      yarn
      yarn build
      
      posted in Xen Orchestra
      J
      jr-m4
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      Small discrepancy: VDIS or VDIs? Which one is it? 😉

      Red points out where it's called VDIS.
      Green where it is called VDIs.

      And as a bonus feedback/question. Why is it called "A VDIS" ?(marked with yellow)

      68958f81-21fb-4737-955d-bb90bd2f7b66-image.jpeg

      posted in Xen Orchestra
      J
      jr-m4
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      Clicking through the different parts in the leftmost pane has (what feels like) inconsistent landing pages. When in reality, it lands on the previous tab visited for that item.

      Example.
      If I click on Xen Orchestra Appliance I would expect to land on the Dashboard tab. But if I had previously looked inside the Pools tab, then that is where I would land.

      This behaviour is the same regardless of which item I click through. Be it Pool/Host/Guest..

      I'll admit that it kind of makes a little bit of sense in thought. But it feel far more jarring and confusing when navigating. Since you never really know which tab you'll be met with when browsing. As each and every level/item is handled individually, separate from all others.

      posted in Xen Orchestra
      J
      jr-m4

    Latest posts made by jr-m4

    • RE: Revert to snapshot, resets creation date. Intended behaviour?

      @poddingue

      Thanks for your input.
      Yes I'm aware that basically everything on the VM is incorporated into the snapshot. Including settings and metadata. This is acctually why I was surprised that the creation date wasn't preserved as part of that metadata. And as you say, if one uses that metric to track VM history. Then it can, and will, throw you off.

      I'll gladly submit this as a feature request. But my gut feeling is that it is more akin to a bug than missing feature per se.

      Thanks!

      posted in XCP-ng
      J
      jr-m4
    • RE: (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      @TeddyAstie

      I do not have Citrix ones. This VM was pretty much freshly installed to test Windows2025 on as pure Vates-maintained stack as possible.

      Update: Please note my post above. Tha this seems to be triggered by live-migrating the vm

      posted in Xen Orchestra
      J
      jr-m4
    • RE: (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      I believe I have a reproducible method to make it expand.
      The trick aparently is Live migrating the VM.

      After reboot

      Pre live migration:
      5f44f037-3b0a-4b26-927f-f4142399ea4d-image.jpeg

      Post live migration:
      52b4fcbf-d7bb-4810-b610-997dbf98530f-image.jpeg

      posted in Xen Orchestra
      J
      jr-m4
    • RE: (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      I have now tried updating to the latest version included in the xcp-ng guest-tools.iso. Followed by a reboot.

      At the moment, the zeroes are collapsed. But I won't count my chickens before they've hatched. So I will reply back if they expand out again (as seen before).

      Thanks!

      posted in Xen Orchestra
      J
      jr-m4
    • RE: (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      @dinhngtu said:

      @jr-m4 Could you check if your VMs are using XenServer or XCP-ng tools?

      They are using the vates provided xcp-ng guest tools.
      80a1bf8d-0557-4058-a094-c4f1d3611bc8-image.jpeg

      posted in Xen Orchestra
      J
      jr-m4
    • RE: (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      After applying latest updates and commits, to both xcp and XO. The zeroes were still non-collapsed.

      However. Rebooting the VM resulted in the zeroes now collapse properly as expected.

      I had previously rebooted the VM, so I don't believe that was the solution. But I did not check inbetween pulling latest source, and updating XCP. So I'm unsure which update solved it.

      But this then has been resolved.
      Update: Not solved! Now on fully updated XCP & XO, and the VM being rebooted as per post-details above.

      posted in Xen Orchestra
      J
      jr-m4
    • RE: (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      @olivierlambert said:

      Well, I'm not seeing the same behavior here, fe80::4496:9d87:690d:ccc7 is collapsed, unlike in your screenshot 🤔

      I'm now back with better information from the original pool.

      xe vm-list uuid=0513005e-3626-1867-306d-9d5415cd6516 params=networks
      networks (MRO)    : 0/ip: 192.168.97.60; 0/ipv4/0: 192.168.97.60; 0/ipv6/0: fe80:0000:0000:0000:a57c:c544:3b03:8910
      

      I will apply latest updates to see if this has any bearing on the matter.

      posted in Xen Orchestra
      J
      jr-m4
    • (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      I have noticed that on at least Windows Server 2025, using the vates maintaned XCP-ng Windows Gust Tools (v9.1.146.0). XO (same in both 5 & 6) doesn't seem to collapse the IPv6 zeroes as expected. Leading to l00000ng addresses visually.

      0ec56081-b186-44c9-90c1-ac98806d24cb-image.jpeg

      posted in Xen Orchestra
      J
      jr-m4
    • RE: Date format on web interface: Only US format available?

      @robbie-c said:

      I've searched for forum posts and can't see anything related to this.

      The date format on our new XCP-ng interface only seems to show US dates (MM/DD/YY), which is pretty confusing for us here in Australia!
      I can't see anything in the settings to change this, is there something I'm missing?

      I'm guessing it's pretty confusing for most non-US people, including Swedes.

      posted in Compute
      J
      jr-m4
    • RE: Building from source, now introduces local changes in typed-router.d.ts?

      @MathieuRA

      I noticed you merged https://github.com/vatesfr/xen-orchestra/pull/9787

      I just tried it. And it does seem to fix my original issue!

      Thank you! I am always impressed by you guys. Making testing and reporting upstream (to you guys) a good experience!

      Elise-FZI opened this pull request in vatesfr/xen-orchestra

      closed fix(xo6): remove dev routes from prod #9787

      posted in Xen Orchestra
      J
      jr-m4