Stéphane Graber
Stéphane Graber
Done! The bulk of the work on this one will happen within the `internal/server/device/` package combined with matching documentation entry in `doc/`, unless #1787 lands first at which point the...
Because you're unlikely to have access to Infiniband hardwre, I'll be handling testing on this one as I have a lab machine here with an Infiniband controller that I can...
Hey, sorry for the delay, I've been going through notifications mostly in the order they've arrived those past few days, but there's a lot :) 1) GUID validation sounds good...
Sorry, I got pretty distracted today... I did manage to confirm that the open source driver sadly doesn't provide those files, at least not with the IB card that I...
Gah, really not having too much luck as my card is old and needs an older OFED but that then needs an older Ubuntu version too which doesn't want to...
I'd probably recommend opening a PR with the assumption that those files exist, making sure to only attempt to write to the files if we have the new property set....
Currently, `incus_image` quite confusingly has a few top-level arguments: - source_image - source_remote - copy_aliases Which all refer to the copy of an image from a remote server when there...
We currently have: ``` resource "incus_image" "noble" { remote = "my-server" project = "my-project" aliases = ["foo", "bar"] source_remote = "images" source_image = "ubuntu/24.04/amd64" copy_aliases = False type = "container"...
The `source_instance` here basically mirrors the one proposed in #80 but minus the `project` field as I don't believe we can create an image from an instance in a different...
That's an Incus issue more than an issue with the provider but that should make it pretty easy to reproduce.