thanks for investigating this issue!
___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
On 10/04/2017 10:04 AM, Dominik Csapak wrote:
> this is a workaround for scrolling in toolbars, etc. in firefox with the
> mouse
>
> while the result is not very "pretty", it maintains the old behaviour
> for all other browsers and makes it work in firefox
>
> we can drop this when we update to a
Or even better: man
---
Gilberto Ferreira
2017-10-05 11:16 GMT-03:00 Gilberto Nunes :
> Just use Docs for shortly.
>
> ---
> Gilberto Ferreira
>
>
>
>
> 2017-10-05 11:10 GMT-03:00 Dietmar Maurer :
>
>> -1
>>
>> This uses too much space (very bad for auto generated docu screenshots).
>>
>> > On
Just use Docs for shortly.
---
Gilberto Ferreira
2017-10-05 11:10 GMT-03:00 Dietmar Maurer :
> -1
>
> This uses too much space (very bad for auto generated docu screenshots).
>
> > On October 5, 2017 at 3:05 PM Thomas Lamprecht
> > wrote:
> >
> >
> > To make it more clear that this will alwa
-1
This uses too much space (very bad for auto generated docu screenshots).
> On October 5, 2017 at 3:05 PM Thomas Lamprecht
> wrote:
>
>
> To make it more clear that this will always end you on the
> Documentation index.
>
> Also, multiple Help buittons which all may or may not do something
On 10/05/2017 03:17 PM, Thomas Lamprecht wrote:
> It seemed a bit weird that those options were in a seprate edit
> window as they affect the same backend variable and may cause
> confusion, an user may not be sure in what way they are related to
> each other, if at all.
>
> This allows us to shar
This was done previously without any kind of user visible feedback, so users
would not know that they had a Virtio SCSI controller as default controller
for Linux VMs.
---
rebase after changes in 5/8
www/manager6/qemu/CreateWizard.js | 5 -
www/manager6/qemu/OSDefaults.js | 2 +-
www/manag
We keep the same logic as before: once the iothread option is selected,
the SCSI controller is switched to virtio-scsi-single, until iothread
is unselected again.
---
rebase after 5/8 changed
www/manager6/qemu/HDEdit.js | 21 +
1 file changed, 17 insertions(+), 4 deletions(-)
We use the field label 'SCSI Controller'. 'Type' is redundant, otherwise
we would have Network Card Type, Display Type, Network Card type, etc ...
---
changes since v4:
* rename the field label to SCSI Controller, and the associated
component reference to scsiController.
www/manager6/qemu/HDEd
Signed-off-by: Thomas Lamprecht
---
www/manager6/qemu/ProcessorEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/qemu/ProcessorEdit.js
b/www/manager6/qemu/ProcessorEdit.js
index 04f1b90f..53602268 100644
--- a/www/manager6/qemu/ProcessorEdit.js
+++ b/www/ma
It makes no real sense to set the maximal allowed value to the total
count of VM cores as this setting controls how much Host CPU time the
whole KVM/QEMU instance can get. This instance does not only contains
the VMs CPU threads but also threads for networking, block IO,
migration, ...
So it can ma
It seemed a bit weird that those options were in a seprate edit
window as they affect the same backend variable and may cause
confusion, an user may not be sure in what way they are related to
each other, if at all.
This allows us to share the help button, the docs must be updated so
that the move
Signed-off-by: Thomas Lamprecht
---
no change
www/manager6/qemu/ProcessorEdit.js | 129 ++---
1 file changed, 63 insertions(+), 66 deletions(-)
diff --git a/www/manager6/qemu/ProcessorEdit.js
b/www/manager6/qemu/ProcessorEdit.js
index 01da7036..1ac6db26 100644
Make space for merging CPUOptions into ProcessorEdit.
Instead, make it clearer that the 'cores' option is really a 'cores
per socket' option
Signed-off-by: Thomas Lamprecht
---
no changes
www/manager6/qemu/ProcessorEdit.js | 10 +-
1 file changed, 1 insertion(+), 9 deletions(-)
diff
`These options take an integer value and control the "cpu.shares"
control group attribute. The allowed range is 2 to 262144. Defaults
to 1024.' - man systemd.resource-control
Signed-off-by: Thomas Lamprecht
---
no changes
www/manager6/qemu/CPUOptions.js | 6 +++---
1 file changed, 3 insertions
meta, and not related to this patch series (same probably applies to
qemu-server as well)
- shouldn't we lock the source config as well, and drop the flock before
forking the worker? (note: if we ever extend our locking code, we
could even support nested config locking for parallel clones of th
Lets add a onlineHelp title for the ConfigPanel lxc, qemu, node and
pool (omitting only dc). As we fall back to the current ConfigPanels
help link when a tab (or sub panel) has no own specific help defined
this then can be shown so that the user sees which help will open
before clicking the button.
Signed-off-by: Thomas Lamprecht
---
www/manager6/button/HelpButton.js | 12 +---
www/manager6/panel/ConfigPanel.js | 6 +-
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/www/manager6/button/HelpButton.js
b/www/manager6/button/HelpButton.js
index 048a7d39..4fd3d163 1
To make it more clear that this will always end you on the
Documentation index.
Also, multiple Help buittons which all may or may not do something
diffrent are a bit weird/confusing - thus distiction is important
IMO.
Signed-off-by: Thomas Lamprecht
---
www/manager6/Workspace.js | 1 +
1 file c
On Tue, Sep 26, 2017 at 02:43:03PM +0200, Wolfgang Bumiller wrote:
> ---
> This patch is new.
>
> src/PVE/LXC/Config.pm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
> index c45ce7e..0330d5e 100644
> --- a/src/PVE/LXC/C
Signed-off-by: Dietmar Maurer
---
PVE/APIServer/AnyEvent.pm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/PVE/APIServer/AnyEvent.pm b/PVE/APIServer/AnyEvent.pm
index 703d25c..0eb574d 100755
--- a/PVE/APIServer/AnyEvent.pm
+++ b/PVE/APIServer/AnyEvent.pm
@@ -1131,6 +1131,9 @@ sub unshift_
On Tue, Sep 26, 2017 at 02:43:04PM +0200, Wolfgang Bumiller wrote:
> ---
> Changes:
> * Instead of refusing moves when any snapshots exist, use the new
>'is_volume_in_use' variant to check whether the volume is actually
>used in a snapshot, in which case we simply don't allow the --delete
On 10/05/2017 11:25 AM, Thomas Lamprecht wrote:
> On 09/28/2017 03:10 PM, Emmanuel Kasper wrote:
>> On 09/27/2017 11:27 AM, Thomas Lamprecht wrote:
>>> On 09/26/2017 02:17 PM, Emmanuel Kasper wrote:
---
www/manager6/qemu/HDEdit.js | 15 ---
1 file changed, 12 insertion
Enforce focus on the Inline CT/VM/Host Console panel backed by noVNC.
Else, if a Console is already active on VM A and we select VM B the
console there does not gets the focus as its now in the three and
regaining focus to the console is not fully intuitive - i.e. just
clicking on the console won'
cherry-pick two patches which ensure that dmeventd gets always
stopped when requested (i.e. if exiting is not ok at the moment it
gets scheduled for the next possible moment and not thrown away) and
which also ensures that it gets stopped more safely on shutdown.
This addresses a issue where when
My patch did not changed but got applied upstream [1], together with
another fix both which implents our discussed idea[2][3] to never
throw away a exit request but schedule it for the next possible time,
if we cannot exit at the moment.[4]
I cherry-picked both commits and added them to our LVM pa
all three patches
___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
On 10/02/2017 10:37 AM, Emmanuel Kasper wrote:
> Since we switched to the SCSI controller in the Wizard as the recommended
> controller
> for hard disks (using VirtIO scsi in the backend) it was not clear for users
> that they were actually using a paravirtualized driver.
>
> An example of user c
On 09/28/2017 03:10 PM, Emmanuel Kasper wrote:
> On 09/27/2017 11:27 AM, Thomas Lamprecht wrote:
>> On 09/26/2017 02:17 PM, Emmanuel Kasper wrote:
>>> ---
>>> www/manager6/qemu/HDEdit.js | 15 ---
>>> 1 file changed, 12 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/www/manager6/
On 09/28/2017 03:35 PM, Emmanuel Kasper wrote:
> On 09/27/2017 10:47 AM, Thomas Lamprecht wrote:
>> On 09/26/2017 02:17 PM, Emmanuel Kasper wrote:
>>> The bus selector is displayed when we add a Hard Disk or CD Drive.
>>> When it is displayed, we *always* preselect the next available
>>> slot on th
Hi all,
Since several times I read both on this list and on the forum that AMD based
servers are rarely used for development / testing, I'd like to offer the
following:
I just ordered a dual socket EPYC system (Supermicro AS-1123US-TR4 with dual
EPYC 7351) and if any of the core developers wa
32 matches
Mail list logo