[pve-devel] applied: [PATCH storage v4] fix #4272: btrfs: add rename feature
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Sep 6 19:05:29 CEST 2024
Am 05/07/2024 um 15:10 schrieb Maximiliano Sandoval:
> Adds the ability to change the owner of a guest image.
>
> Btrfs does not need special commands to rename a subvolume and this can
> be achieved the same as in Storage/plugin.pm's rename_volume taking
> special care of how the directory structure used by Btrfs.
>
> Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
> ---
> Differences from v3:
> - add qcow2 and vmdk support for rename
> - remove unused $ppath variable
>
> Differences from v2:
> - use indices instead of assigning to undef 5 times
>
> Differences from v1:
> - avoid assigning unused values of returned list to variables
>
> src/PVE/Storage/BTRFSPlugin.pm | 33 +++++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
>
>
applied, with Aaron's T-b and R-b, thanks!
More information about the pve-devel
mailing list