/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
example/dynamic/DefineBox.txt
28 строк
399 B
Kirill Pleshivtsev
Configure YDB storage for multiple pdisks and vdisks (#1887)
28 авг 2024, 15:25
Не верифицирован
28 авг 2024, 15:25
6897444
Код
Авторство
О чём код?
Command { DefineHostConfig { HostConfigId: 1 Drive { Path: "data/pdisk-ssd-1.data" Type: SSD } Drive { Path: "data/pdisk-ssd-2.data" Type: SSD } Drive { Path: "data/pdisk-rot.data" } } } Command { DefineBox { BoxId: 1 Host { Key { Fqdn: "localhost" IcPort: 29501 } HostConfigId: 1 } } }