Cannot create new thin volume, free space in thin pool pve/data reached threshold.

Cannot create new thin volume, free space in thin pool pve/data reached threshold.

出现背景

使用lvm-thinpool存储上,进行创建新的动作,如磁盘,快照等,会有下面提示

TASK ERROR: lvcreate snapshot 'pve/snap_vm-103-disk-0_fa02snap'
error:   Cannot create new thin volume, free space in thin pool pve/data reached threshold. 

当lvm-thinpool的元数据占满或者即将占满,则会出现此报错。

解决办法:扩容或者释放空间

扩容

可以查看当前的空间剩余

root@pve:~# vgs
VG  #PV #LV #SN Attr   VSize VFree
pve   1   4   0 wz--n- 4.93t <811.50g

可以看到剩余811g。

使用下面命令扩容:

 

lvextend --poolmetadatasize +size pve/data
如:
lvextend --poolmetadatasize +2G pve/data

释放空间

利用fstrim来给进行TRIM。前提是,磁盘具有discard 或者 丢弃属性。

下面是一个fstrim实验

参考资料

LVM Thin Provisioning - Red Hat Customer Portal

Storage: LVM Thin - Proxmox VE

 

版权声明:
作者:佛西
链接:https://foxi.buduanwang.vip/linux/2162.html/
文章版权归作者所有,未经允许请勿转载
如需获得支持,请点击网页右上角
THE END
分享
二维码
海报
Cannot create new thin volume, free space in thin pool pve/data reached threshold.
Cannot create new thin volume, free space in thin pool pve/data reached threshold. 出现背景 使用lvm-thinpool存储上,进行创建新的动作,如磁盘,快照等……
<<上一篇
下一篇>>
文章目录
关闭
目 录