Closed as not planned
Description
The /var/storage
directory is created in the "Vm::PrepHost" program. If "LearnStorage" runs first, it will fail.
label def prep
bud Prog::Vm::PrepHost
bud Prog::LearnNetwork unless vm_host.net6
bud Prog::LearnMemory
bud Prog::LearnArch
bud Prog::LearnCores
bud Prog::LearnStorage
bud Prog::InstallDnsmasq
bud Prog::SetupSysstat
bud Prog::SetupNftables
hop_wait_prep
end
Exception:
df: /var/storage: No such file or directory