Re: [pve-devel] [PATCH storage 08/11] Register CIFSPlugin in the storage plugin system.

2018-03-14 Thread Wolfgang Bumiller
On Tue, Mar 13, 2018 at 03:11:08PM +0100, Wolfgang Link wrote: > diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm > index 6f72cee..64d4e2f 100644 > --- a/PVE/Storage/Plugin.pm > +++ b/PVE/Storage/Plugin.pm > @@ -332,7 +332,7 @@ sub parse_config { > $d->{content} = $def->{content

[pve-devel] [PATCH storage 08/11] Register CIFSPlugin in the storage plugin system.

2018-03-13 Thread Wolfgang Link
--- PVE/Storage.pm| 2 ++ PVE/Storage/Plugin.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 143ed2e..6a2b40b 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -25,6 +25,7 @@ use PVE::Storage::DirPlugin; use PVE::Storage::LV