XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    XCP-ng 8.3 betas and RCs feedback πŸš€

    Scheduled Pinned Locked Moved News
    792 Posts 89 Posters 1.3m Views 69 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stormiS Offline
      stormi Vates πŸͺ XCP-ng Team @stormi
      last edited by

      @stormi said in XCP-ng 8.3 betas and RCs feedback πŸš€:

      @Tristis-Oris said in XCP-ng 8.3 betas and RCs feedback πŸš€:

      yum install pcre2 --enablerepo=epel,base,sources

      It is indeed missing. I must have missed something when I replicated the repository from CentOS vault.

      Aaaaand... It's fixed now.

      A 1 Reply Last reply Reply Quote 1
      • stormiS Offline
        stormi Vates πŸͺ XCP-ng Team @AlexanderK
        last edited by

        Here are new updates for XCP-ng 8.3.0. In theory, the last ones before the final release:

        • sm-3.2.3-1.7.xcpng8.3: beta support for XOSTOR (which will become available for production a bit after the release of XCP-ng 8.3.0)
        • xapi-24.19.2-1.4.xcpng8.3 (and the numerous RPM packages that come from that build): a small IPv6-related fix, but I won't detail it here because another fix is needed so that the first fix is really useful πŸ˜…. There will be more fixes related to IPv6 shortly after the release of XCP-ng 8.3.0.
        • xcp-ng-pv-tools-8.3-12.xcpng8.3: fixed the package versions (no changes but the displayed version).
        • xsconsole-11.0.6-1.2.xcpng8.3: add the ability to join a pool from XSConsole when the primary address type is IPv6.

        We also made one change to the installer since the RC2 release: the installer will now refuse to upgrade if the host's certificate size is too small (which would prevent XAPI from being able to communicate with clients or other hosts!). The release notes will document how to change the key before doing an upgrade. Most users who initially installed XCP-ng with a version lower than 8.0 were likely to fall into this trap, so we made these two last minute changes to prevent it:

        • On XCP-ng side: the installer check described above.
        • On Xen Orchestra side: a warning on pools which have "small" host keys.
        F 1 Reply Last reply Reply Quote 2
        • F Online
          flakpyro @stormi
          last edited by

          @stormi Updated without issues however noticed it dumped some errors to the console on reboot.

          Checking into it i see the following in xensource.log

          /var/log/xensource.log-Sep 25 12:12:29 xcpng-prd-02 xcp-networkd: [ info||131 |server_init D:2740ee30f2da|network_utils] /usr/bin/ovs-vsctl --timeout=20 --bare -f table -- --columns=name find port fake_bridge=true tag=199
          /var/log/xensource.log:Sep 25 12:12:29 xcpng-prd-02 xcp-networkd: [error||131 |server_init D:2740ee30f2da|network_utils] Error in read one line of file: /sys/class/net/eth3/features, exception Unix.Unix_error(Unix.ENOENT, "open", "/sys/class/net/eth3/features")\x0ARaised by primitive operation at Xapi_stdext_unix__Unixext.with_file in file "ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/unixext.ml", line 92, characters 11-40\x0ACalled from Xapi_stdext_unix__Unixext.buffer_of_file in file "ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/unixext.ml" (inlined), line 177, characters 2-52\x0ACalled from Xapi_stdext_unix__Unixext.string_of_file in file "ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/unixext.ml", line 179, characters 47-73\x0ACalled from Network_utils.Sysfs.read_one_line in file "ocaml/networkd/lib/network_utils.ml", line 160, characters 6-33\x0A
          **/var/log/xensource.log-Sep 25 12:12:29 xcpng-prd-02 xcp-networkd: [error||131 |server_init D:2740ee30f2da|network_utils] Caught unix error: No such file or directory [access, /usr/sbin/ovs-vlan-bug-workaround]**
          /var/log/xensource.log-Sep 25 12:12:29 xcpng-prd-02 xcp-networkd: [error||131 |server_init D:2740ee30f2da|network_utils] Assuming script /usr/sbin/ovs-vlan-bug-workaround doesn't exist
          
          

          Looking on hosts i haven't let patched i see this exists on them as well. It doesn't seem to affect anything. All hosts were ISO upgraded to RC2 last week.

          1 Reply Last reply Reply Quote 1
          • L Offline
            letizido 0
            last edited by

            Hello,

            This is a somewhat strange request, but I figured I would post it anyway in case someone else has my use case.

            I installed XCP-ng 8.3 RC2 on two hosts. On my newer host, I have 96G ram, a 1T and a 4T drive. I have already deployed a few VMs (Windows 11 and various flavors of Linux. Everything is running well. No complaints. I also am running Xen Orchestra from source on a separate machine as a container. All good so far.

            Now for my use case: The newer host has a CPU/GPU chip combo powerful enough to run medium-complexity games on, but I don't believe the Windows VM has enough access to the GPU to run the games at their full rendition. So, since this is a lab/play installation anyway, I wanted to explore the potential of installing Windows 11 on the 4T drive to dual boot between XCP-ng and Windows 11. I have already installed Windows no problem on the 4T drive and it is bootable from the EFI boot menu. What I really want to accomplish is to get the Windows boot menu item into the XCP-ng grub menu so that I don't have to use a keyboard interrupt to bring up the EFI boot menu. I have tried several times to modify grub to add the Windows menu item, but every time I try it I get a corrupt grub menu. Any ideas?

            I have modified the /etc/grub.d/40_custom file, adding the following to the end of the file:
            menuentry "Windows 11" {
            set root=(hd0,2)
            chainloader +1
            }

            I then ran the following to modify the grub.cfg in /boot/efi/EFI/xenserver/
            grub-mkconfig -o /boot/efi/EFI/xenserver/grub.cfg

            When I reboot, the menu appears as all special characters, and does boot up xcp-ng. I can then log in as root and revert to the original grub.cfg and all is well. It's just that the menu is corrupt.

            Has anyone tried this and succeeded? I would appreciate it if you could reply to this post.

            L 1 Reply Last reply Reply Quote 0
            • L Offline
              letizido 0 @letizido 0
              last edited by

              @letizido-0 I solved my own problem. It turns out grub-mkconfig reads every file in the /etc/grub.d/ directory and builds the grub.cfg trying to include everything. Much easier to just directly edit the grub.cfg and add the menu item with proper settings. Working fine now. Perhaps you may want to look at all those scripts in /etc/grub.d/ and remove what XCP-ng doesn't use/need.

              1 Reply Last reply Reply Quote 1
              • stormiS Offline
                stormi Vates πŸͺ XCP-ng Team
                last edited by

                Regarding the fact that the upgrade asks for the network configuration for hosts which are not the pool master: we checked, it's been the case in this installer code since more than ten years. At some point, the installer needs to contact the pool master during the upgrade.

                M I 2 Replies Last reply Reply Quote 1
                • M Offline
                  manilx @stormi
                  last edited by

                  @stormi Good to know, thx.

                  1 Reply Last reply Reply Quote 0
                  • I Offline
                    imaginapix @stormi
                    last edited by

                    @stormi said in XCP-ng 8.3 betas and RCs feedback πŸš€:

                    At some point, the installer needs to contact the pool master during the upgrade.

                    Good to know that - never had to reinstall yet. Thanks for that info stormi

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      ThierryC01
                      last edited by

                      Weird incident here, my server froze for no reason at all (none that I can know yet), I don't even know for how long it has been frozen since the VM I use every day is working. I cannot ping Xcp-ng server, it is registered but cannot be connected via Xen Orchestra. I did not run the 2 latest batches of updates on my XCp-NG 8.3 server. The weird thing is that most of my Linux VM are still running and reachable!! The Windows VM, on the other hand are not reachable. Any recommendations for investigation before I reboot the host server? It is running on a Supermicro and I can see the frozen main screen via iKVM and it does not respond to keyboard inputs, not even from the virtual kvm keyboard.Capture d’écran 2024-09-27 aΜ€ 11.45.41.png

                      1 Reply Last reply Reply Quote 0
                      • olivierlambertO Offline
                        olivierlambert Vates πŸͺ Co-Founder CEO
                        last edited by

                        I suppose you cannot have any physical access to check on a screen?

                        T 1 Reply Last reply Reply Quote 0
                        • T Offline
                          ThierryC01 @olivierlambert
                          last edited by

                          @olivierlambert There is no physical screen attached to it. I am currently investigating the SSD that was booting CXP-ng. I am guessing it just died on me. Will update if I can read any data from it.

                          • Any specific log I should look at if any available?
                          • If I restart from scratch with a new disk, will I retrieve my VMs that are actually stored on other disks?
                          1 Reply Last reply Reply Quote 0
                          • olivierlambertO Offline
                            olivierlambert Vates πŸͺ Co-Founder CEO
                            last edited by

                            1. kern.log, dmesg, the usual suspects.
                            2. if you have a metadata backup yes. Otherwise, you'll need to re introduce the SR, and just have to recreate your VMs and attach the existing disks to it (and without the metadata info, if your disks are all the same size, it could take same some time to find who's who)
                            T 2 Replies Last reply Reply Quote 0
                            • T Offline
                              ThierryC01 @olivierlambert
                              last edited by

                              @olivierlambert I could access the SSD, filesystem was corrupted. I don't think I have a backup at hand just in case I would not be able to boot at all. What files could I transfer to get all my VMs back to normal after a clean install on a new disk?

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                ThierryC01 @olivierlambert
                                last edited by

                                @olivierlambert System restarted, not sure how to backup XCP-NG server side properly though. I ran a backup of XO metadata and pool parameters.

                                1 Reply Last reply Reply Quote 0
                                • olivierlambertO Offline
                                  olivierlambert Vates πŸͺ Co-Founder CEO
                                  last edited by

                                  XCP-ng pool metadata backup is exactly what you needed in that case πŸ™‚

                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    archw @stormi
                                    last edited by

                                    @stormi
                                    FWIW...one of the boxes where I installed the latest updates (from a few days ago) did not autostart any of the VMs. I had to manually start each of them.

                                    stormiS 1 Reply Last reply Reply Quote 0
                                    • X Offline
                                      XCP-ng-JustGreat
                                      last edited by

                                      Latest updates over ISO-installed 8.3 RC2 worked fine for me. I did experience one host in my three-host pool to which no VMs could be migrated. After looking at the networking from bash in DOM0, it showed that both 10G ports for the storage and migration networks were DOWN. These ports are on a genuine IBM-branded Intel X540-T2 card I bought used on eBay so it might have gone bad. Since the card has worked well for some time, I figured it couldn't hurt to re-seat it in the PCIe slot. Sure enough, that fixed it. Moral of the story: check the mundane stuff first; it's not always the fault of new updates.

                                      1 Reply Last reply Reply Quote 2
                                      • olivierlambertO Offline
                                        olivierlambert Vates πŸͺ Co-Founder CEO
                                        last edited by

                                        haha nice catch, PCI reseat is like black magic sometimes πŸ˜„

                                        1 Reply Last reply Reply Quote 0
                                        • stormiS Offline
                                          stormi Vates πŸͺ XCP-ng Team @archw
                                          last edited by

                                          @archw and the other hosts did?

                                          A 2 Replies Last reply Reply Quote 0
                                          • A Offline
                                            archw @stormi
                                            last edited by

                                            @stormi
                                            Yes

                                            I've not had a chance to reboot the host since then to see if something else is going on. Will do so tonight.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post