- Fix one more bug in old store checksums O_o - checksum verification wasn't working correctly on reads quickly after small initial offsetted writes (when a BIG_WRITE was read from the journal). - Fix clients possibly not destroyed after being switched to RDMA. Not 100% verified, but in theory it could rarely lead to PGs hanging in peering/stopping states with RDMA enabled. - Use vitastor-cli in the Cinder driver for modifications instead of direct etcd interaction. - Fix mon_https_ca parsing. - Fix Docker install.sh, add instructions for Podman.
25 lines
481 B
JSON
25 lines
481 B
JSON
{
|
|
"name": "vitastor",
|
|
"version": "3.0.6",
|
|
"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"
|
|
}
|
|
}
|