Gabriel Mougard
Gabriel Mougard
@edlerd Shall I close this for now then?
@ru-fu updated
@tomponline the https://ceph.io link is down making the doc tests to fail but else it should be fine.
Working on the integration tests now.
Tests should be ready
Also, @tomponline, the `deviceVolatileSetFunc` function, which calls the `VolatileSet`, updates the DB. I think this is good to persist this information though. Removing an existing target dir like `/opt` for...
@tomponline I implemented the logic for the VM as well within the lxd-agent. I tested it on my side without an issue.
@tomponline that's interesting! I just didn't know about this `eventsProcess()` logic tbh. You're right, if we could handle the unmount logic as part of an event hook, that'd be better...
@tomponline I moved the unmount logic bit into the `eventsProcess()` function as you required. I reproduced the integration tests on my side with a VM, no issue so far.