[pve-devel] Migration with replica enable

2017-06-08 Thread Wolfgang Link
This allows to migrate a guest offline, when replica is enabled for this guest. It will only migrate the delta of the storage. ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [pve-guest-common 1/2] get_jobid

2017-06-08 Thread Wolfgang Link
--- PVE/ReplicationConfig.pm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/PVE/ReplicationConfig.pm b/PVE/ReplicationConfig.pm index 01e7206..b4f0fe9 100644 --- a/PVE/ReplicationConfig.pm +++ b/PVE/ReplicationConfig.pm @@ -209,6 +209,20 @@ sub check_for_existing_jobs { r

[pve-devel] [qemu-server] Qemu implement migration on replicated storage.

2017-06-08 Thread Wolfgang Link
--- PVE/QemuMigrate.pm | 77 -- 1 file changed, 69 insertions(+), 8 deletions(-) diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm index bf756a6..a303851 100644 --- a/PVE/QemuMigrate.pm +++ b/PVE/QemuMigrate.pm @@ -13,6 +13,9 @@ use PVE::Stor

[pve-devel] [pve-container] LXC implement migration on replicated storage

2017-06-08 Thread Wolfgang Link
--- src/PVE/LXC/Migrate.pm | 76 ++ 1 file changed, 70 insertions(+), 6 deletions(-) diff --git a/src/PVE/LXC/Migrate.pm b/src/PVE/LXC/Migrate.pm index 2f0244b..cfca82c 100644 --- a/src/PVE/LXC/Migrate.pm +++ b/src/PVE/LXC/Migrate.pm @@ -10,6 +10,10

[pve-devel] [pve-guest-common 2/2] set_remote_state

2017-06-08 Thread Wolfgang Link
--- PVE/ReplicationState.pm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/PVE/ReplicationState.pm b/PVE/ReplicationState.pm index be5cf5f..086d62f 100644 --- a/PVE/ReplicationState.pm +++ b/PVE/ReplicationState.pm @@ -92,4 +92,23 @@ sub replication_snapshot_name { w

[pve-devel] [pve-manager] pvesr set_state

2017-06-08 Thread Wolfgang Link
--- PVE/CLI/pvesr.pm | 33 + 1 file changed, 33 insertions(+) diff --git a/PVE/CLI/pvesr.pm b/PVE/CLI/pvesr.pm index f64a3103..ca8cd59c 100644 --- a/PVE/CLI/pvesr.pm +++ b/PVE/CLI/pvesr.pm @@ -288,6 +288,38 @@ __PACKAGE__->register_method ({ return PVE::API

[pve-devel] applied: [PATCH] Add force parameter for delete replica job.

2017-06-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] Cloning a CT

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 21:12:24 +0200 (CEST) Dietmar Maurer wrote: > > Any particular reason to not allow making a clone of a CT? > > I even think that making a linked clone of a CT should be possible, at > > least for zvols. > > AFAIR there was patches for that on this list. But no time to test/a

Re: [pve-devel] Cloning a CT

2017-06-08 Thread Dietmar Maurer
> Any particular reason to not allow making a clone of a CT? > I even think that making a linked clone of a CT should be possible, at > least for zvols. AFAIR there was patches for that on this list. But no time to test/apply them ... ___ pve-devel mail

[pve-devel] Cloning a CT

2017-06-08 Thread Michael Rasmussen
Hi all, Any particular reason to not allow making a clone of a CT? I even think that making a linked clone of a CT should be possible, at least for zvols. -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 19:38:23 +0200 Michael Rasmussen wrote: > On Thu, 8 Jun 2017 19:21:50 +0200 > Michael Rasmussen wrote: > > > I seem to have found a bug in the API because changing the size through > > the API all though the zvol is properly resized rescanning the session > > on the client si

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 19:21:50 +0200 Michael Rasmussen wrote: > I seem to have found a bug in the API because changing the size through > the API all though the zvol is properly resized rescanning the session > on the client side does not show the changed size. If I do the same > from the FreeNAS GU

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 18:15:13 +0200 Michael Rasmussen wrote: > On Thu, 8 Jun 2017 18:07:26 +0200 > Michael Rasmussen wrote: > > > Both host and storage. FreeNAS requires a removal of the > > 'targettoexent' and a new reassigning of targettoextent between > > target and extent. This reassignment b

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 17:06:30 +0200 (CEST) Alexandre DERUMIER wrote: > > But I remember to use qmp command to tell the vm the new size of disk (even > if it was already resized on the host) > Is there an equivalent to qmp block_resize for LXC? -- Hilsen/Regards Michael Rasmussen Get my public

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 18:07:26 +0200 Michael Rasmussen wrote: > Both host and storage. FreeNAS requires a removal of the > 'targettoexent' and a new reassigning of targettoextent between > target and extent. This reassignment brakes the connection sort of like I stand corrected ;-) Initial assigmen

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 17:06:30 +0200 (CEST) Alexandre DERUMIER wrote: > > do you talk have about lun size on the host ? On the host, a simple iscsi > rescan should be able to detect new size. > Both host and storage. FreeNAS requires a removal of the 'targettoexent' and a new reassigning of targe

[pve-devel] [PATCH kernel 3/5] add CVE fixes

2017-06-08 Thread Fabian Grünbichler
CVE-2017-8890: dccp/tcp: do not inherit mc_list from parent CVE-2017-9074: ipv6: Prevent overrun when parsing v6 header options CVE-2017-9075: sctp: do not inherit ipv6_{mc|ac|fl}_list from parent CVE-2017-9076/CVE-2017-9077: ipv6/dccp: do not inherit ipv6_mc_list from parent CVE-2017-9242: ipv6: f

[pve-devel] [PATCH kernel 2/5] drop patches applied upstream

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- Makefile | 6 - ...net_sched-nla_memdup_cookie-can-be-static.patch | 42 --- ...t-sched-actions-allocate-act-cookie-early.patch | 142 -- ...sm-handle-protnone-saved-writes-when-maki.patch | 70 - ...s

[pve-devel] [PATCH kernel 1/5] update sources to 4.10.0-22.24

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- submodules/ubuntu-zesty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/ubuntu-zesty b/submodules/ubuntu-zesty index 6e2b676..5df1635 16 --- a/submodules/ubuntu-zesty +++ b/submodules/ubuntu-zesty @@ -1 +1 @@ -Subproject com

[pve-devel] [PATCH kernel 4/5] bump version to 4.10.15-10, bump ABI to 4.10.15-1-pve

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- changelog.Debian| 11 +++ proxmox-ve/changelog.Debian | 6 ++ Makefile| 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/changelog.Debian b/changelog.Debian index 0f53d9b..d1ef3d2 100644 ---

[pve-devel] applied: [PATCH kernel 0/5] update to 4.10.15

2017-06-08 Thread Fabian Grünbichler
Fabian Grünbichler (5): update sources to 4.10.0-22.24 drop patches applied upstream add CVE fixes bump version to 4.10.15-10, bump ABI to 4.10.15-1-pve update abi-previous after ABI bump changelog.Debian |11 + proxmox-ve/changelog.Debian

[pve-devel] [PATCH kernel stable-4 1/3] update source to Ubuntu-4.4.0-79.100

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- ubuntu-xenial.tgz | Bin 146083900 -> 146129567 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92c4ceb..ff259fe 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ ${VIRTUAL_HDR_DE

[pve-devel] [PATCH kernel stable-4 3/3] bump version to 4.4.67-89, bump ABI to 4.4.67-1-pve

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- changelog.Debian| 8 proxmox-ve/changelog.Debian | 6 ++ Makefile| 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog.Debian b/changelog.Debian index 5b26efa..c518c65 100644 --- a/cha

[pve-devel] [PATCH kernel stable-4 2/3] drop patches applied upstream

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- Makefile | 1 - ...kvm-page-reference-leakage-in-handle_vmon.patch | 46 -- 2 files changed, 47 deletions(-) delete mode 100644 CVE-2017-2596-kvm-page-reference-leakage-in-handle_vmon.patch dif

[pve-devel] applied [PATCH kernel stable-4 0/3] update to 4.4.67

2017-06-08 Thread Fabian Grünbichler
Fabian Grünbichler (3): update source to Ubuntu-4.4.0-79.100 drop patches applied upstream bump version to 4.4.67-89, bump ABI to 4.4.67-1-pve changelog.Debian | 8 proxmox-ve/changelog.Debian| 6 +++ Makefile

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Alexandre DERUMIER
>>It is not the VM as such but more related to the scsi subsystem. The >>disk geometry is fixed at the time the LUN is attached to the system so >>the only way to change the geometry is to reload the LUN - reloading >>means in this context detach and attach again. do you talk have about lun siz

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Michael Rasmussen
On Thu, 8 Jun 2017 16:00:50 +0200 (CEST) Alexandre DERUMIER wrote: > > it should work if you send qmp block_resize command to vm, > after resize the lun on the host. > It is not the VM as such but more related to the scsi subsystem. The disk geometry is fixed at the time the LUN is attached to

[pve-devel] applied: [PATCH manager] fix #1389: vzdump: handle storage failure in new()

2017-06-08 Thread Wolfgang Bumiller
applied On Mon, May 22, 2017 at 01:16:48PM +0200, Fabian Grünbichler wrote: > otherwise the mail notification is not triggered > > Signed-off-by: Fabian Grünbichler > --- > PVE/VZDump.pm | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/PVE/VZDump.pm b/PVE/VZDump.p

[pve-devel] applied: [RFC PATCH manager 2/2] show hostpci devices in gui

2017-06-08 Thread Wolfgang Bumiller
applied On Mon, May 29, 2017 at 11:10:21AM +0200, Dominik Csapak wrote: > so one can see which pci devices are assigned to which vm > > Signed-off-by: Dominik Csapak > --- > www/manager6/qemu/HardwareView.js | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/w

[pve-devel] applied: [RFC PATCH manager 1/2] add pci icon/css class

2017-06-08 Thread Wolfgang Bumiller
applied On Mon, May 29, 2017 at 11:10:20AM +0200, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > www/css/ext6-pve.css| 8 +++- > www/images/Makefile | 3 ++- > www/images/icon-pci.png | Bin 0 -> 199 bytes > www/images/icon-pci.xcf | Bin 0 -> 738 bytes > 4 files c

[pve-devel] applied: [PATCH manager 0/4] add usb devices to gui

2017-06-08 Thread Wolfgang Bumiller
applied whole series On Mon, May 29, 2017 at 10:46:30AM +0200, Dominik Csapak wrote: > this series show passed through usb devices (and spice ports) in the gui, > and lets user edit/add them > > i would like to see the first 2 patches applied, but because usb hotplug > is not working 100% the las

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Alexandre DERUMIER
Hi, >>I have found out that live resize is not possible since the LUN needs to >>be re-exposed for the OS to see the new size. Re-exposing causing VM to >>crash. So I bail if $running is true. it should work if you send qmp block_resize command to vm, after resize the lun on the host. -

[pve-devel] applied: [PATCH manager] fix #1385: display no rbd user by default

2017-06-08 Thread Wolfgang Bumiller
applied On Thu, May 18, 2017 at 09:42:17AM +0200, Dominik Csapak wrote: > when having an rbd storage with no user, we displayed 'admin' by default, > this patch sets '' and will be overwritten from the backend if a value is set > > when creating a rbd storage, the textfield still has 'admin' in >

[pve-devel] applied: [PATCH manager] use physical NIC regexp

2017-06-08 Thread Wolfgang Bumiller
applied On Mon, May 22, 2017 at 09:44:18AM +0200, Fabian Grünbichler wrote: > because in >= Stretch, most systems don't have ethX devices any more. > > Signed-off-by: Fabian Grünbichler > --- > Note: requires patch introducing this RE in pve-common > > PVE/Service/pvestatd.pm | 3 ++- > 1 file

[pve-devel] applied: [RFC common] add and use physical NIC regexp

2017-06-08 Thread Wolfgang Bumiller
applied On Mon, May 22, 2017 at 09:44:17AM +0200, Fabian Grünbichler wrote: > Signed-off-by: Fabian Grünbichler > --- > this was strangely redundant ;) name and placement in Network.pm up for > discussion of course > > src/PVE/INotify.pm | 9 + > src/PVE/Network.pm | 2 ++ > 2 files cha

[pve-devel] [PATCH] Add force parameter for delete replica job.

2017-06-08 Thread Wolfgang Link
This parameter is helpful if an unsolvable situation occurs or the vmconfig was delete manually. --- PVE/API2/ReplicationConfig.pm | 35 ++- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/PVE/API2/ReplicationConfig.pm b/PVE/API2/ReplicationConfig.p

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread datanom.net
On 2017-06-08 09:31, Fabian Grünbichler wrote: no, IMHO this should work. I think the problem is (this time almost certainly ;)) the colon. the path is just quoted using PVE::Tools::shellquote, which is a wrapper around String::ShellQuote::shell_quote. Similarly, PVE::Tools::run_command will u

[pve-devel] applied: [PATCH manager] pvesr: prepare_local_job: fixup

2017-06-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] Remove debug output

