Tom Parrott
Tom Parrott
@gabrielmougard thanks, I suspect this is due to: https://discuss.linuxcontainers.org/t/incus-0-3-has-been-released/18351#hot-plughot-remove-of-paths-in-virtual-machines-5 > Worth noting that the agent will not automatically unmount the filesystem prior to hot-remove. If the filesystem is mounted in...
Thanks for opening this @gabrielmougard I suspect we'll need to add support to the lxd-agent to trigger an unmount when the device is being removed.
@simondeziel this is due to this section: https://github.com/canonical/lxd/blob/main/lxd/device/device_utils_disk.go#L454-L458 I've tested on our s390x machine (which runs Focal) and although the virtiofsd daemon starts on the host, there is some issue...
@escabo the `HostPath()` call in line https://github.com/canonical/lxd/blob/main/lxd/network/acl/driver_common.go#L734 is snap aware. Was this tested only using a microovn installation or also with a normal Ubuntu based OVN setup (such as the...
@masnax want to take a look at this one given you've done the work around microovn content interfaces previously?
This sounds like an interesting idea, ive flagged it as a new feature as its not something we support currently. Thanks!
Sounds fine to me in principle. What wasn't clear to me is why disabling /dev/lxd is useful for speeding up CI setups?
Ah I see right!
@grebennikov I understand you originally encountered this issue. Are you able to reproduce it? Thanks
@edlerd did you manage to reproduce this yet?