21 May 2024 |
adamcstephens | i'm gonna spend some time this morning on the wiki page | 12:11:07 |
adamcstephens | i've also had people ask me how to build custom images, which i should really document :) | 12:14:29 |
adamcstephens | In reply to @adam:robins.wtf i've also had people ask me how to build custom images, which i should really document :) https://wiki.nixos.org/wiki/Incus#Custom_Images | 13:26:29 |
22 May 2024 |
| NixOS Moderation Botchanged room power levels. | 15:25:50 |
| NixOS Moderation Botchanged room power levels. | 15:28:05 |
23 May 2024 |
rungmc | I think you could justify an incus.simple option for folks who just want a basic testing or desktop installation or somesuch. Just spamming enter through the default options from incus admin init doesn't result in a preseed with anything system-specific and it's for sure the only way you could do default firewall rules. | 17:00:37 |
rungmc | Having done plenty of stupid networking things, it's pretty trivial to go in and change all of that later if you want to do your own preseed. I'd be more worried about storage pools and some of the weirdness that can occur if you happen to be running some sort of DNS on the same box as Incus. | 17:01:58 |
rungmc | Type of idiot who would do the latter is probably not your target audience for that option, though 😜 | 17:05:17 |
adamcstephens | there's also incus admin init --minimal | 17:12:05 |
rungmc | Was that in LXD before the fork? I dunno how I missed that. | 17:36:27 |
adamcstephens | yes | 17:36:32 |
27 May 2024 |
hexa | ok, probably have to look into zfs as the backing storage now as well | 08:37:31 |
adamcstephens | i've zfs for years with incus/lxd, even moving between systems and pools. no problems i can remember | 12:48:04 |
hexa | so it does zfs send for stateful migration I assume? | 12:50:09 |
hexa | and ultimately an instance has its storage only backed by whatever raid constellation the local machine it currently resides on, correct? | 12:51:03 |
adamcstephens | yeah i think it uses zfs send for a migration | 13:36:25 |
adamcstephens | i've only tried that once or twice | 13:36:34 |
adamcstephens | ceph not working? | 13:36:48 |
hexa | so how does it catch up with changes to the zvol, since the guest is still running | 13:36:56 |
hexa | I can get it to work, I'm not sure I can reasonably get the colleagues to a point where they're in a position to maintain and debug it 🙂 | 13:37:32 |
hexa | we're primarily a network carrier | 13:37:52 |
adamcstephens | ❯ incus move blank:just-bobcat bonk:
Error: Failed instance creation: Expected "criu" connection secret missing from migration sink target request
| 13:43:06 |
adamcstephens | hmm | 13:43:07 |
hexa | container? | 13:45:01 |
adamcstephens | no, it's a VM | 13:45:43 |
hexa | huh, so why CRIU | 13:46:13 |
hexa | or is that stateful migration with ZFS? 😄 | 13:46:35 |
hexa | * or is that a stateful migration with ZFS? 😄 | 13:46:39 |
hexa | where it tries to freeze the VM | 13:46:47 |
adamcstephens | yeah thats a stateful migration | 13:47:00 |