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
The directory /run/cloud-init/tmp/ is created recursively, even if /run does not exist under OpenBSD. Could it be a missed hard-coded path that #4766 attempted to solve ?
Steps to reproduce the problem
Enable the sysv init scripts to start cloud-init once.
Environment details
Cloud-init version: 24.1.4
Operating System Distribution: OpenBSD
Cloud provider, platform or installer type: nocloud
cloud-init logs
No related logs, but I guess the guilty lines of codes are in the file cloudinit/temp_utils.py, especially variable _ROOT_TMPDIR = "/run/cloud-init/tmp".
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. You are correct in that the tmpdir used there should be referencing the current Paths value rather than a hardcoded constant.
Bug report
The directory
/run/cloud-init/tmp/
is created recursively, even if/run
does not exist under OpenBSD. Could it be a missed hard-coded path that #4766 attempted to solve ?Steps to reproduce the problem
Enable the sysv init scripts to start cloud-init once.
Environment details
cloud-init logs
No related logs, but I guess the guilty lines of codes are in the file
cloudinit/temp_utils.py
, especially variable_ROOT_TMPDIR = "/run/cloud-init/tmp"
.The text was updated successfully, but these errors were encountered: