Skip to main content

repository_warnings

Function repository_warnings 

Source
pub fn repository_warnings(
    backend: &Backend,
    mover_defaults: Option<&MoverDefaults>,
) -> Vec<String>
Expand description

Non-blocking admission warnings for a Repository/ClusterRepository. Shared by both handlers (the rules can’t fork). Today: the inline-NFS + fsGroup-only footgun (see NFS_FSGROUP_WARNING). Takes the resolved backend + moverDefaults so it serves both kinds without re-deriving them.