- Daemonize before forking in NFS proxy to fix OSD RDMA support (#107) - Fix possible PG_INCOMPLETE on node outage when allow_net_split is false - Fix build under Ubuntu 25.10 - Fix journal_no_same_sector_overwrites mode after optimizing WA (#109)
25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"name": "vitastor-mon",
|
|
"version": "2.4.3",
|
|
"description": "Vitastor SDS monitor service",
|
|
"main": "mon-main.js",
|
|
"scripts": {
|
|
"lint": "eslint *.js lp_optimizer/*.js scripts/*.js"
|
|
},
|
|
"author": "Vitaliy Filippov",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"antietcd": "^1.1.3",
|
|
"sprintf-js": "^1.1.2",
|
|
"ws": "^7.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-node": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
}
|