Re: [pve-devel] [PATCH V2 pve-storage 1/8] add a storage_exists function

2022-11-08 Thread Thomas Lamprecht
Am 12/09/2022 um 17:25 schrieb Stefan Hrdlicka: > adds a function that can take a volume id and return the relevant > storage config > > Signed-off-by: Stefan Hrdlicka > --- > PVE/Storage.pm | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/PVE/Storage.pm b/PVE/Storage.pm > inde

[pve-devel] [PATCH V2 pve-storage 1/8] add a storage_exists function

2022-09-12 Thread Stefan Hrdlicka
adds a function that can take a volume id and return the relevant storage config Signed-off-by: Stefan Hrdlicka --- PVE/Storage.pm | 9 + 1 file changed, 9 insertions(+) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index b9c53a1..9e95e3d 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm