Categories

  • All news regarding Xen and XCP-ng ecosystem

    145 Topics
    5k Posts
    B
    @gduperrey Installed on all pools. No issues so far.
  • Everything related to the virtualization platform

    1k Topics
    15k Posts
    D
    @dthenot Thanks - I'll be interested to hear about your findings. I'll hold off on submitting a report until I hear back.
  • 3k Topics
    29k Posts
    samuelolavoS
    Laravel Xen Orchestra v1.0.0 — An open-source PHP/Laravel client for the XO REST API Hi everyone! I’d like to share a small contribution to the XCP-ng and Xen Orchestra community: Laravel Xen Orchestra, an open-source package for integrating the XO REST API into PHP/Laravel applications. The idea is to help other developers who use this ecosystem, make common integration tasks easier, and share something useful with the community. If you’re building an internal dashboard, an automation tool, or an application that interacts with Xen Orchestra, I hope this package can save you some time. Here’s a simple example: use SamuelOlavo\XenOrchestra\Laravel\Facades\Xo; // List running VMs with the fields you need. $vms = Xo::vms() ->fields(['id', 'name_label', 'power_state']) ->running() ->get(); // Start a VM and wait for the operation to finish. Xo::vm($vmId)->start()->wait(); Version 1.0.0 targets Xen Orchestra 6.8.0 / REST API 0.39.0 and includes: VM, host, pool, storage and network management. Backup repository administration, schedules and logs. Users, groups and role-based permissions. Asynchronous task handling. VM and disk imports/exports. Events and subscriptions. IPMI and SDN helpers when the corresponding plugins are available. The package supports PHP 8.2+ and Laravel 12/13. For transparency, the automated suite currently has 332 passing tests, run locally with PHP 8.4 and Laravel 13 using simulated API responses. This does not replace testing against a live Xen Orchestra installation, so feedback from different environments would be especially valuable. Repository and documentation: https://github.com/samuel-olavo/laravel-xen-orchestra Version 1.0.0: https://github.com/samuel-olavo/laravel-xen-orchestra/releases/tag/v1.0.0 This is an independent community project, released under the MIT license, and is not affiliated with Vates. Suggestions, bug reports, pull requests and examples of how you use it are all welcome. If something could be clearer or work better, please let me know! Thanks to the XCP-ng and Xen Orchestra teams, and to everyone contributing to this community. I hope this can be useful to others too.
  • Our hyperconverged storage solution

    51 Topics
    808 Posts
    J
    @poddingue Okay, we're back here. I was told I have a hung CIFS mount that no longer exists, so a host needs to reboot to clear it, and faulty XOSTOR resources. But I can't reboot the host until I can move VMs off. Is there any indication of how to repair the faulty XOSTOR resources so I can move the VMs and reboot the host? Thanks for taking a look.
  • 37 Topics
    136 Posts
    J
    @AtaxyaNetwork Merci pour tes recherches ! Oui "cd_label" serait cool comme ajout au plugin ce qui permet sur les distro type Fedora/Redhat de ne pas avoir de boot_command à gérer