You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the cloud-init clean command instead of removing the files by hand (/var/lib/cloud)
Ref. https://cloudinit.readthedocs.io/en/latest/topics/cli.html#clean
```
$ sudo cloud-init clean -h
usage: /usr/bin/cloud-init clean [-h] [-l] [-r] [-s]
optional arguments:
-h, --help show this help message and exit
-l, --logs Remove cloud-init logs.
-r, --reboot Reboot system after logs are cleaned so cloud-init re-runs.
-s, --seed Remove cloud-init seed directory /var/lib/cloud/seed.
```
Signed-off-by: Luca Carrogu <[email protected]>
0 commit comments