Re: [pve-devel] [PATCH v6 storage] Optionally allow blockdev in abs_filesystem_path

2021-03-15 Thread Fabian Grünbichler
On March 9, 2021 11:43 am, Dominic Jäger wrote: > This is required to import from LVM storages > > Signed-off-by: Dominic Jäger > --- > v5->v6: unchanged > > PVE/Storage.pm | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/PVE/Storage.pm b/PVE/Storage.pm > index

[pve-devel] [PATCH v6 storage] Optionally allow blockdev in abs_filesystem_path

2021-03-09 Thread Dominic Jäger
This is required to import from LVM storages Signed-off-by: Dominic Jäger --- v5->v6: unchanged PVE/Storage.pm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 8ee2c92..7c2e24e 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@