- Support custom hybrid OSD creation (`vitastor-disk prepare --hybrid --fast-devices /dev/xxx,/dev/yyy`) - Auto-change partition paths to /dev/disk/by-partuuid/ in `vitastor-disk prepare` - Allow to select cached I/O in vitastor-disk commands - Fix multiple bugs in vitastor-disk resize & add tests for them - Fix vitastor-disk write-meta/write-journal in superblock-based mode writing it to an incorrect device - Fix vitastor-disk prepare sometimes again not seeing new partitions - Cleanup PG history and stats of deleted pools - Fix "is already mounted" checks in CSI
25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"name": "vitastor-mon",
|
|
"version": "1.9.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.0",
|
|
"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"
|
|
}
|
|
}
|