Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    336 Topics
    3k Posts
    J
    @Danp Sorry, due to the host being added and me continuing on with my other tasks, it is not. I could have made that more clear.
  • ACLs, Self-service, Cloud-init, Load balancing...

    86 Topics
    739 Posts
    J
    hello running xcp-ng version 8.2.1 build date 2025-05-07 restart of node has been done netdata-ui version 1.19 release 6.xcpng8.2 from xcp-ng-updates repo netdata version1.44.3 release 6.xcpng8.2 from xcp-ng-updates repo confirmed following also installed xen-dom0-libs-devel yajl-devel xen-devel i have removed and reinstalled netdata-ui as well this was working fine before but sometime in the last few months , maybe when netdata updated to the versions above and the interface all changed, VM's are no longer visible in netdata [image: 1747811341191-c0b11d3e-0a0f-41dc-b122-4f1e769a92fe-image.png] use to be a giant list of VMs here, this is happening on all my xcp-ng servers, not just the one. they are all at the above mentioned xcp-ng version and netdata version. anyone else experiencing this? have any suggestions on whats going on, why the VM's are not showing up in netdata anymore on any of my hosts?
  • All XO backup features: full and incremental, replication, mirrors...

    344 Topics
    3k Posts
    M
    @florent Will update and try at the end of today then (GMT)
  • Everything related to Xen Orchestra's REST API

    61 Topics
    476 Posts
    S
    @Studmuffn1134 I changed my link from ws:// to https:// and it now gives me this error File "Z:\Valera\School\Lakeland University\Finished\Programming 2\Python Programs\StudsPrograms.venv\Lib\site-packages\jsonrpc_base\jsonrpc.py", line 213, in parse_response raise ProtocolError(code, message, data) jsonrpc_base.jsonrpc.ProtocolError: (10, 'invalid parameters', {'error': {'message': 'invalid parameters', 'code': 10, 'data': {'errors': [{'instancePath': '/id', 'schemaPath': '#/properties/id/type', 'keyword': 'type', 'params': {'type': 'string'}, 'message': 'must be string'}]}}, 'id': '0a11ec72-9300-4030-a5d2-a5c0286f3811', 'jsonrpc': '2.0'})
  • Terraform, Packer or any tool to do IaC

    31 Topics
    285 Posts
    nathanael-hN
    xo-powershell moves from alpha to beta The XO-PowerShell module is published in the :microsoft: PowerShell Gallery as v1.0.0-beta https://www.powershellgallery.com/packages/xo-powershell/1.0.0-beta Grab it with one powershell command: Install-Module -Name xo-powershell -AllowPrerelease Doc here Thanks to @dinhngtu @iButcat
  • Modify xo-web with own Logo

    5
    0 Votes
    5 Posts
    839 Views
    rajaa-bR
    Hi, If you want to change the background color, you need to update the $side-menu-bg: #044b7f; in ~/xen-orchestra/packages/xo-web/src/index.scss . Best regards.
  • backup to s3 - backup and restore

    2
    0 Votes
    2 Posts
    228 Views
    olivierlambertO
    It's exactly the same process for any other backup.
  • Live Migration gone bad, Help!

    10
    0 Votes
    10 Posts
    1k Views
    R
    @stormi so now I have to just figure out how to delete the ghost vm before i reconnect the pool to XO. in xen center I can't delete it for some reason .. guess i'll try cli (never deleted a vm like that before)
  • cr vs delta backup

    2
    0 Votes
    2 Posts
    206 Views
    olivierlambertO
    That's precisely the difference: a delta backup is stored in a remote, a CR is stored in an SR.
  • Backup fails after upgrade 5.50.3

    13
    0 Votes
    13 Posts
    367 Views
    olivierlambertO
    Thanks for the ticket. Please continue to provide feedback in there, it won't be monitored here.
  • Backup File resotre errors

    4
    0 Votes
    4 Posts
    738 Views
    J
    @Rocky said in Backup File resotre errors: ntfs-3g Yes I have both those packages installed
  • File Restore Not working, little red triangle

    23
    0 Votes
    23 Posts
    4k Views
    R
    @Rocky special note, sometimes i get the little red triangle still, but if I click again on the partition it works.
  • Backup Restore Insufficient Space

    7
    2
    0 Votes
    7 Posts
    764 Views
    M
    Not a huge deal currently, but if I had a number of VDI's spread out, it could exeed any single available space which means I cant restore at all... Can this be done in an alternative way via CLI?
  • Remotes not showing help?...

    Solved
    2
    0 Votes
    2 Posts
    125 Views
    N
    Cancel that, I found out how to save the Config and import through Settings/Remotes/Config...
  • auth-ldap error: logger is not a function.

    2
    0 Votes
    2 Posts
    278 Views
    olivierlambertO
    Do you have also the problem with an XOA?
  • kubernetes recipe fails to deploy cluster

    Unsolved
    11
    0 Votes
    11 Posts
    746 Views
    BenjiReisB
    @d1rtym0nk3y If DHCP is configured on your network then yes.
  • MTU problems with VxLAN

    22
    0 Votes
    22 Posts
    8k Views
    BenjiReisB
    The issue has been fixed on this branch, it'll be merged into master soon.
  • Can't for the life of me inject cloudinit config

    23
    0 Votes
    23 Posts
    4k Views
    p4-k4P
    What does your cloud config logs show on the guest OS after boot? Can you see if it has made any attempt to inject the config? Only thing I can think of is that your cloud config might be wrong thus the cloud init service is refusing it. Have you tried to use an ubuntu image? I used official images of both debian 10 and ubuntu 18.04 and worked fine once I got rid of the pre-populated network config or inserted a real network config. I spent too long trying to figure out what was going on so let me know if there's anything else you need to know, it's super frustrating.
  • Question: Delta backup retention vs. full backup interval

    4
    0 Votes
    4 Posts
    948 Views
    T
    @Vinylrider your understanding is correct, delta retention is just how many deltas to keep before merging the oldest delta with the full. Full backup interval is the time between each new full back up for use in case of corrupted back up. To answer your question, yes it is recommended to have more than 1 full back up to fall back to in the event of corruption espcially of delta backups since delta backups rely on previous deltas meaning if one of your delta is corrupted, you'll loose all data from that point onward until another full backup is made, or worse your full backup could be corrupted (more likely because of the file size) then you loose the whole chain. And if your corrupted delta is merged with the full, you'll probably have a corrupted chain aswell.
  • How to Hide or removed the canned Templates from XOCE/XOA

    3
    0 Votes
    3 Posts
    622 Views
    DanpD
    I opened an issue on this. Feel free to chime in with your thoughts -- https://github.com/vatesfr/xen-orchestra/issues/5284 Danp2 created this issue in vatesfr/xen-orchestra open Enhancement: Add ability to flag templates as hidden #5284
  • Question: Delta backups and snapshot modes

    8
    0 Votes
    8 Posts
    2k Views
    T
    @aghering the [NOBAK] option only excludes the transfer process, it will still try to make a snapshot of the disks. There are many possible causes for your UNIMPLEMENTED IN SM BACKEND issue, the most likely causes are probably storage related. If it is not a critical VM, you can try to disconnect the second storage disk and try again. If that doesn't work you might have to forget the SR and try (you can reattach it again, just need to remember your sr-uuid. Also, your /var/log/SMlog might reveal something.
  • No "new" Tab

    15
    2
    0 Votes
    15 Posts
    1k Views
    I
    @tony I removed the 2nd XOA... I think that's the reason I'm lagging but now everything is smooth...
  • Detached backups and snapshots with commit '2aed2fd53'

    5
    2
    0 Votes
    5 Posts
    439 Views
    J
    Makes sense now that you mention it... Perhaps I should have realized that because obviously the backups only run on my primary XO instance. Thanks!
  • xo-cli vm.create from bash fails

    2
    0 Votes
    2 Posts
    373 Views
    L
    Solved: you need to use the template id, not the uuid.
  • xo-cli data limit ??

    3
    0 Votes
    3 Posts
    289 Views
    L
    I'm just guessing here, but maybe something like this? xo-cli --list-objects type=VM power_state=Halted | jq -r ".[].name_label"