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

      Automation of all CURD operations

      Watching Ignoring Scheduled Pinned Locked Moved REST API
      6
      0 Votes
      6 Posts
      54 Views
      J
      @rama said: @olivierlambert thank you. but is it possible to keep tracking all the CURD operation like we have in terraform. but currently MCP have only Read tasks. Like if some new interns in my lab don't know about this and in this agentic framework if he/she need a VM's, delete or update it can be done very quick. it will save many hours. I hope this will be available in future or if you wish to do tell me how far it is. The plugin MCP Server is read only by design to keep using it safe, to have an MCP for reading and another for writing is best practice. If you desire to have a separate MCP server for the writing actions, feel free to suggest that in the feedback portal. You can even develop your own MCP server, which makes calls to the write side of the XO REST API. https://modelcontextprotocol.io/
    • G

      Minimums for XOstor disk configuration?

      Watching Ignoring Scheduled Pinned Locked Moved XOSTOR
      4
      0 Votes
      4 Posts
      37 Views
      G
      @DustinB Indeed I will, but are the prices really that close? I was looking a few weeks ago with some replacements and spinning was still enough cheaper that it made a difference. I was looking for around 4tb enterprise class drives.
    • I

      ESXi 7.0.1 → XCP-ng 8.3 import fails immediately at disk stage with “stream has ended without data, was looking for 134 bytes” (via vCenter)

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      2
      0 Votes
      2 Posts
      42 Views
      florentF
      @ItzJay in your journalctl -i xo-server log you should have something like nbdkit logs of ${diskPath} are in ${tmpDir} where tmpDir is something like /tmp/xo-serverXXXX/stderr can you post the file ? alternatively, you can open a support ticket
    • F

      Backup and the replication - Functioning/Scale

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      20
      0 Votes
      20 Posts
      683 Views
      florentF
      thanks Andryi We us round robin when using NBD , but to be fair, it does not change the performance a lot in most of the case. The concurrency settings ( multiple connection to the same file ) is helping when there is a high latency between XO and the host. SO , @fcgo if you have thousand of VMs , you should enable NBD it will consume less resource on the DOM0 and XO , and it will be spread on all the possible hosts.
    • D

      S3 Backup - maximum number of parts

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      4
      0 Votes
      4 Posts
      218 Views
      florentF
      @deligatedgeek are you modifying the chunk for delta or full backup ? because a lot of part in the incremental code assume that blocks are aligned to 2MB For full backup ( one big xva file per VM) the code should handle file with a size bigger than 4GB , by dynamically increasing the chunk size. We do not increase the chunk size by default because it also increase a lot the memory consumption. The minimum size of a chunk is given by MIN_PART_SIZE ( 5MB as per AWS doc ) and the maximum size is MAX_PART_SIZE ( 5GB) . The maximum file is 50TB , the biggest full backup I saw in the wild was a few hundred GB
    • ForzaF

      Mirror backup: Progress status and ETA

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      4
      1
      1 Votes
      4 Posts
      204 Views
      A
      @Forza Too funny. I came across this post and clicked on the URL you referenced......and that earlier question was from me! Well, nothing has changed. I'm doing mirror'ed backups and I'm still blind as a bat.
    • A

      Issues joining pool with less pif on the newest host

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      13
      0 Votes
      13 Posts
      220 Views
      A
      @semarie This pool is still on 8.2.1, we are trying to add this host in order upgrade with little to no downtime.