Docker 无法在Debian中创建thinpool

Docker 无法在Debian中创建thinpool,docker,debian,lvm,Docker,Debian,Lvm,我正在对现有磁盘重新分区,并尝试创建设备映射器。因此,我的VG组如下所示: root@my:~# vgdisplay --- Volume group --- VG Name my-vg System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 6 VG Access read/write VG S

我正在对现有磁盘重新分区,并尝试创建设备映射器。因此,我的VG组如下所示:

    root@my:~# vgdisplay
  --- Volume group ---
  VG Name               my-vg
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  6
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                5
  Open LV               5
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               111.55 GiB
  PE Size               4.00 MiB
  Total PE              28556
  Alloc PE / Size       28556 / 111.55 GiB
  Free  PE / Size       0 / 0
  VG UUID               vu1I7v-RBkJ-FFfE-dyg2-xTzW-RBhy-lyvBUi
我无法创建thinpool,可能是因为自由PE大小为零

root@my:~# lvcreate --wipesignatures y -n thinpool my-vg -l 45%VG
  Insufficient suitable allocatable extents found for logical volume thinpool.
如何在不添加新硬盘的情况下解决此类问题

我需要这样做,因为Docker基于以下链接推荐Thinpool:

释放lvm磁盘是一种解决方案,或者也建议为RHEL和衍生产品提供devicemapper精简池,因为它们缺乏aufs支持。Debian/Ubuntu通常是aufs