Skip to content

LearnStorage fails until /var/storage created #1283

Closed as not planned
Closed as not planned
@enescakir

Description

@enescakir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions