I have started trying out xcp-ng as an alternative to VMWare solutions for virtualization. Currently I have setup 3 VMs of xcp-ng v8.2.1. I have also setup Xen Orxhestra build from source.

I wanted to try out XOSTOR solution for shared storage. I have followed instructions mentioned in the forum: https://xcp-ng.org/forum/topic/5361/xostor-hyperconvergence-preview

I am getting errors at the storage creation step which is step 4 in the forum post I linked. The error I get is “Missing python module ‘linstor’.”

Anyone has got xcp-ng working with XOSTOR here?

  • driftWood@infosec.pubOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 months ago

    Figured it out. I had created 3 VMs but was trying to created shared storage between 2 xcp-ng instances. I assumed that this can be done and the 3 instance will only act as witness without contributing to the storage.

    After going through many replies on the forum thread I understood that you need minimum 3 hosts participating in the storage. Modified my setup to match the requirements (was easy since they are just VMs) all the instructions worked correctly.

    The error about missing linstor python module was that I hadn’t installed necessary packages on 3rd host in the pool since I assumed it doesn’t require XOSTOR instructions to be run on it since it would not be participating in shared storage. This is my understanding though and I can be wrong.

    Having written above I think I can still have only 2 hosts participating in storage but just need to install necessary packages on third host also. Will try and see how it goes.