Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    363 Topics
    3k Posts
    dthenotD
    @Razor_648 While I was writing my previous message, I have been reminded that there are also issues with LVHDoISCSI SR and CBT, you should disable CBT on your backup job and on all VDI on the SR. It might help with the issue.
  • ACLs, Self-service, Cloud-init, Load balancing...

    90 Topics
    766 Posts
    D
    @Danp said in Advanced VM settings Logs: Hi Dustin, Yes... these types of actions are recorded in the Audit log (Settings > Audit) if you have access to this feature and have enabled it. Dan Perfect, thanks!
  • All XO backup features: full and incremental, replication, mirrors...

    371 Topics
    4k Posts
    C
    I have a couple Delta backups that target the same remote. Yesterday I set up a Mirror backup between that remote and another remote. When I ran the Mirror backup yesterday, it was successful. Today 7 of the VMs succeed in the backup but 5 of them fail with: Missing vdi <guid> which is a base for a delta Could this be caused by the fact that the target for the Mirror backup used to be a target for the Delta backup so it has files on it already. Do I need to purge the folder entirely? I thought maybe that would give it a head start and the reason I'm using the Mirror backup is because the Delta backup used to fail randomly on random VMs when backing up to both remotes. How would I go about diagnosing this? I assume since the guid for the vdi is missing, it's going to be hard for me to find since I can't find something that's missing. Alternatively, maybe it's because it's currently a weird mix of old Delta backups and new Mirror backups and maybe over the next few days it will purge enough old stuff that it will start working cleanly. Should I delete the entire remote target of the Mirror to get it started cleanly? Or, more likely, delete all backups on that Mirror for the 5 VMs that failed with this error.
  • Everything related to Xen Orchestra's REST API

    66 Topics
    502 Posts
    lsouai-vatesL
    @StephenAOINS This endpoint is not currently present in our REST API swagger, but we do plan to add it to the list of endpoints. We are currently finalizing the migration of existing endpoints, the next step will be adding new ones. We will keep you informed when it is available. Feel free to come back to us if you want to learn more and follow our blog posts. have a good day
  • Terraform, Packer or any tool to do IaC

    34 Topics
    319 Posts
    olivierlambertO
    No, it's fine, as long the issue contains all the relevant details it's fine
  • Packer issues

    8
    0 Votes
    8 Posts
    2k Views
    D
    @rochemike sorry for the late reply! If we already have an ISO on an SR, do we even need to mount the ISO for a network build of Centos/RHEL? Isn't... shouldn't it be possible for the ISO to be mounted by the new build VM as source for creating the new VM, instead of using network build? That is exactly what packer-plugin-xenserver#56 accomplishes. The new VM mounts the guest tools to the DVD - which I don't even want to use as I prefer to install a package afterwards. Is it possible to mount the RHEL/Centos ISO instead? I believe the ISO and guest tools are treated the same -- both VBDs are attached as cds. If you can identify what is different about them in the UI or from the xe cli that would help me understand what you trying to describe. As for what is possible, if what you want to configure is accessible via the XCP-ng / Xenserver API the packer plugin could be enhanced to perform that action. Hope this helps explain more on the potential possibilities.
  • Error importing large vhd file

    Solved
    17
    0 Votes
    17 Posts
    2k Views
    olivierlambertO
    No worries, happy to help!
  • restore backup mac adress

    5
    0 Votes
    5 Posts
    301 Views
    S
    @Andrew in my case , the backup is restore from smb share but i don't think the problem from here
  • XO (Delta) Backup to BackBlaze B2 with Error: getaddrinfo EAI_AGAIN--Workaround

    Solved
    4
    0 Votes
    4 Posts
    366 Views
    olivierlambertO
    That's exactly why our doc is precise on this with a big yellow warning block: https://xen-orchestra.com/docs/community.html#report-a-bug
  • VM stuck on old host after migration, non-responsive

    5
    0 Votes
    5 Posts
    1k Views
    mauzillaM
    @dredge999 yeah in hindsight thats what I should have done I wonder if I can restore the config files and have the VM operational again. It's more getting it to stop now without a host restart
  • Create time is a bit off.....53 thousand years in the future off....

    Solved
    13
    1
    0 Votes
    13 Posts
    950 Views
    S
    @olivierlambert many thanks.
  • Github Auth plugin scope

    Solved
    2
    0 Votes
    2 Posts
    252 Views
    julien-fJ
    @Flying9167 It's indeed not possible at this to filter which users are allowed to sign in with XO auth plugins. At this time it should be handled at the authentication provider itself and it does not look like GitHub OAuth implementation supports it.
  • NFS storage change IP and mounth path

    11
    0 Votes
    11 Posts
    2k Views
    olivierlambertO
    That's why life is great, we can always learn new stuff
  • no icon displayed even with correct tools installed

    os-icon
    15
    1
    0 Votes
    15 Posts
    1k Views
    D
    @pdonias thank you!
  • XO Dashboard

    3
    1
    0 Votes
    3 Posts
    352 Views
    F
    @gskger Thank you. I tough it would be but wanted to be sure
  • Connecting xen to vault

    5
    0 Votes
    5 Posts
    299 Views
    S
    @olivierlambert its custom config, not any bug. Ill point it out what i mean below. I have standard ubuntu template -> I would like my vm to be already customize, when its created, because its faster and easier when everything is in one place -> So for that i have created cloud-init for eg.-> #cloud-config hostname: <hostname> package_update: true package_upgrade: true write_files: - path: /etc/ssl/certs/mydomain.crt content: | <certificate data> - path: /etc/ssl/private/mydomain.key content: | <private key data> runcmd: - apt-get update - DEBIAN_FRONTEND=noninteractive apt-get upgrade -y So my main problem is that this, particular cloud-init has fixed <certificate data> and <private key data>, that i would like to not be passed as a plain text, because it is a secret. To me its not done (for now) with best practices, but its very comfortable. So finally, i am wondering what is the best solution, for not putting secrets as a plain text, but rather keep them as a secret. I could create templates and later delete cloud-config with those data, but it would be more flexible, if there would be any chance to connect it to Hashicorp Vault or something that will dynamically fetch secrets.
  • XO task watcher issue/CR broken

    Solved
    71
    0 Votes
    71 Posts
    16k Views
    JamfoFLJ
    @julien-f I just wanted to update and let you know that whatever changes you made fixed the issue for me permanently! I have been able to routinely update since that time and have had no further issues. Thanks for all of your hard work, Julien-f!
  • Bug: 55k Snapshot

    Solved
    6
    1
    0 Votes
    6 Posts
    505 Views
    olivierlambertO
    I think we fixed this bug in latest
  • self signed certificate in certificate chain

    19
    0 Votes
    19 Posts
    6k Views
    E
    FWIW I just got bit by this same thing, spending half a day yesterday kicking the wall. I think I got about 2/3 of the way just by trial and error on the cert's. Would love to see this doc'd with the proper method, using an in-house local CA (not a public CA).
  • Delta Backups using wrong Base Backup

    Solved
    3
    3
    0 Votes
    3 Posts
    269 Views
    H
    @Andrew okay now I understand! Thanks a lot!!!
  • Adding VMs to "smart mode" DR / Delta backup? (FIXED)

    Solved
    5
    0 Votes
    5 Posts
    435 Views
    Z
    @olivierlambert The update has fixed it, thanks!
  • NFS SR VMs data lost

    Solved
    5
    2
    0 Votes
    5 Posts
    912 Views
    T
    @olivierlambert ... Thank you Olivier, I feel so stupid... I found everything back as you said Thank you very much ! Now I understood my mistake Best regards, Martin
  • Installing XOA on XCP-ng 8.3.0 alpha

    15
    0 Votes
    15 Posts
    5k Views
    D
    @olivierlambert Oh, this makes more sense now. I somehow mixed up the appliance with the actual XO platform. Will go through the docs. Thanks!
  • Trouble doing Continuous Replication on pool (XOA)

    15
    0 Votes
    15 Posts
    866 Views
    olivierlambertO
    Also a dmesg might be interesting
  • XOA stuck on Importing stage

    7
    3
    0 Votes
    7 Posts
    600 Views
    olivierlambertO
    I can only assume that the nested mechanism is blocking the network at some stage, but I don't have time myself to investigate deeper.