Re: [pve-devel] [PATCH storage 3/3] Fix volume name identification with linked clones

2019-09-18 Thread Daniel Berteaud
- Le 17 Sep 19, à 12:44, Daniel Berteaud dan...@firewall-services.com a écrit : > Linked clones has an image like base-100-disk-0/vm-101-disk-0 > The previous regex didn't catched it, and thus, resizing a linked clone > failed > --- > PVE/Storage/LunCmd/LIO.pm | 2 +- > 1 file changed, 1 inse

[pve-devel] [PATCH storage 3/3] Fix volume name identification with linked clones

2019-09-17 Thread Daniel Berteaud
Linked clones has an image like base-100-disk-0/vm-101-disk-0 The previous regex didn't catched it, and thus, resizing a linked clone failed --- PVE/Storage/LunCmd/LIO.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/LunCmd/LIO.pm b/PVE/Storage/LunCmd/LIO.pm index