Support checking /dev/nbdX nodes in Docker

This commit is contained in:
Vitaliy Filippov
2023-05-08 20:39:20 +03:00
parent e0fb17bfee
commit cfcf4f4355
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ OSD_COUNT=7
PG_COUNT=32
. `dirname $0`/run_3osds.sh
check_nbd
IMG_SIZE=256
$ETCDCTL put /vitastor/config/inode/1/1 '{"name":"testimg","size":'$((IMG_SIZE*1024*1024))'}'