デフォルトでは、自動延長は「100」に設定されています '
# grep thin_pool_autoextend_threshold /etc/lvm/lvm.conf # Configuration option activation/thin_pool_autoextend_threshold. # thin_pool_autoextend_threshold = 70 thin_pool_autoextend_threshold = 100
これらの設定は、機能が無効になっていることを意味します。 /etc/lvm/lvm.conf 構成ファイルから:
# 「thin_pool_autoextend_threshold」と「thin_pool_autoextend_percent」は、# 自動プール拡張の処理方法を定義します。前者は、
# プールを拡張する必要がある時期を定義します:そのスペース使用量がこの
# パーセントを超えたとき。後者は、
# プールに割り当てられる余分なスペースの量を現在のサイズのパーセントで定義します。
#
# たとえば、thin_pool_autoextend_threshold を 70 に設定し、
# thin_pool_autoextend_percent を 20 にすると、プールの使用率が 70% を超えるたびに、
# さらに 20% 拡張されます。 1G プールの場合、最大 700M を使用すると、
# 1.2G へのサイズ変更がトリガーされます。使用量が 840M を超えると、プールは
# 1.44G に拡張されます。
#
# thin_pool_autoextend_threshold を 100 に設定すると、
# 自動拡張が無効になります。最小値は 50 です (50 未満の設定は
# 50 として扱われます)。
自動延長を有効にするには、「thin_pool_autoextend_percent」の両方を変更します ' および 'thin_pool_autoextend_threshold ' 設定:
thin_pool_autoextend_threshold = 70 thin_pool_autoextend_percent = 20
つまり、プールの使用率が 70% を超えると、さらに 20% 拡張されます。 1G プールの場合、700M を使用すると、1.2G へのサイズ変更がトリガーされます。使用量が 840M を超えると、プールは 1.44G に拡張されます。
「lsb_release:command not found」 – CentOS/RHEL で修正
CentOS/RHEL で多数の「パケットの再構成に失敗しました」エラーを示す「nestat -s」