XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • A

      Unable to configure Network IP inside the VM throgh API

      Watching Ignoring Scheduled Pinned Locked Moved Infrastructure as Code
      11
      0 Votes
      11 Posts
      127 Views
      C
      I am using terraform to setup a VM but it's the same approach for cloud-init: cloud_config #cloud-config preserve_hostname: false hostname: ${hostname} create_hostname_file: true users: - name: ansible groups: - sudo sudo: - ALL=(ALL) NOPASSWD:ALL shell: /bin/bash ssh_authorized_keys: - "ssh-ed25519 somekeyl" - "ssh-ed25519 otherkey" network_config: #cloud-config network: version: 1 config: - type: physical name: enX0 subnets: - type: static address: ${ip_address} netmask: ${netmask} gateway: ${gateway} dns_nameservers: %{ for dns_server in dns ~} - ${dns_server} %{ endfor ~} Maybe a silly question: Your template supports cloud-init ?
    • P

      Snapshots are no longer being pruned? Commit 58f02

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      10
      0 Votes
      10 Posts
      119 Views
      P
      @florent said in Snapshots are no longer being pruned? Commit 58f02: @probain thanks for signaling this, we just merged a fix, that fix it on our labs can you test it on your side ? https://github.com/vatesfr/xen-orchestra/pull/9202 I can confirm that it solves the issue in my primary lab. Tomorrow I will be able to re-validate at my second lab as well. Thank you for such a quick fix!
    • S

      How to Setup IPMI in XO

      Watching Ignoring Scheduled Pinned Locked Moved Management
      11
      0 Votes
      11 Posts
      112 Views
      olivierlambertO
      That's unrelated. This might need a deeper investigation, I'm not sure to get why nothing is displayed while you have a working IPMI plugin…
    • A

      Continuous Replication isnt deleting old Replikas anymore since Update

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      4
      1 Votes
      4 Posts
      58 Views
      florentF
      @AlexD2006 thanks for signaling this, we just merged a fix, that fix it on our labs can you test it on your side ? https://github.com/vatesfr/xen-orchestra/pull/9202 fbeauchamp opened this pull request in vatesfr/xen-orchestra closed fix(backups): getOldEntries must accept entries without id or timestamp #9202
    • O

      Remote desktop on Gnome hangs randomly

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      6
      0 Votes
      6 Posts
      159 Views
      olivierlambertO
      Adding @Team-OS-Platform-Release in case that rings a bell
    • AtaxyaNetworkA

      Wazuh OVA appliance : how to make it work !

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      3
      2
      5 Votes
      3 Posts
      500 Views
      AtaxyaNetworkA
      @AlexanderK You're welcome, i'm happy my tests are useful !
    • P

      Sequence scheduled backups and HEALTH CHECKS

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      6
      2
      0 Votes
      6 Posts
      92 Views
      P
      @Bastien-Nollet Hi, here is the feedback : having two sequences for two schedules keeps the chain continuity and is to be considered working as two enabled schedules on one backup job. [image: 1762957808514-997d8a65-c99f-43de-94a2-60626c90abc1-49bee6ce-d965-46b4-b686-3fd5a07e24e9.png] Todays backup was indeed a delta, and did the healthcheck as intended. Question is answered !