[pve-devel] applied: [PATCH qemu-server] Fix freeze_needed

2017-07-30 Thread Fabian Grünbichler
On Mon, Jul 31, 2017 at 08:13:27AM +0200, Wolfgang Link wrote: > We want freeze the filesystem if the vmstate is not saved, because when we > save the state we need not to freeze the filesystem. > --- > PVE/QemuConfig.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/PV

[pve-devel] [PATCH qemu-server] Fix freeze_needed

2017-07-30 Thread Wolfgang Link
We want freeze the filesystem if the vmstate is not saved, because when we save the state we need not to freeze the filesystem. --- PVE/QemuConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuConfig.pm b/PVE/QemuConfig.pm index e327482..e2fa2ba 100644 --- a/PVE/Q

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
Of course it would be preferable to leave this in the admin's hand via system-wide LVM configuration. This would also give Tom the flexibility for his setup. However, I don't know a way to achieve striping in LVM without using the -i option. raid_stripe_all_devices=1 does not achieve that resul