- Optimize WA - reduce it from 4-5 to 3.x by batching journal writes - Fix ls-pool showing wrong used % when osds are reweighted (#105) - Fix vitastor-cli rm sometimes hanging when PGs are down (#99) - Fix vitastor-cli ls displaying raw used space for all inodes when -p is specified (#101) - Fix "Cannot set property of undefined" in monitor when deleting pool with live inode op stats (#103) - Revert vitastor-kv change from 2.2.0 leading to crashes in vitastor-kv-stress (#100) - Add pg_size change check for XOR pools - Fix root access to VitastorFS files - Add IPv6 support to make-etcd - Fix IPv6 etcd address support in OSD & client library
25 lines
481 B
JSON
25 lines
481 B
JSON
{
|
|
"name": "vitastor",
|
|
"version": "2.4.1",
|
|
"description": "Low-level native bindings to Vitastor client library",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"storage",
|
|
"sds",
|
|
"vitastor"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.yourcmc.ru/vitalif/vitastor.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node-gyp rebuild"
|
|
},
|
|
"author": "Vitaliy Filippov",
|
|
"license": "VNPL-1.1",
|
|
"dependencies": {
|
|
"bindings": "1.5.0",
|
|
"nan": "^2.19.0"
|
|
}
|
|
}
|