[pve-devel] applied-series: [PATCH-SERIES qemu-server/storage] improve RBD resize
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jun 6 19:45:01 CEST 2023
Am 28/04/2023 um 14:32 schrieb Fiona Ebner:
> Make the way the block_resize QMP command is used consistent with
> what other block device backed storages like ZFS and LVM(thin) do.
>
> Avoid the --allow-shrink flag that should never be required in our
> code and avoid passing floating point numbers to the rbd resize
> command.
>
>
> qemu-server:
>
> Fiona Ebner (1):
> block resize: avoid passing zero size to QMP command
>
> PVE/QemuServer.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> pve-storage:
>
> Fiona Ebner (2):
> rbd: don't specify allow-shrink flag
> rbd: volume resize: avoid passing floating point value to rbd
>
> PVE/Storage/RBDPlugin.pm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
applied series, wrapping the ceil in an int(), just to be sure - thanks!
More information about the pve-devel
mailing list