mirror of
https://github.com/systemd/systemd
synced 2026-03-15 01:24:51 +01:00
Compare commits
No commits in common. "4c6afaab193fcdcb1f5adfe29cd9e0d27e67c55c" and "e831a44b07ebf48992967e366cfc1bcee2683f3d" have entirely different histories.
4c6afaab19
...
e831a44b07
@ -1,10 +0,0 @@
|
|||||||
# This is a workaround for the issue observed with mdadm-4.5 + linux-6.18.
|
|
||||||
# ===
|
|
||||||
# + mdadm --create /dev/md/mdmirror ...
|
|
||||||
# mdadm: size set to 64512K
|
|
||||||
# mdadm: Can't open /sys/module/md_mod/parameters/legacy_async_del_gendisk
|
|
||||||
# mdadm: init md module parameters fail
|
|
||||||
# ===
|
|
||||||
# See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125390
|
|
||||||
# Fixed by https://github.com/md-raid-utilities/mdadm/pull/228
|
|
||||||
md_mod
|
|
||||||
@ -2169,7 +2169,7 @@ int image_read_metadata(Image *i, const char *root, const ImagePolicy *image_pol
|
|||||||
/* userns_fd= */ -EBADF,
|
/* userns_fd= */ -EBADF,
|
||||||
flags);
|
flags);
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
return log_debug_errno(r, "Failed to acquire metadata from image '%s': %m", i->path);
|
return log_debug_errno(r, "Failed to acquire medata from image '%s': %m", i->path);
|
||||||
|
|
||||||
free_and_replace(i->hostname, m->hostname);
|
free_and_replace(i->hostname, m->hostname);
|
||||||
i->machine_id = m->machine_id;
|
i->machine_id = m->machine_id;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user