4censord

Results 95 comments of 4censord

Yes, I would like to have the option to *only* reboot the vm I propose to do this via an option that allows the user to choose: ```hcl resource "xenorchestra_vm"...

It may be worth looking into https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/cloudinit_config

I (#5889) have been able to reproduce by resizing xwayland windows. It never crashed on the first resize, it took significant time of me just sitting there resizing an xwayland...

> The redirect that is used after login has to be configured with > Microsoft beforehand. The Problem being Microsoft not currently > supporting [::1] as a redirect target. Okay,...

I might take a shot at this. Few questions: * At what version to start? Or when has the config been stabilized? * Should it test every single version since...

Oh, i see. I had only looked at the acceptance tests.

should that be two seperate pull requests or one combined one?

it is currently possible to create isos on an iso-sr with the following xe commands: ```shell xe vdi-create sr-uuid=$SR_UUID name-label=testdisk2 virtual-size=$ISO_SIZE xe vdi-import uuid=$VDI_UUID filename=/path/to/ISO ``` That makes it possible...

Yes, i am sure. My iso sr is a read/writable nfs share. The resulting vdi is listed in my iso sr, and can be added to vms as a cd....

> Documentation is available here on how to list all functions: https://xen-orchestra.com/docs/architecture.html#xo-cli-cli Yes, I have seen that, but is kinda only one sentence for most functions, and some don't even...