• VM Autostart order

    14
    0 Votes
    14 Posts
    1k Views
    J
    @olivierlambert said in VM Autostart order: There's already the vApp support in XAPI since a while, so it's really only a XO Lite/XO matter. Is the AutoStart vApp along with the script already created? If not then like I said its both.
  • SR usage on multiple pools

    Solved
    12
    1
    0 Votes
    12 Posts
    528 Views
    olivierlambertO
    Yes, it's a "definition" question/problem: a SR is the exact place where you store your virtual disk images. On NFS, it's a folder named after the UUID of the SR. As Dan said, if you connect to the same NFS folder, it will create a new folder for each new SR inside. So even if it's the same physical device/NFS share, there's many SRs on it. For a block based SR, it's different: if you pass a LUN (in ISCSI for example), it will attach it and warn you: either you want to re-attach the previously existing SR (UUID etc) either you erase it completely to start from scratch. There's no "folders" on a block space like a LUN, so it's different.
  • Pool management

    Solved
    3
    0 Votes
    3 Posts
    296 Views
    M
    @olivierlambert Thanks Oliver, lots to learn. p.s. Congrats on the 8.3 launch.
  • Unlink fast-cloned VM from the parent.

    3
    0 Votes
    3 Posts
    299 Views
    henri9813H
    Thanks !
  • Bridge VM on network with mgmt PIF

    3
    0 Votes
    3 Posts
    301 Views
    3
    @Andrew it’s a simple dell USB-C to Ethernet adapter, nothing fancy. I’m running XCP on a laptop with only USB-C ports… I’m gonna try with other types of adaptors and we’ll see
  • XOA - instant logout if changing app on iOS

    10
    0 Votes
    10 Posts
    427 Views
    K
    @olivierlambert I will try to... Perhaps, it is related to the untrusted certificate of my installation.
  • Managing disks and storage in the XO GUI

    5
    0 Votes
    5 Posts
    394 Views
    olivierlambertO
    This requires some extra plugins to be able to do it, and as it's rather "advanced"/not usual for the main XCP-ng use cases (which is connecting to iSCSI/NFS/shared storages, it's not a priority. Which doesn't mean it's not a good idea or interesting, but there's some work to do it and then to maintain it.
  • Best way to migrate VMs from old pool to new?

    14
    0 Votes
    14 Posts
    3k Views
    M
    @manilx Just out about this [image: 1728034849236-screenshot-2024-10-04-at-10.39.51.png] Stupid me.... Could have used that a few times, between our production and backup pools which are different. There's always something "new"
  • 0 Votes
    3 Posts
    162 Views
    K
    @olivierlambert There is only "Dashboard/Alarms" and that is empty for me
  • This topic is deleted!

    3
    2
    0 Votes
    3 Posts
    19 Views
  • Understanding remote management using XO

    5
    0 Votes
    5 Posts
    361 Views
    D
    @McHenry said in Understanding remote management using XO: @Danp I am using CE so I do not think XO proxy is available at this time. You can setup a proxy yourself using the CE version, just like with everything with the CE version, your milage may vary.
  • Empty select at Backup - Sequence

    Solved
    4
    1
    0 Votes
    4 Posts
    246 Views
    Tristis OrisT
    @pdonias @julien-f yep fixed now, thanks.
  • Ability to delete XO task logs. Thanks!

    1
    3 Votes
    1 Posts
    93 Views
    No one has replied
  • Xen Orchestra VM Stats not showing

    Solved
    4
    0 Votes
    4 Posts
    575 Views
    A
    @dguy313 Sunday's XO commit 030b3 solves the issue for me.
  • Rolling Pool Update incomplete

    3
    0 Votes
    3 Posts
    359 Views
    olivierlambertO
    @julien-f is aware of this problem and we'll find a way to make it more obvious
  • Permissions Make No Sense

    permissions matrix acl groups
    16
    0 Votes
    16 Posts
    1k Views
    Tristis OrisT
    you can't configure vGPU limitation at self-service rule, but user can select vGPU at VM creation based on that rule. So it would be unlimited. But i can't really check it with my nvidia cards. and what is Share this VM?
  • GPU passthrough not available at 8.2

    5
    1
    0 Votes
    5 Posts
    255 Views
    olivierlambertO
    We can make the message clearer, but we advertised multiple time that adding PCI passthrough UI required XAPI changed only available in 8.3
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • Possible to use "xo-cli vm.set blockedOperarations=<object>"?

    Solved
    4
    0 Votes
    4 Posts
    291 Views
    C
    @julien-f Thank you, that's super helpful and even easier than I thought it would be.
  • 0 Votes
    2 Posts
    210 Views
    C
    I guess I'll partially answer my own question by pointing out that I can background the commands with & so it should run them all at once anyway. Sorry, still new to bash scripting and my Linux skills are a bit rusty but improving.