Re: [pve-devel] [PATCH Storage] Newly created LVM volumes are now created with a number of stripes equal to the number of physical volumes in a volume group.

2017-07-30 Thread Martin Lablans
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

[pve-devel] [PATCH Storage] Newly created LVM volumes are now created with a number of stripes equal to the number of physical volumes in a volume group.

2017-07-26 Thread Martin Lablans
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

[pve-devel] [PATCH Storage] LVM Striping

2017-07-26 Thread Martin Lablans
-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

[pve-devel] [PATCH manager] Allow vzdump to use tmpfs for temporary files.

2017-07-23 Thread Martin Lablans
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

[pve-devel] [PATCH manager] Allow tmpfs for vzdump temporary files

2017-07-23 Thread Martin Lablans
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(-) --