Skip to content

Commit 60ec98d

Browse files
committed
use new hub backend for g8ufs
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent b0d7146 commit 60ec98d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bootstrap/bootstrap/src/zfs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ impl Zfs {
2020

2121
let mut child = Command::new("g8ufs")
2222
.arg("--ro")
23+
.arg("--storage-url")
24+
.arg("redis://hub.threefold.me:9900")
2325
.arg("--cache")
2426
.arg(backend.as_ref())
2527
.arg("--meta")

0 commit comments

Comments
 (0)