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

      Minimums for XOstor disk configuration?

      Watching Ignoring Scheduled Pinned Locked Moved XOSTOR
      4
      0 Votes
      4 Posts
      48 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.
    • olivierlambertO

      🛰️ XO 6: dedicated thread for all your feedback!

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      134
      6 Votes
      134 Posts
      11k Views
      J
      @pdonias @olivierlambert Ronivay has opened a bug report, GitHub issue about a problem with Xen Orchestra V5 vs V6 interface, when using an bound address for the interface. https://github.com/vatesfr/xen-orchestra/issues/9500 ronivay created this issue in vatesfr/xen-orchestra open v5 interface doesn't work if hostname set #9500
    • J

      Is there a way to turn off xentools vulnerable message for non-admins?

      Watching Ignoring Scheduled Pinned Locked Moved Management
      1
      0 Votes
      1 Posts
      13 Views
      No one has replied
    • 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
      58 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
      692 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
      230 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
      214 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.