2017-06-08 Thread Dietmar Maurer
this would remove the whole purpose of that function! > On June 8, 2017 at 11:48 AM Wolfgang Link wrote: > > > --- > PVE/CLI/pvesr.pm | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/PVE/CLI/pvesr.pm b/PVE/CLI/pvesr.pm > index 3ca01c86..eb880fda 100644 > --- a/PVE/CLI/pvesr.pm > +++

[pve-devel] [PATCH] Remove debug output

2017-06-08 Thread Wolfgang Link
--- PVE/CLI/pvesr.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/PVE/CLI/pvesr.pm b/PVE/CLI/pvesr.pm index 3ca01c86..eb880fda 100644 --- a/PVE/CLI/pvesr.pm +++ b/PVE/CLI/pvesr.pm @@ -144,8 +144,6 @@ __PACKAGE__->register_method ({ } } - print to_json($last_snap

[pve-devel] [PATCH manager] pvesr: prepare_local_job: fixup

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- note: viewing the diff with -w shows the actual, very small delta. sorry for the noise (tests give identical output now compared to HEAD^2 - so this should be OK) PVE/CLI/pvesr.pm | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff

Re: [pve-devel] [PATCH v2 manager 2/2] pvesr: prepare_local_job: use PVE::replication::prepare

2017-06-08 Thread Dietmar Maurer
sigh - this does not work at all: Global symbol "$last_snapshots" requires explicit package name (did you forget to declare "my $last_snapshots"?) at PVE/CLI/pvesr.pm line 147. Please can you send a fix? ___ pve-devel mailing list pve-devel@pve.proxmox

[pve-devel] applied: [PATCH v2 manager 2/2] pvesr: prepare_local_job: use PVE::replication::prepare

2017-06-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH docs] Document import disk functionality

