Skip to content

Commit

Permalink
Translate latest edits and diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Max Chervov <[email protected]>
  • Loading branch information
maxinsky committed Jan 21, 2025
1 parent 00f31a0 commit 94dc446
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
Binary file modified docs/images/sds-node-configurator-scenaries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 29 additions & 29 deletions docs/images/sds-node-configurator-scenaries.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@ skinparam backgroundColor transparent

start

:Выбор сценария;

if (Выбран сценарий «Полное зеркало» (рекомендованный)?) then (да)

group "Сценарий Полное зеркало"
:Формирование зеркала
из дисков целиком;
:Создание VG на зеркале;
:Создание LV в VG;
:Установка ОС на LV;
:Установка тега storage.deckhouse.io/enabled=true
на VG;
:Selecting a scenario;

if (Is the "Full mirror" scenario selected (recommended)?) then (Yes)

group "Full mirror"
:Creating a mirror
of entire disks;
:Creating a VG on the mirror;
:Creating an LV in the VG;
:Installing the operating system on the LV;
:Assigning the storage.deckhouse.io/enabled=true tag
to the VG;
end group

else (нет)

group "Сценарий Частичное зеркало"
:Создание двух разделов
на каждом диске;
:Формирование зеркала
из первых разделов дисков;
:Создание VG на зеркале;
:Создание LV в VG на зеркале;
:Установка ОС на LV в VG на зеркале;
:Установка тега storage.deckhouse.io/enabled=true
на VG на зеркале;
:Создание VG из вторых разделов каждого диска;
:Установка тега storage.deckhouse.io/enabled=true
на VG из вторых разделов;
else (No)

group "Partial mirror"
:Creating two partitions
on each disk;
:Creating a mirror
of the first partitions;
:Creating a VG on the mirror;
:Creating an LV in the VG on the mirror;
:Installing the operating system on the LV in the VG on the mirror;
:Assigning the storage.deckhouse.io/enabled=true tag
to the VG on the mirror;
:Creating a VG of the second partitions on each disk;
:Assigning the storage.deckhouse.io/enabled=true tag
to the VG of the second partitions;
end group

endif

:Добавление узла в кластер Deckhouse;
:Настройка модулей SDS;
:Adding a node to the Deckhouse cluster;
:Configuring the SDS modules;

stop

Expand Down

0 comments on commit 94dc446

Please sign in to comment.