public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix leftover mounts in rootfs.bbclass
@ 2024-10-02 20:31 'Florian Bezdeka' via isar-users
  2024-10-02 20:31 ` [PATCH 1/2] rootfs: Add missing umounts in rootfs_postprocess() and rootfs_install() 'Florian Bezdeka' via isar-users
  2024-10-02 20:31 ` [PATCH 2/2] Revert "events: Do not warn on left mounts by default" 'Florian Bezdeka' via isar-users
  0 siblings, 2 replies; 6+ messages in thread
From: 'Florian Bezdeka' via isar-users @ 2024-10-02 20:31 UTC (permalink / raw)
  To: isar-users; +Cc: Florian Bezdeka, Jan Kiszka, Felix Moessbauer

Hi all,

this is a follow up of the umount fixes provided by Jan earlier this
week. This series depends on the series sent by Jan to be appied first. 

See [1] for details.

In my case there were mount points in 
build/tmp/work/debian-bookworm-amd64/sbuild-chroot-target/1.0-r0/rootfs/dev
left after the build completed successfully.

We have some cleanup handlers that should detect and report such issues.
It turned out that for some reason the warnings were silenced by using
bb.debug(), which is disabled by default.

Best regards,
Florian

[1] https://lists.isar-build.org/isar-users/1646de44-c244-43b3-ad57-b3bf702608b0@siemens.com/

Cc: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Felix Moessbauer <felix.moessbauer@siemens.com>

Florian Bezdeka (2):
  rootfs: Add missing umounts in rootfs_postprocess() and
    rootfs_install()
  Revert "events: Do not warn on left mounts by default"

 meta/classes/isar-events.bbclass |  2 +-
 meta/classes/rootfs.bbclass      | 31 +++++++++++++++++++------------
 2 files changed, 20 insertions(+), 13 deletions(-)

-- 
2.39.5

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/20241002203156.149572-1-florian.bezdeka%40siemens.com.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-10  4:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-02 20:31 [PATCH 0/2] Fix leftover mounts in rootfs.bbclass 'Florian Bezdeka' via isar-users
2024-10-02 20:31 ` [PATCH 1/2] rootfs: Add missing umounts in rootfs_postprocess() and rootfs_install() 'Florian Bezdeka' via isar-users
2024-10-02 20:31 ` [PATCH 2/2] Revert "events: Do not warn on left mounts by default" 'Florian Bezdeka' via isar-users
2024-10-03  7:25   ` 'Jan Kiszka' via isar-users
2024-10-03  7:42     ` Anton Mikanovich
2024-10-10  4:33       ` 'Jan Kiszka' via isar-users

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox