17 Apr 2025 |
hexa | https://github.com/lxc/incus/pull/1945 | 00:25:19 |
hexa | memory hotplug is in | 00:25:21 |
adamcstephens | saw that got closed. nice. | 00:49:05 |
hexa | always a bummer when tofu apply barks at you that it is not possible | 00:53:10 |
adamcstephens | What was it this time? | 13:04:44 |
hexa | oh just changing the amout of memory | 15:45:45 |
hexa | terraform feels meh, when it breaks down on relatively simple changes like that | 15:46:10 |
steveej | In reply to @hexa:lossy.network terraform feels meh, when it breaks down on relatively simple changes like that is that a limitation of the incus proviser or terraform itself? | 15:50:30 |
hexa | possibly | 15:50:41 |
steveej | * is that a limitation of the incus provider or terraform itself? | 15:50:42 |
hexa | but stopping and starting a VM to change memory is not the path I'd expect | 15:51:06 |
steveej | it was an honest question, albeit with a slight suspicion towards former. | 15:55:48 |
hexa | oh, sorry | 15:56:20 |
hexa | it is a limitation of incus | 15:56:25 |
hexa | or rather was | 15:56:36 |
steveej | ah, encus itself? | 15:56:44 |
hexa | I think rescaling memory works through ballooning | 15:56:49 |
steveej | * ah, incus itself? | 15:56:53 |
hexa | and then the terraform provider calls the incus api and gets the "can't do it" response | 15:57:05 |
hexa | (aka "shut down the vm an try again") | 15:57:38 |
adamcstephens | yeah, it's a problem with the incus provider and incus itself | 17:03:08 |
adamcstephens | i've even run into issues in the past where it would try and modify the memory and fail because the VM was running. so i'd stop the VM, and re-run terraform only for it to boot the VM prior to trying to modify the config 🫠| 17:04:03 |
hexa | meh 😕 | 17:05:10 |
hexa | creating clusterwide bridge type networks is currently impossible | 17:05:30 |
hexa | and assigning bridges into projects is not supported | 17:05:53 |
hexa | on some days incus feels a bit to OVN-brained | 17:06:01 |
adamcstephens | did you open a ticket for bridges in projects? | 17:11:39 |
hexa | https://github.com/lxc/terraform-provider-incus/issues/241 | 17:12:02 |
adamcstephens | yeah the network resource isn't handling the Locations | 17:16:55 |
hexa | yeah, I mean it's a textbook issue | 17:17:27 |