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

    Posts

    Recent Best Controversial
    • 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: Can't delete disconnected server in settings

      Hi @Andrew.
      This PR should fix your issue https://github.com/vatesfr/xen-orchestra/pull/8854

      MathieuRA opened this pull request in vatesfr/xen-orchestra

      closed fix(xo-server): fix incorrect state when remove server #8854

      posted in Management
      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
    • RE: Feature Request

      Hi πŸ™‚
      I created a card on our side to discuss this feature request.
      I will keep you updated.

      posted in Backup
      MathieuRAM
      MathieuRA
    • RE: XO (self build) tasks spamming

      Fix available on master πŸŽ‰

      posted in Management
      MathieuRAM
      MathieuRA
    • RE: XO (self build) tasks spamming

      Hi.
      A PR is open: https://github.com/vatesfr/xen-orchestra/pull/8900

      If anyone can confirm that the issue is fixed, that would be great. Thanks.

      MathieuRA opened this pull request in vatesfr/xen-orchestra

      closed fix(@xen-orchestra/rest-api): fix watch tasks #8900

      posted in Management
      MathieuRAM
      MathieuRA
    • RE: Question on permissions

      Hi @rtjdamen πŸ™‚

      In the VM's advanced tab, in the Misc section, you should see Resource set with a selector.
      Capture d’écran de 2024-08-13 10-53-58.png

      posted in Management
      MathieuRAM
      MathieuRA
    • RE: Multi VMs tags

      @Mathieu
      Hi, it's not actually possible, but it's planned for XO6

      posted in Management
      MathieuRAM
      MathieuRA
    • RE: Cannot create SMB ISO repository on new XOA

      @fitzgeraldtech

      The fix is now available on the master branch. Commit: 24a75ba

      posted in Management
      MathieuRAM
      MathieuRA
    • RE: Cannot create SMB ISO repository on new XOA

      Hi πŸ™‚

      The issue for the SMB ISO should be fixed on the branch fix-iso-smb.

      BTW, in your browser dev tools, you will see this error again as it's not related to the bug, at least for the creation button that doesn't appear.

      index.js:525 [React Intl] Error formatting the default message for: "newSrSmbAddressPlaceHolder"
      SyntaxError: Expected "\\#", "\\\\", "\\u", "\\{", "\\}", "{", [^{}\\\0-\x1F\x7f \t\n\r], end of input or whitespace but "\\" found.
      J @ index.js:525
      

      Thanks

      posted in Management
      MathieuRAM
      MathieuRA
    • RE: Boot New VM to ISO in XO-Lite?

      Hello.
      I spotted a small bug in the XO-Lite system page: Secure boot was always showing Disabled I'll fix this issue soon.

      According to my tests, your VM isn't booting because Secure Boot is enabled, but your pool isn't configured for it.
      If I remember correctly, in XO 5, Secure Boot is disabled by default, but in XOLite, if your template sets "platform.secureboot" to true or auto, the VM will be created with Secure Boot enabled.
      Can you confirm that if you disable Secure Boot on your VM, it boots correctly?

      ping @lsouai-vates to plane the possibility to enable/disable secure boot in the XOLite/XO6 UI, and possibly transform auto to false if the pool isn't compatible. Or at least, as in XO 5, warn the user

      posted in XO Lite
      MathieuRAM
      MathieuRA
    • RE: Create VM with ISO in XO-Lite

      Hello @coolsport00
      I'm unable to reproduce the issue on my side.
      Can you confirm that the issue persists on the latest version of XO-Lite? (v0.14.0)

      Have you imported any ISOs into your SR ISO?

      posted in XO Lite
      MathieuRAM
      MathieuRA