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
Several times I came across the need to cross-update two objects interlinked together - e.g.
Drive.Size property needs to be updated after the NVMe.Namespace interface uevent
LogicalVolume needs to be updated after the VolumeGroup interface uevent
btrfs/f2fs/bcachefs multidisk volumes will cross-link object paths
This is not a problem for add and change uevents as the required objects do still exist, however in case of a remove uevent the cross-linked objects will need to be notified that something has gone missing.
The text was updated successfully, but these errors were encountered:
tbzatek
changed the title
[WIP] RFE: Provide pre- and post- hooks for uevent add and remove actions
RFE: Provide pre- and post- hooks for uevent add and remove actions
Dec 13, 2023
Several times I came across the need to cross-update two objects interlinked together - e.g.
Drive.Size
property needs to be updated after theNVMe.Namespace
interface ueventLogicalVolume
needs to be updated after theVolumeGroup
interface ueventThis is not a problem for
add
andchange
uevents as the required objects do still exist, however in case of aremove
uevent the cross-linked objects will need to be notified that something has gone missing.The text was updated successfully, but these errors were encountered: