16 lines
529 B
Plaintext
16 lines
529 B
Plaintext
|
# Boot from NVMe over TCP (NBFT)
|
||
|
#
|
||
|
# For NVMe/TCP connections that provide namespaces containing rootfs
|
||
|
# it is crucial to react on carrier events and reconnect any missing
|
||
|
# NVMe/TCP connections as defined in the ACPI NBFT table. A custom
|
||
|
# /usr/lib/NetworkManager/dispatcher.d/99-nvme-nbft-connect.sh hook
|
||
|
# will respawn nvmf-connect-nbft.service on such occasion.
|
||
|
|
||
|
[device-nbft-no-ignore-carrier]
|
||
|
|
||
|
# only affects nbft0, nbft1, ... interfaces
|
||
|
match-device=interface-name:nbft*
|
||
|
|
||
|
# react on link up/down events
|
||
|
ignore-carrier=no
|