Skip to content

lijiajia2023/containerfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

containerfs

a cluster filesystem for the containers

Concepts

a volume = a metadata table + multiple block groups

Key Problem: Ino Generation

auto increase on the client side, and fetch the initial ino from the metadata table on mount

or allocate on the metadata table side

Replication

raft or paxos for the metadata table

append-only write for blockgroups

About

a cluster filesystem for the containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages