Re: [pve-devel] [PATCH] Updated FR translation (fr.po)

2013-10-16 Thread Dietmar Maurer
Applied. Many thanks for the update! > po/fr.po | 1285 +-- > --- > 1 files changed, 764 insertions(+), 521 deletions(-) ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/

[pve-devel] [PATCH 3/3] Module to support istgt lun commands Istgt is used on any *BSD. As of FreeBSD 10 it seems FreeBSD will provide thier own native replacement.

2013-10-16 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage/LunCmd/Istgt.pm | 580 1 file changed, 580 insertions(+) create mode 100644 PVE/Storage/LunCmd/Istgt.pm diff --git a/PVE/Storage/LunCmd/Istgt.pm b/PVE/Storage/LunCmd/Istgt.pm

[pve-devel] Extend ZFSPlugin to support istgt

2013-10-16 Thread mir
The following patches adds support for istgt which is used in *BSD to provide iSCSI. To be able to support more than Comstar a refactoring of the code was necessary. Refactoring has moved any reference to LUN commands to separate modules created in a subfolder in Storage (LunCmd). ___

[pve-devel] [PATCH 2/3] Comstar lun commands moved to separate module

2013-10-16 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage/LunCmd/Comstar.pm | 101 ++ 1 file changed, 101 insertions(+) create mode 100644 PVE/Storage/LunCmd/Comstar.pm diff --git a/PVE/Storage/LunCmd/Comstar.pm b/PVE/Storage/LunCmd/Comst

[pve-devel] [PATCH 1/3] Prepare for adding support for istgt and openiscsi Refactor code. Move any LUN related to proper LUN module.

2013-10-16 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage/ZFSPlugin.pm | 151 +-- 1 file changed, 80 insertions(+), 71 deletions(-) diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm index a50f7cb..7bc9d49 100644 --- a/PV