Bug #32372
closedWrong destination path for pre section logs in kickstart_default template
Description
Copying the pre section logs (/tmp/*pre*log
) to root of sysimage fails because of a wrong destination path:
cp -vf /tmp/*pre*log /tmp/sysimage/root/
/tmp/sysimage
does not exist. It should be /mnt/sysimage
.
This was introduced in #28521.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8457 added
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Triaged changed from No to Yes
- Found in Releases 2.4.0 added
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Related to Bug #28521: Default kickstart places log to /mnt/sysimage/root/install.post.log added
Updated by Anonymous over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|ceb276fbe96b97770f5d292b1eadca0205a34a0a.
Updated by Lukas Zapletal over 3 years ago
- Status changed from Closed to New
There are two more occurrences of /tmp/sysimage so reopening to keep track of this. A customer just reported this today.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8462 added
Updated by Martin Schlossarek over 3 years ago
Lukas Zapletal wrote:
There are two more occurrences of /tmp/sysimage so reopening to keep track of this. A customer just reported this today.
I also fixed the other two occurrences.
Actually I reported something different, but I also stumbled upon these incorrect paths. Don't know why the Red Hat Support refers to this issue now...
Kind regards,
the customer ;)
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8478 added
Updated by Tomer Brisker over 3 years ago
- Status changed from Ready For Testing to Closed