services.multipath.devices.*.deferred_remove

NixOS option

If set to “yes”, multipathd will do a deferred remove instead of a regular remove when the last path device has been deleted. This means that if the multipath device is still in use, it will be freed when the last user closes it. If path is added to the multipath device before the last user closes it, the deferred remove will be canceled.

type: null or one of "yes", "no"
Default
null
declared in: nixos/modules/services/networking/multipath.nixView source on NixOS/nixpkgs →