XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • A

      IPMI Info Outlet Air temp missing.

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      10
      2
      0 Votes
      10 Posts
      65 Views
      J
      @acebmxer I’m sorry to say that if those Dells are at your workplace, the wrong edition of iDRAC was purchased. You see with at the very least iDRAC 9 access to the full granular IPMI sensor data, was placed behind an edition paywall by Dell Technologies. Outlet temperature is just one of the feeds, missing from the Enterprise or lower edition of iDRAC 9. You’ll get the temperature readings from the Dell iDRAC web browser based interface, but not IPMI with iDRAC 9 Enterprise. To obtain the full IPMI sensor data you need the Datacenter edition.
    • stormiS

      XCP-ng 8.3 updates announcements and testing

      Watching Ignoring Scheduled Pinned Locked Moved News
      366
      1 Votes
      366 Posts
      143k Views
      rzrR
      @ph7 said: Well I was and still is on v0.19.0: So you're up to date ! it was a mistake, let me generate an up to date list
    • C

      USB-Passthrough does not survive reboot of VM

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      3
      1
      0 Votes
      3 Posts
      24 Views
      C
      @DustinB doesn't it use the exact same mechanism? I have to find out.
    • J

      Unable to connect to V5

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      3
      0 Votes
      3 Posts
      35 Views
      J
      @olivierlambert said: I think it was fixed since, are you sure you are using an uptodate XO? Commit 0be23 Anyway was directing attention to the GitHub issue, which was opened. The issue has another reference to it.
    • olivierlambertO

      🛰️ XO 6: dedicated thread for all your feedback!

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      135
      6 Votes
      135 Posts
      11k Views
      A
      When creating vm in v6 and renaming the disk name. You can only enter 1 letter at a time. You have to keep clicking then typing the next letter. No other field has this issue. [image: 1772590611011-screenshot_20260303_211423-resized.png]
    • D

      S3 Backup - maximum number of parts

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      5
      0 Votes
      5 Posts
      249 Views
      D
      @florent The actual problem we had to solve was that AWS S3 allows 10000 chunks, whereas other implementations by default only allow 1000, so s3 library calculates small chunk size. We tried configuring swift proxy multipart and swift S3 to 10000, but it causes other problems. We also ran into the same issue using Mender with Minio as a backend failure with files over 10G. Understanding this more now and the solution could simply be to specify someone a maximum number of chunks, which would be 10000 by default by could be set to 1000. We settled on our solution because of this code in the s3 js files chunk_size = max(MIN_PART_SIZE, ceil(file_size / 10000)) It was easier to set MIN_PART_SIZE, than modify the code to have a parameter instead of 10000. And we patch the code after each XO update. Either solution would work for us, thanks for following up on this.
    • DustyArmstrongD

      AMD 'Barcelo' passthrough issues - any success stories?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      4
      1
      0 Votes
      4 Posts
      70 Views
      TeddyAstieT
      @DustyArmstrong Can you give the result of : lspci -vvv -s 00:08.0 (inside Dom0) Another question, what guest were you trying ? Can you try with a recent Linux kernel (some changes were made recently regarding video bios requirement) ? Latest Fedora should have a recent enough kernel for testing, that could maybe help workaround the issue in the meantime (and knowing if there are more issues), with no guarantee.
    • J

      Is there a way to turn off xentools vulnerable message for non-admins?

      Watching Ignoring Scheduled Pinned Locked Moved Management
      2
      0 Votes
      2 Posts
      36 Views
      olivierlambertO
      Good question! Ping @pdonias I assume
    • K

      Commit 109e376 Implications

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      5
      0 Votes
      5 Posts
      234 Views
      rzrR
      Latest XO can be new tested along XCP-ng (with OpenSSL 3): https://xcp-ng.org/forum/topic/9964/xcp-ng-8-3-updates-announcements-and-testing/363 Feedback welcome