[pve-devel] [PATCH qemu-server] fix #3733: add 20 seconds timeout when VM backup stopped

2022-02-23 Thread Moayad Almalat
--- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 9cefcc0..c43518e 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -5551,7 +5551,7 @@ sub vm_start_nolock { }; # Issues with the above 'stop' not

[pve-devel] [ [PATCH i18n] Arabic translation update]

2022-05-02 Thread Moayad Almalat
--- ar.po | 707 +++--- 1 file changed, 276 insertions(+), 431 deletions(-) diff --git a/ar.po b/ar.po index 6a7c16a..7ee0239 100644 --- a/ar.po +++ b/ar.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: pve-manager 31813246103b2582162f422dc3

[pve-devel] [PATCH i18n] Arabic translation update

2022-11-21 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- ar.po | 865 +++--- 1 file changed, 337 insertions(+), 528 deletions(-) diff --git a/ar.po b/ar.po index f29e58f..acf4fa3 100644 --- a/ar.po +++ b/ar.po @@ -11,7 +11,7 @@ msgstr "" "Project-

[pve-devel] [PATCH manager] fix #3037: include the split_list to shell_qoute

2023-01-20 Thread Moayad Almalat
By including and using 'split_list' from PVE::Tools we can avoid the null (\000) bytes in the shell_quote() function, in which the 'split_list' takes a single argument, to return the array format. Thanks wolfgang. Signed-off-by: Moayad Almalat --- PVE/CLI/pvesh.pm | 3 ++

[pve-devel] [PATCH v2 manager] fix #3037: include the split_list to shell_qoute

2023-01-23 Thread Moayad Almalat
of the `use PVE::Tools qw(split_list);` since not need it anymore. * replace the split_list to split(/\0/). Signed-off-by: Moayad Almalat --- PVE/CLI/pvesh.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pvesh.pm b/PVE/CLI/pvesh.pm index 370fdb0e..9acf292a 100755 ---

[pve-devel] [PATCH i18n] update Arabic translations

2023-03-21 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- ar.po | 661 +++--- 1 file changed, 259 insertions(+), 402 deletions(-) diff --git a/ar.po b/ar.po index a22377d..4361b4f 100644 --- a/ar.po +++ b/ar.po @@ -11,7 +11,7 @@ msgstr "" "Project-

[pve-devel] [PATCH storage 1/1] fix #3609 add support to SMB3_11

