Skip to content

Instantly share code, notes, and snippets.

@whyrusleeping
Last active March 29, 2016 15:31
Show Gist options
  • Save whyrusleeping/0252846bc655632449b1 to your computer and use it in GitHub Desktop.
Save whyrusleeping/0252846bc655632449b1 to your computer and use it in GitHub Desktop.
{
"type":"mount",
"mounts":[
{
"mountpoint":"/blocks",
"type":"measure",
"prefix":"flatfs.datastore",
"child":{
"type":"flatfs",
"path":"blocks",
"nosync":"false",
"prefixLen":4
}
},
{
"mountpoint":"/",
"type":"measure",
"prefix":"leveldb.datastore",
"child":{
"type":"levelds",
"path":"datastore",
"compression":"none"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment