Re: [pve-devel] [PATCH v2 common] fix #2111: regex match email address without tld

2019-02-26 Thread Stoiko Ivanov
On Tue, 26 Feb 2019 13:33:02 +0100 Oguz Bektas wrote: > for matching root@localhost or similar. > > Signed-off-by: Oguz Bektas > --- > src/PVE/JSONSchema.pm | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm > index 36fa994

[pve-devel] [PATCH] update pve software stack

2019-02-26 Thread Wolfgang Link
Make boxes round to fit in Proxmox corporate design. Add pve-ha-crm. pve-ha-lrm alone makes no sense. Add essential user tools pveam pvesr vzdump. --- images/pve-software-stack.tt | 79 +--- 1 file changed, 45 insertions(+), 34 deletions(-) diff --git a/ima

[pve-devel] [PATCH v5 cluster] allow to add and delete qdevice to cluster

2019-02-26 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- v5: * changed 'qdevice delete' to 'qdevice remove' data/PVE/CLI/pvecm.pm | 253 ++ 1 file changed, 253 insertions(+) diff --git a/data/PVE/CLI/pvecm.pm b/data/PVE/CLI/pvecm.pm index 55c3f15..3e73d87 100755 --- a/dat

[pve-devel] [PATCH v4 cluster] allow to add and delete qdevice to cluster

2019-02-26 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- v4 changes: * add newline before INFO prints (purely aesthethical preference) * add outsub as outfunc for run_command() calls with foreach_member to make it easier to follow what's happening on each node data/PVE/CLI/pvecm.pm | 251

[pve-devel] [PATCH v2 common] fix #2111: regex match email address without tld

2019-02-26 Thread Oguz Bektas
for matching root@localhost or similar. Signed-off-by: Oguz Bektas --- src/PVE/JSONSchema.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 36fa994..9820649 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @

Re: [pve-devel] [PATCH v3 cluster] allow to add and delete qdevice to cluster

2019-02-26 Thread Thomas Lamprecht
works OK, in general. On 2/22/19 2:16 PM, Oguz Bektas wrote: > v3 changes: > * die if standalone mode > * remove redundant quorum checks, as we already check if all nodes are > online > * remove 'ERROR' from print statements > * move the cluster member even/odd count check near the start please w

[pve-devel] [PATCH v2 docs] update & rearrange installation chapter

2019-02-26 Thread Tim Marx
Signed-off-by: Tim Marx --- changes v1: * whitespace should no longer be an issue * included thomas suggestions * corrected a typo pve-installation.adoc | 50 ++ pve-usbstick.adoc | 4 +++- 2 files changed, 29 insertions(+), 25 deletions(-) d

Re: [pve-devel] [PATCH docs] update & rearrange installation chapter

2019-02-26 Thread Thomas Lamprecht
Some comments inmline, also some whitespace errors: Applying: update & rearrange installation chapter .git/rebase-apply/patch:16: trailing whitespace. {pve} is based on Debian, therefore the disk image (ISO file) provided .git/rebase-apply/patch:25: trailing whitespace.

[pve-devel] [PATCH docs] update & rearrange installation chapter

2019-02-26 Thread Tim Marx
Signed-off-by: Tim Marx --- pve-installation.adoc | 56 +-- pve-usbstick.adoc | 3 ++- 2 files changed, 34 insertions(+), 25 deletions(-) diff --git a/pve-installation.adoc b/pve-installation.adoc index 775bb84..8d31d3a 100644 --- a/pve-instal

Re: [pve-devel] applied: [PATCH qemu-server] Fix 2097 allow to set and pass wwn parameter for ide, sata and scsi disks

2019-02-26 Thread Christian Ebner
Ah, yes sorry for that. Note to myself: include such info in future commit messages. Thx for the feedback! > On February 26, 2019 at 7:58 AM Thomas Lamprecht > wrote: > > > On 2/25/19 5:30 PM, Christian Ebner wrote: > > This allows to set the wwn parameter for ide, sata and scsi disks in the