2017-06-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH v2 manager 2/2] pvesr: prepare_local_job: use PVE::replication::prepare

2017-06-08 Thread Fabian Grünbichler
to reduce code duplication. this slightly changes behaviour compared to the previous version: only disks with the correct prefix are cleaned up, not all disks with __replication* snapshots. Signed-off-by: Fabian Grünbichler --- v2: rebased with mapping from $images to $volids PVE/CLI/pvesr.pm

[pve-devel] [PATCH docs] Document import disk functionality

2017-06-08 Thread Emmanuel Kasper
--- qm.adoc | 68 + 1 file changed, 68 insertions(+) diff --git a/qm.adoc b/qm.adoc index d8ab448..87071b2 100644 --- a/qm.adoc +++ b/qm.adoc @@ -645,6 +645,74 @@ NOTE: It is not possible to start templates, because this would modif

[pve-devel] applied: [PATCH manager 1/2] Replication::prepare: track cleaned up volumes

2017-06-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH 2/2] Fix: list_images returns now a array of hashes so adopt the code.

2017-06-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH 1/2] Permit set parent_snapname if it is not set.

2017-06-08 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [RFC manager 2/2] pvesr: prepare_local_job: use PVE::replication::prepare

2017-06-08 Thread Fabian Grünbichler
to reduce code duplication. this slightly changes behaviour compared to the previous version: only disks with the correct prefix are cleaned up, not all disks with __replication* snapshots. Signed-off-by: Fabian Grünbichler --- IMHO, the behaviour change is okay - if there are disks with a diffe

