]> sourceware.org Git - lvm2.git/commit
allocation: report allocation error instead of crash
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 1 Feb 2021 09:24:19 +0000 (10:24 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 1 Feb 2021 11:13:49 +0000 (12:13 +0100)
commitbe0bf43d742a127435962d7075608519f18d4cdc
tree6a267e08eddddd1f9399d78f71b1a6956aa9077d
parent45f0c48365457b2ca4cec163f4435327f0978bd3
allocation: report allocation error instead of crash

Current allocation limitation requires to fit metadata/log LV on
a single PV. This is usually not a big problem, but since
thin-pool and cache-pool is using this for allocating extents
for their metadata LVs it might be eventually causing errors
where the remaining free spaces for large metadata size is spread
over several PV.
lib/metadata/lv_manip.c
This page took 0.039078 seconds and 5 git commands to generate.