hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

fix readonly rootfs failed when creating necessary dirs #368

Closed Crazykev closed 7 years ago

Crazykev commented 7 years ago

Mainly fix readonly rootfs failed when creating necessary dirs

  1. move mounting readonly rootfs to bottom
  2. pre-create necessary dirs used in hyperstart

cc @laijs

Signed-off-by: Crazykev crazykev@zju.edu.cn

Crazykev commented 7 years ago

@laijs updated.

laijs commented 7 years ago

LGTM