[pve-devel] [PATCH manager 1/2] Replication::prepare: track cleaned up volumes

2017-06-08 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- PVE/Replication.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PVE/Replication.pm b/PVE/Replication.pm index 9aad67d8..181c4d3f 100644 --- a/PVE/Replication.pm +++ b/PVE/Replication.pm @@ -186,20 +186,21 @@ sub prepare { P

[pve-devel] Small fixes for replica

2017-06-08 Thread Wolfgang Link
Small fixes for replica [PATCH 1/2] Permit set parent_snapname if it is not set. [PATCH 2/2] Fix: list_images returns now a array of hashes so adopt ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pv

[pve-devel] [PATCH 2/2] Fix: list_images returns now a array of hashes so adopt the code.

2017-06-08 Thread Wolfgang Link
--- PVE/CLI/pvesr.pm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PVE/CLI/pvesr.pm b/PVE/CLI/pvesr.pm index 13ef2730..5e57ac48 100644 --- a/PVE/CLI/pvesr.pm +++ b/PVE/CLI/pvesr.pm @@ -133,9 +133,10 @@ __PACKAGE__->register_method ({ foreach my $storeid (@$stor

[pve-devel] [PATCH 1/2] Permit set parent_snapname if it is not set.

2017-06-08 Thread Wolfgang Link
--- PVE/Replication.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/Replication.pm b/PVE/Replication.pm index 9aad67d8..ab55c9bf 100644 --- a/PVE/Replication.pm +++ b/PVE/Replication.pm @@ -135,7 +135,8 @@ sub remote_prepare_local_job { push @$cmd, @$volumes if sc

[pve-devel] applied: [PATCHV2 pve-manager Add job creation checks] Add job creation checks.

2017-06-08 Thread Dietmar Maurer
applied a similar/rebased patch ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH manager] change to debian font-awesome

2017-06-08 Thread Dominik Csapak
On 06/08/2017 09:49 AM, Dominik Csapak wrote: the patch changes to debian package for font-awesome instead of providing our own files. after this gets applied, someone with commit rights should remove the font-awesome.css and fonts folder from www/css/ sending the patch as attachment, because g

[pve-devel] [PATCH manager] change to debian font-awesome

2017-06-08 Thread Dominik Csapak
the patch changes to debian package for font-awesome instead of providing our own files. after this gets applied, someone with commit rights should remove the font-awesome.css and fonts folder from www/css/ sending the patch as attachment, because git send-mail says there is a line longer th

Re: [pve-devel] [PATCH pve-manager 4/4] Remove guest form replication.cfg it no vms exists.

2017-06-08 Thread Dietmar Maurer
This can result in many parallel cluster locking request, so I do not really like this. I think it is enough if we have a --force flag for job removal. > On June 2, 2017 at 11:21 AM Wolfgang Link wrote: > > > --- > PVE/Replication.pm | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions

[pve-devel] applied: [PATCH pve-manager 3/4] Add a message that deletion a job will take some time.

2017-06-08 Thread Dietmar Maurer
applied this slightly improved version: diff --git a/PVE/API2/ReplicationConfig.pm b/PVE/API2/ReplicationConfig.pm index 21c70a8f..16245d4b 100644 --- a/PVE/API2/ReplicationConfig.pm +++ b/PVE/API2/ReplicationConfig.pm @@ -195,6 +195,8 @@ __PACKAGE__->register_method ({ code => sub {

[pve-devel] applied: [PATCH pve-manager 1/4] Set $running to 0 if undef.

2017-06-08 Thread Dietmar Maurer
applied a similar patch (your patch does not cleanly apply to current version). ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] FreeNAS plugin: Status

2017-06-08 Thread Fabian Grünbichler
On Wed, Jun 07, 2017 at 06:57:42PM +0200, Michael Rasmussen wrote: > Hi all, > > Status for this plugin is in such a way that I hopefully should be able > to release a beta later this week;-) > > VM CT > create YES YES > delete YES

[pve-devel] [PATCH qemu-server] fix #1405: sort pci ids by functions

2017-06-08 Thread Wolfgang Bumiller
QemuServer::lspci() iterates over /sys/bus/pci/devices which doesn't guarantee any order which means functions sometimes ended up in the wrong order and it was never clear which one would get the additional options such as x-vga passed to them. --- PVE/QemuServer.pm | 6 ++ 1 file changed, 6 i