[pve-devel] applied: [PATCH manager 3/9] api: ceph: create osd: work around udev bug
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Sep 30 18:12:29 CEST 2021
On 28.09.21 13:39, Fabian Ebner wrote:
> There is a udev bug [0] which can ultimately lead to the udev database
> for certain devices not being actively updated. The Diskmanage package
> relies upon lsblk for certain info, and lsblk queries the udev
> database. Ensure the information is updated by manually calling
> 'udevadm trigger' for the changed devices.
>
> Without the fix, and a bit of bad luck, a cleaned up disk could still
> show up as an 'LVM2_member' for example.
>
> [0]: https://github.com/systemd/systemd/issues/18525
>
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
> PVE/API2/Ceph/OSD.pm | 32 +++++++++++++++++++++++++++++++-
> 1 file changed, 31 insertions(+), 1 deletion(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list