# Автоматическое увеличение системного пула

Поменять значение **thin\_pool\_autoextend\_threshold**:

```bash
sed -i 's/# thin_pool_autoextend_threshold = 70/thin_pool_autoextend_threshold = 70/' /etc/lvm/lvm.conf
```

Перезагрузить сервер:

```bash
reboot
```