Re: [pve-devel] [PATCH storage] Automatically create/delete CEPH keyring when adding/deleting RBD Storage

2017-01-11 Thread Fabian Grünbichler
On Wed, Jan 11, 2017 at 04:28:58PM +0100, Dietmar Maurer wrote: > > When adding an RBD storage to Proxmox this patch checks if the > > /etc/pve/priv/ceph dir exists, if not it will create it. > > The the client.admin keyring will be copied to it with the > > correct name of the storage (storeid.key

Re: [pve-devel] [PATCH manager] Update French translation

2017-01-11 Thread Alexandre DERUMIER
Hi, here some fixes and improvements for this patch: >>+msgstr "Allow Router Advertisement" Autoriser Router Advertisement (I'm don't think that this ipv6 technical name is translated in french) >>+msgstr "Paramètres du Browser" Paramètres du Navigateur >>+msgstr "Firewall" Pare-feu

[pve-devel] [PATCH manager] Update French translation

2017-01-11 Thread Emmanuel Kasper
Ceph technical terms (in,out,noout, OSD, journal disk) have been left in English. --- po/fr.po | 343 +++ 1 file changed, 145 insertions(+), 198 deletions(-) diff --git a/po/fr.po b/po/fr.po index 61ceb43..1d6535e 100644 --- a/po/fr.po

Re: [pve-devel] [PATCH storage] Automatically create/delete CEPH keyring when adding/deleting RBD Storage

2017-01-11 Thread Dietmar Maurer
> When adding an RBD storage to Proxmox this patch checks if the > /etc/pve/priv/ceph dir exists, if not it will create it. > The the client.admin keyring will be copied to it with the > correct name of the storage (storeid.keyring) The /etc/pve/priv/ceph.client.admin.keyring is correct for a loca

Re: [pve-devel] [PATCH spiceterm] change TLS cipher suite to 'HIGH'

2017-01-11 Thread Dietmar Maurer
looks OK for me +1 > On January 11, 2017 at 3:51 PM Fabian Grünbichler > wrote: > > > Signed-off-by: Fabian Grünbichler > --- > screen.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/screen.c b/screen.c > index 6f253d2..9072dce 100644 > --- a/screen.c > +++ b/scre

[pve-devel] [PATCH qemu-server] change TLS cipher suite to HIGH

2017-01-11 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index bc26da2..18531e6 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3156,7 +3156,7 @@ sub config_to_command { my

[pve-devel] [PATCH spiceterm/qemu-server] change Spice cipher suites

2017-01-11 Thread Fabian Grünbichler
the old one is woefully inadequate and no longer supported by the most recent OpenSSL version. I'd like to change this quickly now, and make it configurable via /etc/default/pveproxy or datacenter.cfg later on (so that people that know which cipher suites offer the right security vs. performance t

[pve-devel] [PATCH spiceterm] change TLS cipher suite to 'HIGH'

2017-01-11 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen.c b/screen.c index 6f253d2..9072dce 100644 --- a/screen.c +++ b/screen.c @@ -762,7 +762,7 @@ spice_screen_new(SpiceCoreInterface *core, uint32_t width, uint32_t height,

[pve-devel] [PATCH storage] Auto create/delete CEPH Keyring for RBD storages

2017-01-11 Thread Caspar Smit
Maybe the code could be more efficient but you'll get the idea. Furthermore, i don't know how to check for storage 'type' in the delete sub so for now it just deletes the file whether it is an RBD storage or not. This could definatly be improved with a proper check for type is RBD. Caspar Smit (

[pve-devel] [PATCH storage] Automatically create/delete CEPH keyring when adding/deleting RBD Storage

2017-01-11 Thread Caspar Smit
When adding an RBD storage to Proxmox this patch checks if the /etc/pve/priv/ceph dir exists, if not it will create it. The the client.admin keyring will be copied to it with the correct name of the storage (storeid.keyring) When deleting an RBD storage the keyring file will be removed. Signed-of

[pve-devel] Container Repositories

2017-01-11 Thread Marco M. Gabriel
Hi, there are two container repositories included in Proxmox since years: Proxmox' own repository and the Turnkey Linux repository. I would like to discuss about two things: 1. I got a few customer requests over the last years if they could enable their own repository. Currently, this is only po

[pve-devel] applied: [PATCH manager] add sort to jsgettext.pl

2017-01-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH ha-manager] ha-simulator: fix typo s/Mode/Node/

2017-01-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH manager] add sort to jsgettext.pl

2017-01-11 Thread Dominik Csapak
the output from find may not be stable (depending on the filesystem), and is surely not the same on two different systems, so for consistency in the po files, we sort the output from find with sort Signed-off-by: Dominik Csapak --- po/jsgettext.pl | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[pve-devel] [PATCH ha-manager] ha-simulator: fix typo s/Mode/Node/

2017-01-11 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- src/PVE/HA/Sim/RTHardware.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/HA/Sim/RTHardware.pm b/src/PVE/HA/Sim/RTHardware.pm index 834bf29..e78ad3c 100644 --- a/src/PVE/HA/Sim/RTHardware.pm +++ b/src/PVE/HA/Sim/RTHardware.pm @@ -

[pve-devel] applied: [PATCH docs 1/3] pvecm: concat code snippets with list paragraph

2017-01-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH docs 2/3] pvecm: explain need of storage separation on node separation better

2017-01-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH docs 3/3] pvecm: improve 'RRP on existing clusters' wording

2017-01-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH docs 1/3] pvecm: concat code snippets with list paragraph

2017-01-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH manager] update gettexts to avoid duplicates in po file

2017-01-11 Thread Dietmar Maurer
applied. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH docs 3/3] pvecm: improve 'RRP on existing clusters' wording

2017-01-11 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- pvecm.adoc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pvecm.adoc b/pvecm.adoc index 21ceb1e..baf9300 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -634,13 +634,13 @@ pvecm create CLUSTERNAME -bindnet0_addr 10.10.10.1 -ring0_ad

[pve-devel] [PATCH docs 1/3] pvecm: concat code snippets with list paragraph

2017-01-11 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- pvecm.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index 9b82c50..968df87 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -398,6 +398,7 @@ for that purpose. * Ensure that multicast works in general and a high package rates.

[pve-devel] [PATCH docs 2/3] pvecm: explain need of storage separation on node separation better

2017-01-11 Thread Thomas Lamprecht
VMID conflict are not the main problem, and some users could think that they can handle VMID conflict them self and thus do not separate the storages. Therefore mention the locking over cluster boundary problem too. Signed-off-by: Thomas Lamprecht --- pvecm.adoc | 3 ++- 1 file changed, 2 insert

[pve-devel] [PATCH manager] update gettexts to avoid duplicates in po file

2017-01-11 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/dc/NodeView.js | 4 ++-- www/manager6/node/StatusView.js | 2 +- www/manager6/panel/GuestStatusView.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/manager6/dc/NodeView.js b/www/manager6/dc/NodeView.js in

Re: [pve-devel] applied: [PATCH manager 1/3] correct and insert german translations

2017-01-11 Thread Dominik Csapak
On 01/10/2017 03:45 PM, Dietmar Maurer wrote: applied. Did you notice the duplicates? No, but i'll have a look ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] applied: [PATCH kernel] fix proxmox-ve package description

2017-01-11 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel