XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. OhSoNoob
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 23
    • Groups 0

    Topics

    • OhSoNoobO

      XOSTOR and mdadm software RAID

      Watching Ignoring Scheduled Pinned Locked Moved XOSTOR
      6
      0 Votes
      6 Posts
      719 Views
      J
      @OhSoNoob I've used XOSTOR on top of MDRAID and it seemed to work well for me during my testing. I ran tests of it on top of MD RAID 1, 5, and 10 (MDRAID's "RAID 10" which isn't really RAID 10) and had good luck with it. The XOSTOR is really adding a second layer of redundancy at that point, similar to MDRAID 5+1 builds so is almost overkill. Almost. Where I see the most benefit from XOSTOR on MDRAID would be on top of RAID 10 or RAID 0 arrays. Depending on the speed of your drives, you might get some benefit from the increased read speed (and read/write speed for RAID 0). In addition, RAID 10 would give you some additional redundancy so that losing a drive wouldn't mean the loss of that node for XOSTOR's purposes, possibly making recovery easier. The ability for some redundancy might also be useful for a stretched cluster or some other situation where your network links between XOSTOR nodes isn't as fast as it should be; The ability to recover at the RAID level might be much faster than recovering or rebuilding an entire node over a slow link. @ronan-a, I'm not sure if you remember, but the very first test of XOSTOR I ran, shortly after it was introduced,, were on top of RAID 10 arrays. I kept that test cluster alive and running until equipment failure (failed motherboards, nothing related to XOSTOR or MDRAID) forced me to scrap it. I had similar teething pains to others while XOSTOR was being developed and debugged during the test phase, but nothing related to running on top of MDRAID as far as I could tell.
    • OhSoNoobO

      VM's from ESXi, live migration not possible

      Watching Ignoring Scheduled Pinned Locked Moved Solved Migrate to XCP-ng
      21
      4
      0 Votes
      21 Posts
      5k Views
      olivierlambertO
      Done: https://docs.xcp-ng.org/guides/shrink_virtual_drive/#pre-requisites
    • OhSoNoobO

      VHD export and (delta) backup stuck at 99%

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      16
      1
      0 Votes
      16 Posts
      1k Views
      DanpD
      @OhSoNoob said in VHD export and (delta) backup stuck at 99%: uploading de XVA in XO didn't work for some reason, it prompts about prepairing and then just stops. Hmmm.... never encountered that situation.
    • OhSoNoobO

      Error after Xen Orchestra update | SyntaxError: The requested module 'node:crypto' does not provide an export named 'X509Certificate'

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      8
      0 Votes
      8 Posts
      753 Views
      OhSoNoobO
      @Danp Yes, that was it! Last update I thougt to find a solution to a different problem bij installing nodejs 17. Removing version 17, and manually updating to the correct version did fix the issue. Thank you!