Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我创建一个新的 OpenEBS 卷并将其安装在主机/应用程序上时,都会创建一个 lost+found 目录。有什么方法可以避免这种情况,这有什么需要?
lost+found 目录由 ext4 创建。
它可以手动删除,但会在下一次 mount/fsck 时创建。在您的应用程序 yaml 中,使用以下参数忽略此:
image: <image_name> args: - "--ignore-db-dir" - "lost+found"