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

    MathieuRA

    @MathieuRA

    Vates 🪐 XO Team
    38
    Reputation
    36
    Profile views
    57
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    MathieuRA Unfollow Follow
    Vates 🪐 XO Team Admin

    Best posts made by MathieuRA

    • RE: Start backup for one single vm

      I will create a card for this feature request to discuss with the whole XO team. I will keep you updated here

      posted in Backup
      MathieuRAM
      MathieuRA
    • RE: vm-templates query param support

      Hi @irtaza9
      You have a typo in your vm-templates URL.
      fields instead of field

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: User specific data

      Hi @irtaza9
      FYI, for about 2 years, VMs expose a creation field:

      "creation": {
          "date": string,
          "template": string,
          "user": string
        },
      

      With this you can filter VMs by creation.user to list only VMs created by a user.
      /rest/v0/vms?filter=creation:user:<user-id>

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: 2CRSI BIOS update not available

      Hi.
      The IPMI plugin is only used to display hardware information if you are using mona_1.44gg.

      To display if a BIOS update is available, we mainly fetch this endpoint: https://pictures.2cr.si/Images_site_web_Odoo/Pages_produit/VATES-BIOS_BMC_last-version.json

      Does your host have access to this endpoint?
      What is the ouput of xo-cli host.getBiosInfo id=<host-id>

      posted in Xen Orchestra
      MathieuRAM
      MathieuRA
    • RE: Increasing the disk size of vmguest without shuting down

      Hi,
      Since XO is a client, I don't think it's a good idea to have this kind of feature. In this case, a VM could be restarted from sources other than XO, and would not apply the new VDI size.

      However, I believe we can handle this situation by implementing a modal that appears when editing the VDI size of a running VM. This modal can offer the option to restart the VM immediately and apply the changes. In my opinion, removing the "pending" state will prevent confusion

      posted in Xen Orchestra
      MathieuRAM
      MathieuRA
    • RE: Getting errors when migrating 4 out 5 VMGuest

      @ashinobi Several bug fixes related to VM migration are on the xo5/fix-bulk-migration branch. Could you please test to see if they solve your issue?

      posted in Advanced features
      MathieuRAM
      MathieuRA
    • RE: Getting errors when migrating 4 out 5 VMGuest

      While investigating the code, I found something unexpected. We don't have exactly the same behavior for migrating from the Home/VM view and from the VM view itself.
      I will try to fix this and it might solve your problem.
      I will come back to you when I have opened the branch to allow you to do some tests on it.

      posted in Advanced features
      MathieuRAM
      MathieuRA
    • RE: XCP-ng 8.2.1 Guest UEFI Secure Boot

      I see that the bug is actually already fixed on the latest version (5.98.1).

      posted in XCP-ng
      MathieuRAM
      MathieuRA
    • RE: XCP-ng 8.2.1 Guest UEFI Secure Boot

      Hi @TwoPlus1, thanks for the report. I can reproduce the bug. We will fix this for the next release (5.99)`

      posted in XCP-ng
      MathieuRAM
      MathieuRA
    • RE: Feature Request

      FYI, we have added this feature to our backlog 🙂

      posted in Backup
      MathieuRAM
      MathieuRA

    Latest posts made by MathieuRA

    • RE: Run a job (host.stop) defined in XOCE via API

      @hanzzz This PR adds the ability to run a schedule. So, a temporary workaround is to create a job, create a schedule for this job, then run your schedule.

      If you are not using XO from source, you will have to wait for version 5.106

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: Run a job (host.stop) defined in XOCE via API

      Hi.
      I confirm that no actions are currently available for hosts.

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: How to return all data with xo-cli without limits

      Hi @eeldivad 🙂

      You can use the json flag. xo-cli rest --json get vdis

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: vm-templates query param support

      Hi @irtaza9
      You have a typo in your vm-templates URL.
      fields instead of field

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: REST API for simple User

      Hi @irtaza9.
      The REST API is only available for admin users.
      It is planned to handle other types of users in a few months

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: User specific data

      @irtaza9 you need to use the user-id, not the username

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: User specific data

      Hi @irtaza9
      FYI, for about 2 years, VMs expose a creation field:

      "creation": {
          "date": string,
          "template": string,
          "user": string
        },
      

      With this you can filter VMs by creation.user to list only VMs created by a user.
      /rest/v0/vms?filter=creation:user:<user-id>

      posted in REST API
      MathieuRAM
      MathieuRA
    • RE: Start backup for one single vm

      I will create a card for this feature request to discuss with the whole XO team. I will keep you updated here

      posted in Backup
      MathieuRAM
      MathieuRA
    • RE: Start backup for one single vm

      Hi @rtjdamen
      This should be doable using xo-cli.
      xo-cli backupNg.runJob id=<your-job-id> schedule=<your-schedule-id> vm=<your-vm-id>

      posted in Backup
      MathieuRAM
      MathieuRA
    • RE: "Xenserver 8" patching

      @RS if you are using XO from source, you need to change your branch and rebuild XO

      posted in Xen Orchestra
      MathieuRAM
      MathieuRA