@jshiells How much free space is on your SRs?
Posts
-
RE: How to protect a VM and Disks from accidental exclusion
@dfrizon said in How to protect a VM and Disks from accidental exclusion:
@olivierlambert The idea is to block the VM and exclusion disks even by root itself, and make it possible only via command line in the console. That's why I started the post by mentioning the command...
We dream of the day when MFA authentication will be required to delete a VM...How would you prevent the root account from taking action..... that is the absolute opposite permission set of root, as if there is an account with even more permissions than root.
You can use permission sets and move your team who are deleting powered off VM's that are protected from accidental deletion into a group that doesn't have the permission to delete VMs, at the same time, remove their permissions from deleting items from your SR.
I think that would solve your problem, and doesn't cause any logical permission issues like above.
-
RE: How to protect a VM and Disks from accidental exclusion
@dfrizon said in How to protect a VM and Disks from accidental exclusion:
Hello everyone!
We want to protect some VMs and associated disks from being deleted (acidental or proposal). The command below protects the VM from being deleted but not the associated disks:
xe vm-param-set uuid=<UUID_OF_THE_VM> blocked-operations:destroy=true
What parameter is missing to be included?
Thanks!!
Within XO this is very straight-forward. Under the VM's advanced details tab
-
RE: CPU radio buttons on usage graph
@olivierlambert said in CPU radio buttons on usage graph:
Those graph are 10y old, and XO 6 will be the default UI in XO 6, so I think we can confidently said we won't take time to debug those old graphs.
Kind of what I had figured. That XO6 is the way forward.
-
RE: Netbox - Conflicting IP addresses break sync
@olivierlambert said in Netbox - Conflicting IP addresses break sync:
Hi,
What would be the expected behavior? It's normal to report a conflict, because if you boot the copy, while leaving the original running, you will indeed have a conflict.
Is it possible to disable the NIC on the DR replica to validate that it boots to a desktop?
@Pilow changing the MAC address could effect DHCP and DNS. Changing the IP address occurs within the VM and XCP-ng/XO don't directly make edits to these types of settings.
-
RE: Build failure in XO v6
The same issue was reported here, but seems its been fixed already.
https://github.com/Jarli01/xenorchestra_installer/issues/137
-
RE: CPU radio buttons on usage graph
Hrm...
Same thing here too, never noticed it until now.
Must be some sort of bug
-
RE: CPU radio buttons on usage graph
@blueh2o said in CPU radio buttons on usage graph:
@DustinB Still there in commit d77d6. The deselected CPU disappears from the graph but reappears when it refreshes.
"refreshes" like when you press F5 in your browser?
-
RE: CPU radio buttons on usage graph
@blueh2o said in CPU radio buttons on usage graph:
@DustinB commit 8f2b8
This looks like it was released on Sept 16, if you update to the latest is this still an issue?
-
RE: CPU radio buttons on usage graph
@blueh2o said in CPU radio buttons on usage graph:
@DustinB exactly. I figured that's what they were for but they don't seem to work for me.
What version of XO are you using?
-
RE: CPU radio buttons on usage graph
@olivierlambert I think so.
@blueh2o you should be able to disable a specific CPU graph to see what your other (or a specific Core is doing).
For example I have 32 cores on my hypervisor and while I can't disable every core, ideally you can take a look to see if a specific core is getting slammed with work.
-
RE: Xen Orchestra 5.110 V2V not working
@farokh said in Xen Orchestra 5.110 V2V not working:
@DustinB Because I was led to believe that I could leave my VM running while the initial transfer is occurring and only have it shutdown for the final bit to be copied. I have VMs that I'd rather not shut down for some number of hours if I can avoid doing that.
You would do what florent said, transfer the VM without shutting down the original VM on ESXi. Once the migration is completed you'd then power off the ESXi VM and power on the XCP-ng.
-
RE: Xen Orchestra 5.110 V2V not working
@farokh said in Xen Orchestra 5.110 V2V not working:
@DustinB It forcibly powers off the VM.
You'd have to do what Florent is saying in this case. But I question why should it matter as long as the migration completes successfully and the VM boots on your new pool...
-
RE: Xen Orchestra 5.110 V2V not working
@farokh said in Xen Orchestra 5.110 V2V not working:
@DustinB That's my point. The "Warm Migration" powers off the running machine.
Are you stating that it forcibly powers the VM off, or does it gracefully execute a shutdown, IE "Start > Shutdown"?
-
RE: Xen Orchestra 5.110 V2V not working
@farokh said in Xen Orchestra 5.110 V2V not working:
Powering off a running machine is really a problem since that can lead to all kinds of corruption/data loss issues.
Not if you properly shutdown your VM, your applications should get to finalize all of their writes and gracefully close and if going "Start > Shutdown" causes data corruption you have some severe application issues that aren't related to the hypervisor.
-
RE: Migrating logs and history between XOA instances?
@Danp said in Migrating logs and history between XOA instances?:
@DustinB said in Migrating logs and history between XOA instances?:
Every action that has taken place on the pool by XO, is what we were wanting to keep. But if you replace XO, you lose the logs as they are retained on the original XO.
If you are using the Audit plug-in, there is a way to move these entries to a new XOA deployments.
I assume that you are referring to other logs, like the ones appearing on a VM's Logs tab, correct?
VM Log tabs yes, I haven't looked into the Audit plugin, that may cover half of the need.
-
RE: Migrating logs and history between XOA instances?
@olivierlambert said in Migrating logs and history between XOA instances?:
Can you tell exactly what kind of logs are you talking about?
Every action that has taken place on the pool by XO, is what we were wanting to keep. But if you replace XO, you lose the logs as they are retained on the original XO.
Who, what, when, where basically.
It's forensics for SOC and ISO that are required.
-
RE: Migrating logs and history between XOA instances?
@Forza I looked into this a while back and couldn't find a solution. This is kind of critical for any organization who has a SOC 2 or ISO certificate that they are maintaining....
I never found a solution and we just accepted the loss of the local logs and "justified" under security reasons (we were updating XOA).
-
RE: Tasks: Please move progress number near to the progress bar
@sid I can understand the desire but this likely isn't going to happen on XO5, maybe in XO6 if its not already done there.
It's still legible, so I'd call this a cosmetic request.
-
RE: Zabbix agent on XCPNG 8.3
@Cygace Someone from the community may jump in and help troubleshoot this.
The best approach would be to not modify the Dom0 installation by installing Zabbix via a community post, as you're customizing the installation.
The vates team and XCP-ng specifically need to include these packages to ensure you're able to get support.
Best of luck