init
This commit is contained in:
@@ -46,6 +46,9 @@ lvcreate -l 100%FREE --thinpool drbd0/lvmthinpool
|
||||
проверить его можно так:
|
||||
|
||||
```bash
|
||||
modprobe drbd
|
||||
reboot
|
||||
|
||||
cat /proc/drbd
|
||||
```
|
||||
|
||||
@@ -109,7 +112,7 @@ linstor storage-pool list
|
||||
linstor resource-group create --storage-pool drbdpool0 --place-count 2 drbdrg0
|
||||
linstor volume-group create drbdrg0
|
||||
|
||||
linstor resource-group create --storage-pool drbdpool1 --place-count 3 drbdrg1
|
||||
linstor resource-group create --storage-pool drbdpool0 --place-count 3 drbdrg1
|
||||
linstor volume-group create drbdrg1
|
||||
```
|
||||
|
||||
@@ -148,7 +151,7 @@ linstor v list
|
||||
linstor controller drbd-options --after-sb-0pri=discard-zero-changes --after-sb-1pri=discard-secondary --after-sb-2pri=disconnect
|
||||
```
|
||||
|
||||
2. Оплатимальная синхронизация для 1Г сетей
|
||||
2. Оптимальная синхронизация для 1Г сетей
|
||||
|
||||
```bash
|
||||
linstor controller drbd-options --max-buffers=3686 --rcvbuf-size=209715 --sndbuf-size=104857
|
||||
|
Reference in New Issue
Block a user