Comment 1 for bug 1643838

Revision history for this message
Andres Rodriguez (andreserl) wrote :

MAAS doesn't really do anything with ureadahead nor curtin does. However, by looking at the logs I've found this:

Nov 22 08:31:25 faraday systemd[1]: Started Stop ureadahead data collection 45s after completed startup.
[...]
Nov 22 08:31:45 faraday cloud-init[1125]: Processing triggers for ureadahead (0.100.0-19) ...
[...]
Nov 22 08:31:47 faraday cloud-init[1125]: Processing triggers for ureadahead (0.100.0-19) ...
[...]
Nov 22 08:32:32 faraday systemd[1]: Starting Stop ureadahead data collection...
Nov 22 08:32:32 faraday systemd[1]: Stopping Read required files in advance...
Nov 22 08:32:32 faraday systemd[1]: Started Stop ureadahead data collection.
Nov 22 08:32:32 faraday ureadahead[474]: ureadahead:events/fs/open_exec/enable: Ignored relative path

So I wonder if cloud-init has changed something here that causes ureadahead from starting the indexing of files, or whether this is something that has changed in the cloud image itself (from CPC) or in Ubuntu itself.