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
Maybe we can eventually build something where for each partition with at least one device mount we run udevadm wait --settle <device> [<device>]... in a satellite thread, and we re-mount the device when it re-appears back. That way we can re-attach a device without restarting the hypervisor, for example if a USB connection got reset temporarily due to electromagnetic disturbances.
The text was updated successfully, but these errors were encountered:
This field was not used at all in the codebase, having it in the config
is misleading. Further on, it seems that there is no point in having it:
device files can be mounted through the mount option already.
Maybe we can eventually build something where for each partition
with at least one device mount we run `udevadm wait --settle <device>
[<device>]...` in a satellite thread, and we re-mount a device when it
pops back. That way we can re-attach a device without restarting the
hypervisor.
Further discussion in #80
* add dev_random example
This example illustrates how to use the mount option on partitions.
* remove device field from the partition config
This field was not used at all in the codebase, having it in the config
is misleading. Further on, it seems that there is no point in having it:
device files can be mounted through the mount option already.
Maybe we can eventually build something where for each partition
with at least one device mount we run `udevadm wait --settle <device>
[<device>]...` in a satellite thread, and we re-mount a device when it
pops back. That way we can re-attach a device without restarting the
hypervisor.
Further discussion in #80
* refine CI, add prettier
---------
Co-authored-by: Wanja Zaeske <[email protected]>
Maybe we can eventually build something where for each partition with at least one device mount we run
udevadm wait --settle <device> [<device>]...
in a satellite thread, and we re-mount the device when it re-appears back. That way we can re-attach a device without restarting the hypervisor, for example if a USB connection got reset temporarily due to electromagnetic disturbances.The text was updated successfully, but these errors were encountered: