it am` currently.
And I think I'd prefer adding the "pv_count" option to `lvm_vgs()`
instead of adding a separate function for it.
On Wed, Jul 26, 2017 at 08:47:03PM +0200, Martin Lablans wrote:
Signed-off-by: Martin Lablans
---
PVE/Storage/LVMPlugin.pm | 19 ++-
1 fil
Signed-off-by: Martin Lablans
---
PVE/Storage/LVMPlugin.pm | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/PVE/Storage/LVMPlugin.pm b/PVE/Storage/LVMPlugin.pm
index 9633e4c..cfb18e4 100644
--- a/PVE/Storage/LVMPlugin.pm
+++ b/PVE/Storage/LVMPlugin.pm
-lvm-striping-on-iscsi-storage-with-multipath.6981
This is my first time writing perl, so I'd appreciate a critical review
of my code.
Kind regards,
Martin
Martin Lablans (1):
Newly created LVM volumes are now created with a number of stripes
equal to the number of physical volumes
Signed-off-by: Martin Lablans
---
PVE/VZDump.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index 004672d..d1b8cc2 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -19,7 +19,7 @@ use PVE::JSONSchema qw(get_standard_option);
use PVE::HA::Env
small patch will add tmpfs to vzdump's list of POSIX compliant
filesystems and thus enable it for use in vzdump backups.
Kind regards,
Martin
Martin Lablans (1):
Allow vzdump to use tmpfs for temporary files.
PVE/VZDump.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--