• Upgrade to XO v5.105 seems broken

    Xen Orchestra
    9
    2 Votes
    9 Posts
    305 Views
    I
    @ph7 Thank you. It seems to work like that. I'll wait for this fix.
  • XO CE 82ed2 and 5c390 update.

    Xen Orchestra
    4
    0 Votes
    4 Posts
    204 Views
    olivierlambertO
    Note: just do a yarn && yarn build and it will work. The XO 6 build might be broken, but that's not surprising, it could happens.
  • Self-service constraints when combined with ACLs

    Unsolved Management
    3
    0 Votes
    3 Posts
    75 Views
    pdoniasP
    This is essentially why I said in the other thread that "Self Service and ACLs weren't designed to work together" To keep it simple: Self Service will indeed allow some users to see and use some resources even though they don't have ACLs for them. Then, when they create VMs, it will automatically assign ACLs on the objects under the hood. That's why, even though it's not impossible, most of the time it's not recommended to use them together since you might override ACLs that Self Service assigns automatically. We're actually starting to think of a redesign (or at least improvements) of those 2 features so feedback is very welcome about any use case that you might have that isn't covered by them at the moment. I already took note of the "dynamic" need for resource set objects.
  • ACL inheritance for network objects

    Unsolved Management
    3
    0 Votes
    3 Posts
    91 Views
    pdoniasP
    Hi @olympicgreg, this seems to be the intended behaviour. Self Service and ACLs weren't designed to work together, so when you create a VM, you either do it under the Self Service feature or thanks to the ACLs you have. So in your case, the user might have Viewer ACLs on the pool, but since they create the VM using Self Service, they will only be able to see the resources available in the Self Service resource set. Regarding ACLs, "Viewer" is not enough to be able to create a VM on the pool. But if you change it to "Admin", you'll see that the user is now able to create a VM outside of the Self Service feature, simply by selecting the pool. And in that case, they'll be able to see all the pool's networks.
  • SQL Database support and XO HA

    Xen Orchestra
    7
    0 Votes
    7 Posts
    75 Views
    I
    @olivierlambert Happy to hear
  • 0 Votes
    2 Posts
    24 Views
    olivierlambertO
    Hi, This error comes directly from XAPI (XCP-ng) and not from XO. Sadly, XAPI doesn't give much details…
  • XOA web deploy stuck at "Deploying XOA..." No error

    Xen Orchestra
    31
    1
    0 Votes
    31 Posts
    10k Views
    olivierlambertO
    That's weird, likely unrelated eg peering unstuck after a bit and worked later Anyway, happy it works for you, thanks for the mirror reminder, I will try to prioritize this in the next months
  • 0 Votes
    8 Posts
    96 Views
    lawrencesystemsL
    @thomas-wood "Remotes" are for XO backups and SR are for VM Storage. Once you add a SR to a pool it's available to all hosts. Also, all hosts should be able to access the IP of the NFS server before setting that up. I have a video explaining storage in XCP-ng here: https://youtu.be/xTo1F3LUhbE?si=QHYkABgElsEVOj6H
  • Network Management lost, No Nic display Consol

    Management
    2
    0 Votes
    2 Posts
    58 Views
    K
    @FMOTrust Hey, I think I also am suffering from the same issue that you do. Could you please verify that you have the same issue as me? https://xcp-ng.org/forum/topic/10687/after-an-update-the-nic-s-has-disappeared-but-still-works-somehow?_=1743438466779 It might be a bug or something wrong with an update?
  • How to return all data with xo-cli without limits

    Solved REST API
    5
    0 Votes
    5 Posts
    81 Views
    olivierlambertO
    On it. Thanks
  • Just an idea :) - (SATA controller passthrough)

    Xen Orchestra
    3
    0 Votes
    3 Posts
    69 Views
    lsouai-vatesL
    @ScarfAntennae hello, and thanks for the suggestion. I am discussing it with the XO Team to add it to our next features. Have a good day!
  • 8.3 Cannot boot from CD Rom

    XCP-ng
    17
    1
    0 Votes
    17 Posts
    256 Views
    olivierlambertO
    All of that makes sense then, thanks a lot for your feedback! Pinging @stormi so we can triage your input
  • Restoring a disk only not the whole VM

    Backup
    5
    0 Votes
    5 Posts
    129 Views
    olivierlambertO
    This is not a backup but a replication
  • Is this an upgrade?

    Hardware
    4
    0 Votes
    4 Posts
    62 Views
    olivierlambertO
    @efny I thought it wouldn't but in fact since I have it (almost a year) I had 0 bug. It's a Core i7-1255U.
  • How to expand a VM disk using xo-cli?

    REST API
    7
    0 Votes
    7 Posts
    68 Views
    E
    @Gurve Oh wow that's neat! It works! very cool we can use the same query search from the GUI. Thank you.
  • Python help

    REST API
    26
    0 Votes
    26 Posts
    515 Views
    G
    @Studmuffn1134 should be available in XO vm, it was atleast for me, I just used the XO installer script from github. I did a quick search with xo cli now xo-cli list-commands | egrep 'host.' in case it looks weird "\." is just to escape the "." which just tells regex I am looking for an actual "." import aiohttp import asyncio from jsonrpc_websocket import Server async def routine(): async with aiohttp.ClientSession() as client: server = Server('ws://[yourXO]/api/', client) await server.ws_connect() # signIn required result = await server.session.signIn(username='[yourXOusername]', password='[yourXOPassword]') # email attribute is working in place of username #hard shutdown VM #result = await server.vm.stop(id='3f32beeb-ab3f-a8ac-087d-fdc7ed061b58', force=(bool(1))) #clean Shutdown VM #result = await server.vm.stop(id='3f32beeb-ab3f-a8ac-087d-fdc7ed061b58', force=(bool(0))) #bypassbackup and bypassevacuate set off by default but include for wholeness of parameters result = await server.host.stop(id=[hostUUID],bypassBackupCheck=(bool(0)),bypassEvacuate=bool(0)) print (result) asyncio.get_event_loop().run_until_complete(routine()) I just built all examples into one, here in the end is the host.stop example also
  • Suspicius presentation of time in backup

    Backup
    8
    3
    0 Votes
    8 Posts
    186 Views
    olivierlambertO
    Ping @lsouai-vates
  • 0 Votes
    7 Posts
    386 Views
    olivierlambertO
    Ping @stormi so we track this somewhere internally
  • Mirror all incremental VM backups

    Backup
    2
    0 Votes
    2 Posts
    39 Views
    olivierlambertO
    Ping @lsouai-vates
  • VUSB keeps disappearing

    Management
    7
    0 Votes
    7 Posts
    99 Views
    S
    @nuentes For reference, the “PCI Passthrough” that was referenced involves buying a USB PCI card, and passing the card through. If you need any help getting the script up, just respond here and I’ll do what I can to help. My comments in the script arent immaculate