• V2V migration disk transfer speed

    v2v migration disk transfer speed
    3
    1 Votes
    3 Posts
    146 Views
    florentF
    @laszlobortel since we are generating the stream sequentially, we though that there wasn't any real world gain. Also, if my understanding is correct using one thread means we will have only one process( + xo + nbdkit-vddk) processes , and we were trying to limit the risk of zombie process locking the disks , which was far too common with the previous code we'll do a quick test to ensure it does not beak anything and propose either a better default of a configuration option note that this will be a concurrency per disk, so VM with a lot of disk will put more pressure on the source
  • 0 Votes
    6 Posts
    420 Views
    J
    @gcpeters4 said: @john.c This is a good idea as well. If the previous suggestion of trying to do a DNS round robin approach doesn't work, this may be my best option. Thanks for taking the time to provide your suggestion! By the way my suggestion is recommended best practice from Microsoft for their Active Directory software and/or technology. My suggestion will be more likely to work if your DNS servers and requests have issues with Round Robin configuration. Plus with my solution you can easily add more servers as domain controllers to the cluster, as required and use replication to keep them consistent and up to date.
  • Openmetrics powered Grafana dashboards for Xen Orchestra

    4
    5
    6 Votes
    4 Posts
    650 Views
    I
    @simonp - Can you reshare the dashboards. The link says json is not available for any of these dashboards,
  • OIDC login - Internal Server Error

    12
    0 Votes
    12 Posts
    700 Views
    P
    @dlgroep Thank you, we will take thin/thick token into account and use 'claims' part for other properties.
  • OIDC group to XO(CE) Admin, is it possible?

    3
    0 Votes
    3 Posts
    258 Views
    olivierlambertO
    That's a very good question, let me ask internally. Ping @pdonias he might know the answer
  • Netbox 4.3 not supported

    Solved
    15
    0 Votes
    15 Posts
    2k Views
    D
    @mjr99 I bypassed it weeks ago. Didn't have to downgrade netbox. At the time. I upgraded to the latest Xo from sources. Then netbox worked. I shall be upgrading xo soon again Thank you all.
  • CloudConfigDrive removal

    4
    4
    0 Votes
    4 Posts
    313 Views
    Tristis OrisT
    Ok, my syntax is oudated. resize_rootfs: true growpart: mode: auto devices: ['/dev/xvda3'] ignore_growroot_disabled: false runcmd: - pvresize /dev/xvda3 - lvextend -r -l +100%FREE /dev/ubuntu-vg/ubuntu-lv || true this one works. final_message. doesn't support any macro like %(uptime) %(UPTIME)
  • SDN Private Network on bonded interface?

    Solved
    4
    0 Votes
    4 Posts
    408 Views
    D
    @bleader Hopefully the palm print on my forehead isn't visible from where you are sitting. Of course the interface needs an IP address. In my defense, normally for something like this, I wouldn't put it on the bonded interface with all the trunked VLAN's for guest traffic (we don't give that one an IP) and it would go on the other bonded interface that isn't trunked and does get an IP, but these are test hosts and I didn't set up the other bond, so it is pulling double duty. I was able to set the IP's and get SDN working. Thanks!
  • Netbox IP sync - issue with duplicated address when doing DR backup

    5
    0 Votes
    5 Posts
    620 Views
    P
    @olivierlambert I'd like to see replicated vms in netbox, perhaps not syncing their IP address to avoid conflict DR VM as well
  • cloud-init : Cannot read properties of undefined (reading 'forEach')

    6
    0 Votes
    6 Posts
    808 Views
    olivierlambertO
    Indeed, and it's clearly stated at https://docs.xen-orchestra.com/community
  • Netbox - Conflicting IP addresses break sync

    5
    0 Votes
    5 Posts
    850 Views
    olivierlambertO
    Adding @pdonias in the loop
  • 0 Votes
    6 Posts
    1k Views
    O
    Once again, thanks for all the work you’ve done. If it hadn’t been for last night’s AI hallucination, I wouldn’t have dug in so deeply — and I ended up learning a lot. All the best!
  • Netbox - sync more fields

    4
    2
    0 Votes
    4 Posts
    881 Views
    P
    how come you get the mac address ? I'm using NetBox Community v4.3.7-Docker-3.3.0 with latest XOA ps : little bug, if you COPY a VM, the netbox plugin will throw an error 400 i guess, for duplicate IP address I just have to change one bit of the mac address of copied VM and the netbox sync will be OK so it checks the mac address... but do not sync it in my netbox
  • Cloudbase-init on Windows

    31
    1 Votes
    31 Posts
    16k Views
    MK.ultraM
    Alright I finally got it to work. I think the trick was to put "Ethernet 2" in quotations. I also perfected the YAML spacing and bracketed the two nameserver addresses. Thanks for the help gentlemen. Final working network config: #network: version: 2 ethernets: "Ethernet 2": dhcp4: false addresses: - 192.168.1.30/24 gateway4: 192.168.1.1 nameservers: addresses: [192.168.1.5, 8.8.8.8]
  • 0 Votes
    7 Posts
    3k Views
    DustyArmstrongD
    @Berrick Ah cool, I was anticipating that doing it live would've caused boot issues but I think I've just got a bug in my head about how it actually works, I'm conflating two separate things based on an incorrect interpretation of a previous experience I had once with XCP. Thanks!
  • CPU monitoring strange behaviour

    6
    2
    0 Votes
    6 Posts
    968 Views
    olivierlambertO
    That's weird, but OK. Maybe it's because even when you update, the old/existing RRDs data won't be "replaced".
  • Netbox plugin: XO manages IP addresses for VMs with no xen-tools

    3
    0 Votes
    3 Posts
    719 Views
    R
    @DustinB Guest tools simply don't support the system I'm running.
  • Advanced VM settings Logs

    change logging advanced details reporting logs
    3
    0 Votes
    3 Posts
    671 Views
    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!
  • Netbox plugin: XO tries to create an already existing IP address

    3
    0 Votes
    3 Posts
    1k Views
    R
    I see your point. Thank you!
  • Sdn controller and physical network

    12
    0 Votes
    12 Posts
    4k Views
    nikadeN
    @blackliner said in Sdn controller and physical network: @nikade How do you "pair" the XCP-ng SDN with your routing setup? You cant/dont, you'll have to setup each private network on the vyos router and then have the vm private network routed through it manually. For example if you have private network 1 with subnet 192.168.1.0/24 you'd have to add this network to the vyos router and assign 192.168.1.1/24 on the router. Then set 192.168.1.1 as default gateway in your vm's which uses this network. Then you'll setup ospf or bgp on the vyos router manually with your upstream border/core-router or firewall. If the subnet is a private subnet you'll need to setup NAT as well somewhere before it reaches internet to NAT traffic from 192.168.1.0/24.