| 1 | { |
| 2 | "mounts": [ |
| 3 | { |
| 4 | "child": { |
| 5 | "path": "blocks", |
| 6 | "shardFunc": "/repo/flatfs/shard/v1/next-to-last/3", |
| 7 | "sync": true, |
| 8 | "type": "flatfs" |
| 9 | }, |
| 10 | "mountpoint": "/blocks", |
| 11 | "prefix": "flatfs.datastore", |
| 12 | "type": "measure" |
| 13 | }, |
| 14 | { |
| 15 | "child": { |
| 16 | "compression": "none", |
| 17 | "path": "datastore", |
| 18 | "type": "levelds" |
| 19 | }, |
| 20 | "mountpoint": "/", |
| 21 | "prefix": "leveldb.datastore", |
| 22 | "type": "measure" |
| 23 | } |
| 24 | ], |
| 25 | "type": "mount" |
| 26 | } |