Show HN: ZeroFS – 基于 S3 的日志结构文件系统
Show HN: ZeroFS – A log-structured filesystem for S3

原始链接: https://www.zerofs.net/

``` $ nbd-client 10.0.1.5 10809 /dev/nbd0 -N storage -persist # 美国东部 $ nbd-client 10.0.2.5 10809 /dev/nbd1 -N storage -persist # 欧洲西部 $ nbd-client 10.0.3.5 10809 /dev/nbd2 -N storage -persist # 亚太东南部 $ zpool create global-pool mirror /dev/nbd0 /dev/nbd1 /dev/nbd2 $ zpool status global-pool | grep state state: ONLINE ```

抱歉。
相关文章

原文

$ nbd-client 10.0.1.5 10809 /dev/nbd0 -N storage -persist # us-east

$ nbd-client 10.0.2.5 10809 /dev/nbd1 -N storage -persist # eu-west

$ nbd-client 10.0.3.5 10809 /dev/nbd2 -N storage -persist # ap-southeast

$ zpool create global-pool mirror /dev/nbd0 /dev/nbd1 /dev/nbd2

$ zpool status global-pool | grep state

 state: ONLINE

联系我们 contact @ memedata.com