containerd / accelerated-container-image

A production-ready remote container image format (overlaybd) and snapshotter based on block-device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't mount 'ext4' overlaybd image when change defaultFsType to 'erofs'

BigVan opened this issue · comments

What happened in your environment?

It will occur an error when changing defaultFsType to 'erofs', snapshotter will mount an 'ext4' overlaybd image by using ' mount-t erofs'.

What did you expect to happen?

No response

How can we reproduce it?

  1. change 'defaultFsType' to erofs in /etc/overlaybd-snapshotter/config.json
  2. restart overlaybd-snapshotter
  3. run an existing overlaybd image

What is the version of your Accelerated Container Image?

v1.1.2

What is your OS environment?

ubuntu 22.04

Are you willing to submit PRs to fix it?

  • Yes, I am willing to fix it.