XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    • Profile
    • Following 0
    • Followers 1
    • Topics 11
    • Posts 277
    • Groups 0
    F Offline
    1. Home
    2. flakpyro
    3. Posts

    Posts

    Recent Best Controversial
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on my usual hosts without issues. I am only making limited use of QCOW2 however.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      @semarie If that's the case then the update will likely go smoothly once its released to the stable repos and users use Xen Orchestra to run a rolling pool update which follows that workflow. Since this was a test pool and using the test repos i ran the update via yum without evacuating the host first.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      @semarie In my case the pool i tested these updates on was a 2 host pool, i patched each host using yum and then kicked off a rolling pool reboot. So the VMs would have been resident on the pool master since it is the first rebooted when running a rolling pool reboot. I was unable to manually migrate the VMs resident on this host as well, attempting to do so would show the same error.

      In my case though restarting the tool stack on both hosts allowed migrations to complete and a rolling pool reboot to run successfully.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on my usual test hosts. Stand alone hosts all rebooted fine.

      My test pool of 2 servers failed to rolling pool reboot until i restarted the tool stack on both hosts. Error log is attached.
      2026-08-14T17_30_10.463Z - XO.txt

      posted in News
      F
      flakpyro
    • RE: Bad Performance CPU? get-cpufreq-para failed

      @bleader I am running into the same issue on a pair of Lenovo SR630 V4s with Intel Xeon 6530P CPUs

      [08:23 xcpng-dr-2 ~]# xenpm get-cpufreq-para
      [CPU0] failed to get cpufreq parameter
      

      Playing with different workload profiles in the bios but so far the server seems to pretty aggressively clock itself down even while CPU intensive tasks like backups are running. I am of course not able to run something like xenpm set-scaling-governor performance either.

      EDIT: The solution here is to get "Power/Performance Bias:" to OS Controlled in the servers BIOS. This restores functionality.

      posted in Compute
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      @andriy.sultanov

      Running it now shows no error! And no output so looks like i have no issues!

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      @andriy.sultanov

      Thanks

      I ran that second script on the master and it did indeed find entries:

      ./snapshot-fixer.py rewrite
      INFO:root:Check HA...
      INFO:root:Shutting down xapi...
      INFO:root:Regenerating database...
      INFO:root:The VM d6befe36-fea7-04f3-25f1-feada684702b has Ref:9 as its "snapshot_of" value, changing to null.
      INFO:root:The VM e013d9ed-63b1-9c9f-a228-d48a6047688c has Ref:89 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 060df7ee-8af4-4c93-8265-bfa3024ccacd has Ref:1 as its "snapshot_of" value, changing to null.
      INFO:root:The VM da7b6ff6-d722-2120-7cc4-a1e0038a216e has Ref:307 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 4178b057-efee-427e-bcad-67323419ac7a has Ref:9 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 8d624e49-ca99-4af6-b17c-38cad0646194 has Ref:1 as its "snapshot_of" value, changing to null.
      INFO:root:The VM dc72da43-f144-3343-5ee5-a0dbffd209f6 has Ref:251 as its "snapshot_of" value, changing to null.
      INFO:root:The VM e8c6376b-49e1-422b-551a-35420f70af2a has Ref:8 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 25eb14ab-e943-0d18-2137-c681e1191346 has Ref:11 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 6f819166-b008-4a03-a692-fcbd75018be9 has Ref:1 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 9d1a57e8-3531-4b55-9682-f775215866df has Ref:1 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 0ac88f7c-d79b-281e-cf1f-a2392ba594ed has Ref:29 as its "snapshot_of" value, changing to null.
      INFO:root:The VM 1f3541c4-8c81-4959-9cbe-edbec9481220 has Ref:1 as its "snapshot_of" value, changing to null.
      INFO:root:Writing database to /var/lib/xcp/state.db
      INFO:root:Starting up xapi...
      
      

      after which it shows clean now:

      ./snapshot-fixer.py dry-run
      INFO:root:Regenerating database...
      

      However i am still getting the same error when trying to run leaked_vbs:

      ./leaked_vbds 
      Traceback (most recent call last):
        File "./leaked_vbds", line 23, in <module>
          snap = xapi.VM.get_parent(snap)
        File "/usr/lib/python3.6/site-packages/XenAPI.py", line 317, in __call__
          return self.__send(self.__name, args)
        File "/usr/lib/python3.6/site-packages/XenAPI.py", line 198, in xenapi_request
          result = _parse_result(getattr(self, methodname)(*full_params))
        File "/usr/lib/python3.6/site-packages/XenAPI.py", line 292, in _parse_result
          raise Failure(result['ErrorDescription'])
      XenAPI.Failure: ['HANDLE_INVALID', 'VM', 'Ref:29']
      
      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      @rzr

      Is there something specific needed for the leaked_vbds script?

      When i run it i get:

      [09:37 xcpng-prd-01 ~]# ./leaked_vbds 
      Traceback (most recent call last):
        File "./leaked_vbds", line 23, in <module>
          snap = xapi.VM.get_parent(snap)
        File "/usr/lib/python3.6/site-packages/XenAPI.py", line 317, in __call__
          return self.__send(self.__name, args)
        File "/usr/lib/python3.6/site-packages/XenAPI.py", line 198, in xenapi_request
          result = _parse_result(getattr(self, methodname)(*full_params))
        File "/usr/lib/python3.6/site-packages/XenAPI.py", line 292, in _parse_result
          raise Failure(result['ErrorDescription'])
      XenAPI.Failure: ['HANDLE_INVALID', 'VM', 'Ref:29']
      
      
      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      No issues to report so far.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      No issues on the same test hosts i used for the last 2 batches of updates.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on my usual test hosts. No issues so far.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on my usual hosts, one of which has an E810 and used the ICE driver, no issues so far however i am not using LACP bonding on that host.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on my usual batch of test hosts, no issues so far.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on my usual batch of test hosts, so far so good.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      @Andrew I have experienced this twice so far as well.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      @stormi Updates deployed, no issues so far.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Updates deployed, no issues so far.

      posted in News
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on my usual test hosts without issues. However i am not using the qcow2 disk format anywhere yet

      posted in News
      F
      flakpyro
    • RE: Xen Orchestra 6.3.2 Random Replication Failure

      @florent I am using NBD for all backups yes but am not purging snapshots/usnig CBT.

      Its so rare in fact that i haven't had it happen since since i made this post last week. (When i had it happen twice in 2 days). This is our production XOA it has occurred on so i wont be able to test a branch and i have never seen it happen on my sources install at home.

      posted in Backup
      F
      flakpyro
    • RE: XCP-ng 8.3 updates announcements and testing

      Installed on a handful of test machines. Not as many as usual as im being very cautious with this one for now. Everything rebooted and VMs started ok after. Using VHD for everything currently.

      posted in News
      F
      flakpyro