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

      Migrated Rocky Linux -8 VM from VMWare to XCP-ng and now will not boot

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      10
      0 Votes
      10 Posts
      321 Views
      V
      @iLix The sizing of the VM in XCP-NG was bigger compared to the source
    • A

      Disk import failed

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      10
      1
      0 Votes
      10 Posts
      187 Views
      olivierlambertO
      Great news! Thanks for the feedback.
    • P

      Graph in v0.12.0 (48bf9)

      Watching Ignoring Scheduled Pinned Locked Moved Solved XO Lite
      10
      0 Votes
      10 Posts
      256 Views
      lsouai-vatesL
      @olivierlambert can you close this thread?
    • dfrizonD

      Error importing a VM exported from XCP 8.3 to XCP 8.3

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      9
      0 Votes
      9 Posts
      134 Views
      olivierlambertO
      That's the reason, then. The update will update files on the disk, not on what's running in memory, so after updates you must reboot to actually use those updates
    • D

      VM UUID via dmidecode does not match VM ID in xen-orchestra

      Watching Ignoring Scheduled Pinned Locked Moved Infrastructure as Code
      9
      0 Votes
      9 Posts
      84 Views
      olivierlambertO
      No, it's fine, as long the issue contains all the relevant details it's fine
    • henri9813H

      Unable to add new node to pool using XOSTOR

      Watching Ignoring Scheduled Pinned Locked Moved XOSTOR
      9
      0 Votes
      9 Posts
      111 Views
      henri9813H
      Hello @ronan-a Just to be sure, you want logs of the node which want to join or the master ? Bonne journée
    • TeddyAstieT

      Early testable PVH support

      Watching Ignoring Scheduled Pinned Locked Moved Development
      13
      0 Votes
      13 Posts
      631 Views
      H
      @bogikornel As discussed in the thread, pygrub doesn't work. (It might be fixable, because copying kernel and initrd to dom-0 and directly setting PV-kernel, PV-ramdisk and PV-args works, which is basically what pygrub is supposed to do. But I stopped investigating as pvhgrub is a much better option which acually works.) You have 3 options copy kernel and initrd do dom-0 and configure xe vm-param-set uuid=... domain-type=pvh xe vm-param-set uuid=... PV-kernel=/dom-0/path/to/kernel xe vm-param-set uuid=... PV-ramdisk=/dom-0/path/to/initrd xe vm-param-set uuid=... PV-args="root=... ro console=hvc0 ..." xe vm-param-clear uuid=... param-name=PV-bootloader Not a very practical option, just PoC. use pvh-ovmf, but this requires UEFI-enabled VM (ie. GPT disk layout with EFI partition and some EFI bootloader or kernel directly in EFI with proper config (or as UKI) use pvhgrub. You need a recent grub2 to build the image for i386-xen_pvh target. Or just get the blob - this one is from Alpine package curl https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/grub-xenhost-2.12-r8.apk | tar -xzf - --strip-components=3 usr/lib/grub-xen/grub-i386-xen_pvh.bin Save it to dom-0 (e.g. to /var/lib/xcp/guest/grub-i386-xen_pvh.bin) and configure the VM xe vm-param-set uuid=... domain-type=pvh xe vm-param-set uuid=... PV-kernel=/var/lib/xcp/guest/grub-i386-xen_pvh.bin xe vm-param-clear uuid=... param-name=PV-ramdisk xe vm-param-clear uuid=... param-name=PV-args xe vm-param-clear uuid=... param-name=PV-bootloader If the VM has valid grub2 config, it should work. Of course, you need a linux kernel with CONFIG_XEN_PVH enabled.
    • D

      Possible to reconnect SR automatically?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      9
      0 Votes
      9 Posts
      151 Views
      D
      @ronan-a Thanks! I've installed the plugin, and configured it. Now to wait until the next power outage. (or until I get time this weekend to test it and annoy my family)
    • olivierlambertO

      XOSTOR hyperconvergence preview

      Watching Ignoring Scheduled Pinned Locked Moved XOSTOR
      457
      1
      5 Votes
      457 Posts
      540k Views
      henri9813H
      Hello, I plan to install my XOSTOR cluster on a pool of 7 nodes with 3 replicas, but not all nodes at once because disks are in use. consider: node1 node2 node ... node 5 node 6 node 7. with 2 disks on each sda: 128GB for the OS sdb: 1TB for local sr ( for now ) I emptied node 6 & 7. so, here is what i plan to do: On ALL NODES: setup linstor packages Run the install script on node 6 & 7 to add their disks so: node6# install.sh --disks /dev/sdb node7# install.sh --disks /dev/sdb Then, configure the SR and the linstor plugin manager as the following xe sr-create \ type=linstor name-label=pool-01 \ host-uuid=XXXX \ device-config:group-name=linstor_group/thin_device device-config:redundancy=3 shared=true device-config:provisioning=thin Normally, i should have a linstor cluster running of 2 nodes ( 2 satellite and one controller randomly placed ) with only 2 disks and then, only 2/3 working replicas. The cluster SHOULD be usable ( i'm right on this point ? ) The next step, would be to move VM from node 5 on it to evacuate node 5. and then add it to the cluster by the following node5# install.sh --disks /dev/sdb node5# xe host-call-plugin \ host-uuid=node5-uuid \ plugin=linstor-manager \ fn=addHost args:groupName=linstor_group/thin_device That should deploy satelite on node 5 and add the disk. I normally should have 3/3 working replicas and can start to deploy others nodes progressively. I'm right on the process ? aS mentionned in the discord, i will post my feedbacks and results from my setup once i finalized it. ( maybe thought a blog post somewhere ). Thanks to provide xostor in opensource, it's clearly the missing piece for this virtualization stack in opensource ( vs proxmox )
    • M

      backup tasks (exporting VDI) stopped showing progression, bug introduced on build master 7994f or shortly before

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      9
      0 Votes
      9 Posts
      329 Views
      M
      fixed in commit fcefa
    • M

      Understanding multiple schedules

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      9
      1
      0 Votes
      9 Posts
      239 Views
      lsouai-vatesL
      Hello, I am asking XO team.
    • H

      Setting Video RAM above 16MB

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      9
      0 Votes
      9 Posts
      193 Views
      olivierlambertO
      Yeah I remember it wasn't that easy
    • M

      Confirming health checks work

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      8
      1
      0 Votes
      8 Posts
      176 Views
      olivierlambertO
      It's better to have it to get handy options like IP addresses displayed and so on.
    • A

      HPE ML350 G11 - Fan at high speed - Agentless Management (AMS)

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      12
      0 Votes
      12 Posts
      939 Views
      T
      @flakpyro i try to find a new version but site and search only found 3.3.0. When try to search again in a proxmon forum found the repo xD
    • R

      Pool Master

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      8
      0 Votes
      8 Posts
      90 Views
      R
      @olivierlambert Dang ok. I waited a few minute then clicked the Connect in XOA for that host and it connected. Not sure what to do really.
    • W

      Backup status email template

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      8
      1
      0 Votes
      8 Posts
      66 Views
      olivierlambertO
      Great!
    • D

      Kubernetes Recipe VM failed to start - Raise Network Interfaces

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      8
      1
      0 Votes
      8 Posts
      163 Views
      D
      @nathanael-h yeah, the installation finished, tho as mentioned above I would prefer to assign my ips via dhcp, so it's not perfect. (mind, I'm currently using a manually deployed cluster just fine, so I'm in no rush to really figure out why the automatic ups are failing) Unrelated, are there plans to eventually allow for up/down scaling the recipe later? With the CCM, setting up vm auto scaling should be possible if the recipe supports it right?
    • K

      XO6 Possible Issue with Lock Sidebar Button

      Watching Ignoring Scheduled Pinned Locked Moved Solved Management
      8
      0 Votes
      8 Posts
      196 Views
      K
      @lsouai-vates Duly noted. If amd when you do get a moment, could you have a look at https://xcp-ng.org/forum/post/94297 and offer up any guidance on how I can stop the debug log entries and also the double timestamp entries in the audit.log file? Thank you.
    • P

      Is there a way to assign OIDC user to local XOA group (which will have target permissions applied)?

      Watching Ignoring Scheduled Pinned Locked Moved Management
      8
      0 Votes
      8 Posts
      162 Views
      P
      @olivierlambert, yes, thank you. I will open that ticket.
    • G

      USB + GPU pass-though issue

      Watching Ignoring Scheduled Pinned Locked Moved News
      7
      0 Votes
      7 Posts
      150 Views
      G
      @stormi Thanks! @olivierlambert @TeddyAstie I am unable to test further since I don't have a 'passable'/'assignable usb controller which can be passed through. Have ordered one and would keep you guys posted once I get it and test it. Though I can confirm that the bug (dunno if it is the driver / xcp-ng) persists.