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
    • C

      VMWARE to XCP-ng migration of 2TB disk

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      3
      0 Votes
      3 Posts
      202 Views
      J
      @CyaVMware said: Have a simple question for someone. Looking at migrating a client to XCP. Currently they have a data disk that is exactly 2TB in VMware. My question is the limitation anything OVER 2TB, or is it 2TB AND above? I'd prefer not to use the VMware converter tool to shrink the disk to 1.99TB if I don't have to. VHD format has a strict limit of roughly 2TB (around 2040 GB), so if your client’s VM disks are larger than this then you’re going to have trouble with VHD format. However QCOW2 support is almost here (production ready) about to reach RC2 state, once this reaches stable you’ll be able to safely reach a max of around 16TB. That is if your using ext4 based SR, other Filesystems have different limits. If using a networked file sharing protocol service then, the limit of the host server’s filesystem applies. Though QCOW2 VDI has a limit of 16 TiB.
    • K

      XenClean | Cleanup Failed on Windows Server 2022 VM

      Watching Ignoring Scheduled Pinned Locked Moved Management
      3
      1
      0 Votes
      3 Posts
      188 Views
      K
      @dinhngtu Thanks for the fast response, as always.
    • P

      Ignition and creating a SUSE MicroOS VM

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      11
      0 Votes
      11 Posts
      4k Views
      G
      @Bytevenidos That's an interesting way of doing this, I'll have to remember it. I think the Fuel Ignition tool has a vhd output, it also produces both ignition and combustion parts for you. Worked pretty good on one test machine, but I need to go deeper into some of the other choices you can type in.
    • M

      log_fs_usage / /var/log directory on pool master filling up constantly

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      20
      1
      0 Votes
      20 Posts
      2k Views
      G
      @denis.grilli The problem is not the performance of the scan ... the problem is, that this storage device only consists of block devices (disks) that should go into standby mode when not used ... but I think I've found a code line that checks if other-config for an SR contains auto-scan: false... I think ...
    • A

      File based restore is missing tons of files

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      3
      0 Votes
      3 Posts
      133 Views
      DanpD
      @archw Could the results you are observing be due to the fact that some of the files weren't modified in the specific delta backup that you selected as your restore point? For example: In another subdirectory there are supposed to be 7 files but in the selection window there are only two. When were these 5 "missing" files last modified?
    • M

      libfuse.so: error adding symbols: File in wrong format

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      48
      0 Votes
      48 Posts
      23k Views
      florentF
      @Mark-C this is not forgotten, but file level restore has been under priorised, so it didn't get much work it is now quite high on our backlog , so expect good news in the next months
    • T

      How to unbind trial license

      Watching Ignoring Scheduled Pinned Locked Moved Management
      3
      0 Votes
      3 Posts
      143 Views
      G
      Hello @tsukraw , normally your client should be able to bind the new license on their XOA. BTW, you talk about binding the license to a pool but an XOA license is bound to an XOA. I suggest your customer open a support ticket so we can help them with that issue.
    • BrantleyHobbsB

      How do I apply host patches in XO-6?

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      3
      0 Votes
      3 Posts
      144 Views
      BrantleyHobbsB
      @DustinB thank you! I suspected as much, but as my wife points out all the time, I am terrible at finding things, so I figured I would ask.
    • DustyArmstrongD

      REST - Reversed query?

      Watching Ignoring Scheduled Pinned Locked Moved REST API
      2
      0 Votes
      2 Posts
      19 Views
      florentF
      @DustyArmstrong for now the rest api doesn't support server side sorting ( we don't have the memory budget to do this ) it will be improved in the future
    • B

      "app.getLicenses is not a function" when I try to add a node to my pool

      Watching Ignoring Scheduled Pinned Locked Moved Management
      2
      0 Votes
      2 Posts
      26 Views
      florentF
      @bvivi57 said: getLicenses do you have xostor installed ?
    • C

      Is v8.3 NUMA aware?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      7
      0 Votes
      7 Posts
      323 Views
      Y
      Hello @codemercenary In theory Xen is NUMA aware (See https://wiki.xenproject.org/wiki/Xen_on_NUMA_Machines) so you would leave memory interleaving option of the BIOS off so that Xen does what it thinks is necessary. But these kinds of settings are very very workload sensitive and in fact it's usually a good idea to just test what works best for you. Regards, Yann
    • D

      XCP-ng 8.3 No Longer Compatible with Older Adaptec RAID Card?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      5
      1
      0 Votes
      5 Posts
      261 Views
      Y
      @dkg Please also note that you should not use @jul1an ISO installer on production environment. Only on test env where you can afford to break things and lose data.
    • H

      Default console username and password on XOA Appliance

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      12
      0 Votes
      12 Posts
      29k Views
      olivierlambertO
      Hi, See https://docs.xen-orchestra.com/troubleshooting#recover-web-login-password
    • B

      The Lowest Priority Bug Ever? (/etc/udev/rules.d/z10-xen-vcpu-hotplug.rules)

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      5
      0 Votes
      5 Posts
      467 Views
      rzrR
      @bnerickson said: Thanks for the reminder, for some reason it was not seen before (all applogies). I'm unsure where to report this, Here or in related open projects directly (assuming you know where to look at) but let me guide you. but syslog reports the following warning when a VM starts: (UDEV-WORKER) cpu0: Process '/bin/sh -c '[ -e /dev/xen/xenbus ] && [ -e /sys/devices/system/cpu/cpu0/online ] && echo 1 > /sys/devices/system/cpu/cpu0/online'' failed with exit code 1. Good catch, it's a bad habit to use AND (&&) in conditionals. Hardcore programmers prefer to use OR (||) in scripts, this practice prevents failed exit and make debugging easier (with set -xe). (...) > ACTION=="add", SUBSYSTEM=="cpu", RUN+="/bin/sh -c 'if [ -e /dev/xen/xenbus ] && [ -e /sys$devpath/online ]; then echo 1 > /sys$devpath/online; fi'" That would work, What about this "simpler" form ? [ ! -e /dev/xen/xenbus ] || [ ! -e /sys$devpath/online ] || echo 1 > /sys$devpath/online Could be harder to read, but I get used to. If you want you can contribute the fix directly to upstream since the file is public at: https://github.com/xenserver/xe-guest-utilities/blob/master/mk/xen-vcpu-hotplug.rules About the exec bit, here is the line that should be changed: https://github.com/xcp-ng-rpms/xcp-ng-pv-tools/commit/3d134fbd0f3ac9e2f3cfa914e38b33529635d458#r183816712 @bnerickson, If you need any mentoring for OSS contributions, I would be more than a happy to help. Since it's a lowest priority you can take all the time you need, and If too busy, no problem we can do it for you and then backport the change to XCP-ng. 1 stormi committed to xcp-ng-rpms/xcp-ng-pv-tools Build the tools from the sources - Build 32 bit and 64 bit xe-guest-utilities - Build TGZ, RPM and DEB packages for xe-guest-utilities - Put the result into the ISO and the ISO into the xcp-ng-pv-tools RPM (as before). It's a bit hacky, but as the binaries are statically linked, this peculiar build process should work.
    • R

      VTPM_MAX_AMOUNT_REACHED

      Watching Ignoring Scheduled Pinned Locked Moved Management
      3
      1
      1 Votes
      3 Posts
      196 Views
      olivierlambertO
      Interesting Maybe a way to create the vTPM in XO? Adding @julienxovates in the loop
    • W

      VDI not showing in XO 5 from Source.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Management
      41
      2
      0 Votes
      41 Posts
      4k Views
      A
      @Team-Storage I am also having the same issue. Here is link on my forum post: https://xcp-ng.org/forum/topic/12093/lost-connection-to-iso-repository/9
    • michael.manleyM

      XCP-ng Center 25.04 Released

      Watching Ignoring Scheduled Pinned Locked Moved News
      27
      7 Votes
      27 Posts
      36k Views
      dfrizonD
      Adding: is there a possibility to see the vm-export progress in the XCP-ng Center in a next update? Actually we only can see the vm-import progress. Thanks!
    • P

      Timestamp lost in Continuous Replication

      Watching Ignoring Scheduled Pinned Locked Moved Solved Backup
      29
      2
      0 Votes
      29 Posts
      2k Views
      olivierlambertO
      Thank you for your feedback @kratos !
    • G

      OpenTofu - create VM from named template in the configured pool

      Watching Ignoring Scheduled Pinned Locked Moved Infrastructure as Code
      1
      0 Votes
      1 Posts
      18 Views
      No one has replied
    • J

      (Windows) guest IPv6 address doesn't collapse zeroes -> Long IPv6 addresses

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      1
      1
      0 Votes
      1 Posts
      12 Views
      No one has replied