Skip to content

Commit

Permalink
Merge pull request #133 from ariel-miculas/add-overlay-support
Browse files Browse the repository at this point in the history
Enable puzzlefs to be used as a MOUNT_HELPER in the LXC OCI template
  • Loading branch information
hallyn authored Oct 6, 2024
2 parents e06329c + 1db9958 commit 79fefdd
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 27 deletions.
81 changes: 65 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion exe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
nix = "0.27.1"
nix = {version = "0.27.1", features = ["mount"] }
clap = { version = "4.0.18", features = ["derive"] }
# Version 0.5 drops exit_action so we're stuck with 0.4
daemonize = "0.4.1"
Expand All @@ -26,6 +26,7 @@ syslog = "6.0.1"
os_pipe = "1.1.2"
puzzlefs-lib = { path = "../puzzlefs-lib", version = "0.2.0" }
hex = "0.4.3"
libmount = "0.1.15"

[dev-dependencies]
assert_cmd = "2.0.12"
Expand Down
Loading

0 comments on commit 79fefdd

Please sign in to comment.