diff options
author | yuryalekseev <yuryalekseev@yandex-team.com> | 2023-02-19 16:03:14 +0300 |
---|---|---|
committer | yuryalekseev <yuryalekseev@yandex-team.com> | 2023-02-19 16:03:14 +0300 |
commit | a4ac208a8d14f95c340157d08b1fe8f303860014 (patch) | |
tree | 9162bbb34f17a11ff65b95499957ac0e675f873f | |
parent | 91783472c47040a949cc95ab0bb81f568e17d82f (diff) | |
download | ydb-a4ac208a8d14f95c340157d08b1fe8f303860014.tar.gz |
Correct device list description in README.md.
-rw-r--r-- | ydb/apps/dstool/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/apps/dstool/README.md b/ydb/apps/dstool/README.md index ff83edda3a..d04cf2fb44 100644 --- a/ydb/apps/dstool/README.md +++ b/ydb/apps/dstool/README.md @@ -213,7 +213,7 @@ user@host:~$ ydb-dstool -e ydbd.endpoint pdisk list --show-pdisk-usage -H ## Do things with storage devices -A storage device is a hardware data storage installed on one of the cluster's machines and prepared for cluster's use. +A storage device is a hardware data storage device installed on a cluster's machine and prepared for cluster's use. Currently the following types of storage devices are supported: * HDD |