@DevilDan Are you using the Load Balancer plugin to manage the load on your pool?

Posts
-
RE: Windows 11 Pro 24H2 VM Random Freezes on XCP-NG 8.3
-
RE: Migrated Linux machine won't start
Check to see if the VM is running in PV mode -- https://xcp-ng.org/blog/2022/01/17/removing-support-for-32-bit-pv-guests/
-
RE: Warm Migration questions - Intel to AMD
What type of storage are you using? FYI, shared storage is only accessible by hosts within the same pool. You can't safely share the same SR with multiple pools.
From your description, it sounds like the warm migration was proceeding as expected. The VMs will crash if you live migrate them because of the difference in supported operations between the different CPUs.
-
RE: vm-templates query param support
Yes, it should work correctly if you use
fields
. Also, I thinkuuid
need to be lower case. -
RE: vm-templates query param support
There isn't an
ID
field. Change this toUUID
and it should work as you intended. -
RE: The HA doesn't work
@sixela I understand. I'm not an expert on HA functionality, but I suspect that the new pool master would need to be designated as a first step. That is why I am suggesting that you investigate why this didn't automatically occur.
-
RE: The HA doesn't work
@sixela There's likely more information in the logs that would explain why a new pool master wasn't designated.
-
RE: The HA doesn't work
Can you describe in more detail this dom0 crash? You should investigate in the logs for why HA didn't kick in and promote a new pool master.
-
RE: The HA doesn't work
Have you confirmed that HA is enabled on the pool's Advanced tab? Also, did one of the other hosts automatically take the role of pool master?
-
RE: Backblaze as Remote error Unsupported header 'x-amz-checksum-mode' received for this API call.
@DustinB No, but dev team has been notified so that they can investigate.
-
RE: Is there any way to cleanup or reset xo config db
@ainsean See the bottom of https://help.vates.tech/kb/en-us/31/48 for the procedure to reset the database.
-
RE: template disk size
@irtaza9 AFAIK, that is how it is intended to function when using a cloud-init enabled template.
-
RE: template disk size
I think this is standard behavior for hub templates because they are cloud-init enabled. Does it allow you to change the size if you select a different option than "No config drive" under the Install Settings category?
-
RE: LDAP fails with error "Code: -32000 Message: Code: 0x3"
Two things you could try --
- user filter set to
(sAMAccountName={{name}})
- Remove the entry under Certificate Authorities
- user filter set to
-
RE: LDAP fails with error "Code: -32000 Message: Code: 0x3"
Can you show us the settings that you configured for this plugin?
-
RE: Default template vs NFS ISO - Install Settings
@irtaza9 I'm not sure that I understand your question. If you select a template that isn't a good match for the OS being installed, then it is possible that the VM will under perform or I suppose it could crash. Is that what you are asking?
-
RE: Default template vs NFS ISO - Install Settings
@irtaza9 You should try to select the template that is the best match for the ISO being used.