2021-09-13 Thread Moayad Almalat
--- PVE/Storage/CIFSPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/CIFSPlugin.pm b/PVE/Storage/CIFSPlugin.pm index be06cc7..d4a517d 100644 --- a/PVE/Storage/CIFSPlugin.pm +++ b/PVE/Storage/CIFSPlugin.pm @@ -120,7 +120,7 @@ sub properties { smbvers

[pve-devel] [PATCH storage 0/1] fix #3609 add support to SMB3_11

2021-09-13 Thread Moayad Almalat
Added support for the SMB version SMB3_11 When the `min protocol = SMB3_11` in the smb.conf, the CIFS mount will return with the following error: ``` CIFS VFS: cifs_mount failed w/return code = -95 ``` added an optional option to use the `vers=3.11` PVE/Storage/CIFSPlugin.pm | 2 +- 1 file chang

[pve-devel] [PATCH pve-docs 1/1] Close #1623: replace apt-get to apt

2020-07-07 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- local-zfs.adoc | 4 ++-- pve-firewall.adoc| 2 +- pve-installation.adoc| 4 ++-- pve-package-repos.adoc | 2 +- pve-storage-iscsi.adoc | 2 +- qm-cloud-init.adoc | 2 +- system-software-updates.adoc | 6

[pve-devel] [PATCH pve-manger 0/1] Close #1623: replace apt-get to apt

2020-07-07 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- PVE/API2/APT.pm| 6 +++--- PVE/API2/Nodes.pm | 6 +++--- PVE/CLI/pveceph.pm | 4 ++-- bin/pveupgrade | 10 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index 2db620aa..01688ed1 100644

[pve-devel] [docs: ] [PATCH pve-docs] add properties to execute in api-viewer

2020-10-30 Thread Moayad Almalat
Signed-off-by: Moayad Almalat * when clicked on "execute" in api-view the page not handling. * In browser console printed this error: 'TypeError: Cannot read property 'properties' of undefined' * https://forum.proxmox.com/threads/api-browse-execute-returns-error.782

[pve-devel] [PATCH pve-manager 1/1] close #3114: ui: snapshots: switch Edit and Remove Button & add warning logo

2020-11-09 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- www/manager6/tree/SnapshotTree.js | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/www/manager6/tree/SnapshotTree.js b/www/manager6/tree/SnapshotTree.js index 7b5ac3ed..1b33e729 100644 --- a/www/manager6/tree

[pve-devel] [PATCH pve-manager]: api2:/cluster return intiger format for VMID

2020-12-01 Thread Moayad Almalat
When call /cluster/nextid over API, it returns ID as a string format like {"data":"100"}. in the API pve-viewer, the result type is an integer format. Signed-off-by: Moayad Almalat --- PVE/API2/Cluster.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [pve-devel] OpenZFS 2.0

2020-12-02 Thread Moayad Almalat
integration into PVE on the roadmap? (I'm a sucker for new toys ;-) ) > > Regards, > > Graeme > > > ___ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cg

[pve-devel] [PATCH pve-docs]: update link qemu documentation

2021-02-09 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- qm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qm.adoc b/qm.adoc index 333b2e6..1108908 100644 --- a/qm.adoc +++ b/qm.adoc @@ -203,7 +203,7 @@ either the *raw disk image format* or the *QEMU image format*. format does not support

Re: [pve-devel] [PATCH pve-docs]: update link qemu documentation

2021-02-10 Thread Moayad Almalat
Hi Alwin, > Hi Moayad, > > February 10, 2021 8:16 AM, "Moayad Almalat" wrote: > > > Signed-off-by: Moayad Almalat > > --- > > qm.adoc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/qm.adoc b/qm.adoc >

[pve-devel] [PATCH v2 pve-docs]: update link qemu documentation non web.archive

2021-02-10 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- qm.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qm.adoc b/qm.adoc index 333b2e6..0ff9f1f 100644 --- a/qm.adoc +++ b/qm.adoc @@ -203,7 +203,7 @@ either the *raw disk image format* or the *QEMU image format*. format does not support

[pve-devel] [PATCH proxmox-widget-toolkit] ui: mac-prefix-validation

2024-11-08 Thread Moayad Almalat
Allow four-octet MAC prefixes in Web UI validation update the MAC prefix validation in the Web UI to support four-octet prefixes. Signed-off-by: Moayad Almalat --- src/Toolkit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Toolkit.js b/src/Toolkit.js index 8a0138d

[pve-devel] [PATCH 0/2] Allow four-octet MAC perfixes

2024-11-15 Thread Moayad Almalat
This patch series enables support for four-octet MAC prefixes in Web UI Changes are made in both forntend `proxmox-widget-toolkit` and backend `pve-cluster` Thank you @Shannon for your hint in my first attempt :) Signed-off-by: Moayad Almalat --- src/PVE/DataCenterConfig.pm | 2 +- 1 file

[pve-devel] [PATCH] fix: allow four-octet MAC prefixes in Web UI validation

2024-11-15 Thread Moayad Almalat
Signed-off-by: Moayad Almalat --- src/Toolkit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Toolkit.js b/src/Toolkit.js index 8a0138d..2006dc8 100644 --- a/src/Toolkit.js +++ b/src/Toolkit.js @@ -70,7 +70,7 @@ Ext.apply(Ext.form.field.VTypes, { MacAddressText