@olivierlambert @stormi is the one who helped me find and fix the issue. I just wanted to update my old thread in case someone else happened across the problem until it gets fixed in XO.
Best posts made by CJ
-
RE: stunnel sdn cert error when adding host to pool
-
RE: CBT: the thread to centralize your feedback
No attached disks so far, but I'll wait until next week to bump up the NBD connections to make sure.
-
Feature Request for advanced backup concurrency options
Currently, there is a concurrency setting for backup jobs. However, it is only how many VMs to backup at the same time.
I think being able to have more granular options would be helpful. For example, being able to specify per host, so that you could do multiple backups at once without bogging down a particular host. The same with doing snapshots vs transfers.
Thanks.
-
RE: cleanVM: incorrect backup size in metadata
@Danp From what @florent stated in the other thread, it should be fixed, but I'm having it happen on every backup so he's looking into it again.
-
RE: Delta Backup Changes Report?
@KPS A notification would be handy, but I'm mainly just looking for a way to manually tell. A simple list of changed files and size delta would work.
I don't want to do a whole third party agent such as suggested by @DustinB as the issue isn't caused by the typical cases he listed. One of the VMs is Windows and spends 90% of it's time idle. I'm assuming the large deltas are caused by various background updates but it would be nice to know for sure.
@olivierlambert I'm glad to hear it's on the roadmap. Vates has been pretty responsive IME so I look forward to it's eventual rollout.
-
RE: Attempting to understand backup scheduling
@olivierlambert Are we still waiting on @ManonMercier to provide more information?
-
RE: stunnel sdn cert error when adding host to pool
This ended up causing xen to get stuck in a boot loop during an 8.3 update. During the troubleshooting of that, we determined that XO had never correctly deleted the reference to the SDN cert.
If you run into this problem or something similar, run this comment.
xe certificate-list
You should see one of the certificates show with the following.
name ( RO): sdn-controller-ca.pem host ( RO): <not in database>
If the certificate file doesn't exist, you will have to recreate it before you can delete the cert reference.
touch /etc/stunnel/certs/sdn-controller-ca.pem xe pool-certificate-uninstall name=sdn-controller-ca.pem
This should fix the problem.
-
RE: XO Lite can`t manage host
@postal2201 XO-Lite is still a work in progress. Use the xe command line or deploy a Xen Orchestra VM. You can one click deploy XOA from that button in the corner and either use it as is or use it to build a VM with XO from source.
-
RE: n100 based hosts? AMD 5800h?
I started on XCPng with AMD mini PCs for the same reasons you're looking at them. While compute and memory were fine, the lack of faster networking made me switch away from them.
If you're managing things proxmox style with all local storage, then they work well. But that means that you lose out on a lot of the nicety of XCPng. Rebooting a host means that you either wait for a migration to another node or shutdown/suspend the VMs. Using shared storage typically limits you to 1G or 2.5G speeds, which mean your VMs have half the speed of SATA.
I've since moved to using older desktops for my hosts. I can max out their memory relatively cheaply and easily add a 25G or better NIC. While the setup uses more power than the mini PCs, it's actually not bad. IIRC, typical usage was around 20W. But as I mentioned, I'm not doing any heavy compute workloads.
-
RE: Minisforum HM80 (Ryzen 7 4800u)
@TheRedHerring I have an HM90 that I use as a host and it worked with 8.2 out of the box except for the 2.5G NIC. I switched to 8.3 and everything worked out of the box.
Latest posts made by CJ
-
RE: Question on backup sequence
@florent As part of the documentation updates for the backup sequencing, can we get a sequence diagram of the actual backup process? Showing what gets sent to where and in what order. Both with and without the XO Proxy.
This would help clarify a lot of the issues, I think. Right now it's not clear what connections are made by the host vs XO and to what SR.
Thanks.
-
RE: Using tags or custom fields for VM placement
@olivierlambert I was thinking of tags like the anti-affinity ones but the XAPI host affinity would work as well. I'm not sure if it would work for the OP's use case, though.
-
RE: Using tags or custom fields for VM placement
@olivierlambert The LB plugin is what I'm referring to. I'd like to keep XO on the master but currently there's no way to do that. As you mentioned, if I set boot affinity there's nothing preventing it from getting load balanced to another host.
-
RE: CBT: the thread to centralize your feedback
@olivierlambert There's a current workaround with NBD connections set to 1 so it's not a priority. I was just looking for a way to keep an eye on the status of any work on it so I can help test, etc.
-
RE: CBT: the thread to centralize your feedback
@olivierlambert Is there a specific person we should ping or link to watch to get updates on the status?
-
RE: Using tags or custom fields for VM placement
@olivierlambert No worries. I really was just asking about the status of affinity tags.
-
RE: Share your HomeLabs
@Greg_E Fans and hard drives eat up more power than most people expect.
-
RE: Using tags or custom fields for VM placement
@olivierlambert Was this ever added to the roadmap?
I recently had a power failure which took down my entire setup. Upon starting the pool master, I was unable to connect to XO because it had been running on another host. If I had an affinity tag I could set XO to prefer to run on the master.
This way I could more easily check the status of each thing as I brought it back online. Instead, I had to boot the entire pool because the master thought that XO was still running on the other host.
-
RE: Share your HomeLabs
@Greg_E said in Share your HomeLabs:
There is also a cheap GPS/GNSS NTP clock at the top of the rack, just too far to show these other items.
What model and how do you have it set up? I've been tempted to add one to my setup but can't justify the cost.
Noise levels are the reason I've avoided rack mounted gear. Pizza boxes are just too loud.
-
RE: ZFS for a backup server
@McHenry I think you may be running into an XY problem here. https://xyproblem.info/
What targets are you attempting to achieve and what do you foresee the prod environment looking like?
What is your reasoning for aging backups? What use case are you targeting?
If you provide more information about your goals and available resources then we can give you better answers. You also may want to reach out to the Vates sales team as I believe they offer design services.