Signed-off-by: Pablo Ruiz García
---
PVE/Storage/ZFSPlugin.pm |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm
index ac8eb0a..d310a8c 100644
--- a/PVE/Storage/ZFSPlugin.pm
+++ b/PVE/Storage/ZFSPlugin.pm
@@ -41,6 +41,9
Signed-off-by: Pablo Ruiz García
---
PVE/Storage/ZFSPlugin.pm | 16 +++-
1 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm
index 80fc0ea..ac8eb0a 100644
--- a/PVE/Storage/ZFSPlugin.pm
+++ b/PVE/Storage/ZFSPlugin.pm
Signed-off-by: Pablo Ruiz García
---
zfs-helpers/Common.pm | 285
zfs-helpers/comstar | 114 ++
zfs-helpers/iet | 488
zfs-helpers/istgt | 593 +
4 files
return the given ZVOL/LUN's number.
This actual commands are modelled after the ones invoked by Comstar's LunCmd
perl module, which even if it maybe a bit too coupled to Comstar's/Solaris'
way of doing things. It seems to be flexible enough as to be usefull for other
implementati
Signed-off-by: Pablo Ruiz García
---
zfs-helpers/comstar | 12 ++--
zfs-helpers/iet | 20
zfs-helpers/istgt | 36 +---
3 files changed, 47 insertions(+), 21 deletions(-)
diff --git a/zfs-helpers/comstar b/zfs-helpers
Hello,
This is a new version of my ZFS's LUN management code refactor, this time
completely
removing 'embedded' LunCmd drivers, and adding them as independent perl scripts
to pve-storage repo.
ZFSPlugin functionality has been tested and it works fine with our one
zfs-helper,
also, I've tried to
Signed-off-by: Pablo Ruiz García
---
PVE/Storage/LunCmd/Comstar.pm | 102 ---
PVE/Storage/LunCmd/Iet.pm | 478 -
PVE/Storage/LunCmd/Istgt.pm | 580 -
PVE/Storage/LunCmd/Makefile |5 -
PVE/Storage/Makefile
Hello,
This is a followup at my privous attempt at providing generic support
of LUN management to ZFS Plugin by using an independent helper script/binary.
This patch series refactors current ZFS Plugin, removing support for perl-based
LunCmd drivers, and instead provides a generic-way of invokin
Signed-off-by: Pablo Ruiz García
---
PVE/Storage/LunCmd/Comstar.pm | 102 ---
PVE/Storage/LunCmd/Iet.pm | 478 -
PVE/Storage/LunCmd/Istgt.pm | 580 -
PVE/Storage/LunCmd/Makefile |5 -
PVE/Storage/Makefile
return the given ZVOL/LUN's number.
This actual commands are modelled after the ones invoked by Comstar's LunCmd
perl module, which even if it maybe a bit too coupled to Comstar's/Solaris'
way of doing things. It seems to be flexible enough as to be usefull for other
implementati
ich even if it maybe a bit too coupled to Comstar's/Solaris'
way of doing things. It seems to be flexible enough as to be usefull for other
implementations (as there are already one for Iet and one for BSD's Istgt).
Signed-off-by: Pablo Ruiz García
---
PVE/Storage/LunCmd/Ge
flexibility of zfs/zvol's management.
Signed-off-by: Pablo Ruiz García
---
PVE/Storage/ZFSPlugin.pm | 27 +--
1 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm
index e89b131..873d67a 100644
---
Hello,
Our iSCSI/ZFS infraestructure is somewhat specific to our environment,
and I felt like adding a driver just for us was of no use for proxmox
folks, nor for the community at large, so I've opted for an alternative
way by introducing a 'generic' LUN management driver which just invokes
an ind
13 matches
Mail list logo