=== djhankb2 is now known as djhankb [15:45] Hi [15:46] I need to run RHEL VMs on LXD but it seems LXD datasource is not working with these VMs [15:46] any idea why and how to make it work ? [15:46] I'm talking about LXD "VMs" and not "containers" [16:10] I tried with RHEL9 ... no more luck :( [16:11] hybrid512: did you look at the cloud-init.log file to see what is happening? [16:24] what is happening is that no datasource is detected [16:24] /dev/lxd/socket is not created [16:38] the 1st line of the LXD DataSource code states: "Datasource for LXD, reads /dev/lxd/sock representaton of instance data" [16:38] so you mean /dev/lxd/socket or /dev/lxd/sock ? [16:47] /dev/lxd/sock, sorry [16:48] that sounds like a LXD-related issue then, not a cloud-init issue [16:48] in fact, I made it work with a config disk but not with the LXD native datasource [16:49] ^^^ [16:49] as the LXD DataSource relies on the presence of /dev/lxd/sock and /dev/lxd/sock is not actually present then of course the LXD DataSource is not going to work... [16:50] well, I don't have time to push for LXD fixes and I need this to work with even older releases (RHEL7) so I'll go for the config disk, this is good for me [16:50] thx for your help [18:01] hybrid512: also delayed response, but if /dev/lxd/sock isn't being created, it's possible that the lxc config show shows that ` security.devlxd: "false` If that is set false, the socket isn't exposed to the VM. [20:41] @blackboxsw security.devlxd was set to true but still, /dev/lxd/sock doesn't exist inside the RHEL VM (wether it's RHEL 7, 8 or even 9)