Another test this morning with the coredump available
http://odisoweb1.odiso.net/test2/
Something different this time, it has happened on corosync start
node1 (corosync start)
--
start corosync : 08:06:56
node2 (/etc/pve locked)
-
Current time : 08:07:01
I had a warning on coredum
On 23.09.20 10:38, Fabian Grünbichler wrote:
> Signed-off-by: Fabian Grünbichler
> ---
> src/data/ProxmoxProxy.js | 2 +-
> src/window/TaskViewer.js | 4
> 2 files changed, 5 insertions(+), 1 deletion(-)
>
>
applied, thanks! Albeit, I do not like how it orders at the end, not after
userid
On 23.09.20 10:38, Fabian Grünbichler wrote:
> and regular users to read all their own tasks as well as those of their
> associated tokens.
>
> Signed-off-by: Fabian Grünbichler
> ---
> PVE/API2/Tasks.pm | 20
> 1 file changed, 16 insertions(+), 4 deletions(-)
>
>
applied,
Hi,
I have atm.:
5 QEMU VM's
3 - Running
2 - Offline
2 LXC Containers both running.
It seems the App Counts "Offline LXC" wrong and in-cooperates QEMU
online or something, it shows:
VM's:
3 Online
2 Offline
LXC's:
2 Online
3 Offline
Kind regards,
René
_
I was able to reproduce
stop corosync on node1 : 18:12:29
/etc/pve locked at 18:12:30
logs of all nodes are here:
http://odisoweb1.odiso.net/test1/
I don't have coredump, as my coworker have restarted pmxcfs too fast :/ . Sorry.
I'm going to launch another test with coredump this time
Hi
On Thu, Sep 24, 2020 at 1:16 PM René Jochum wrote:
> I've extended it to fetch fingerprint's for me, look at my fork at [1]
> it won't work on iOS yet.
>
For MacOS, you can just import your own RootCA without any problem. I did
not find any other solution to this than importing your own cert
Hi fabian,
>>if you are still able to test, it would be great if you could give the
>>following packages a spin (they only contain some extra debug prints
>>on message processing/sending):
Sure, no problem, I'm going to test it tonight.
>>ideally, you could get the debug logs from all nodes,
The new 'bootorder' property can express many more scenarios than the
old 'boot'/'bootdisk' ones. Update the editor so it can handle it.
Features a grid with all supported boot devices which can be reordered
using drag-and-drop, as well as toggled on and off with an inline
checkbox.
Support for c
(also fixes #3011)
Deprecates the old 'boot' and 'bootdisk' options (they still work the
same, but will get removed if a user sets a 'bootorder' parameter and
ignored if both are set).
This allows a user to specify more than one disk in the boot order,
helping with newer versions of SeaBIOS/OVMF
On September 22, 2020 7:43 am, Alexandre DERUMIER wrote:
> I have done test with "kill -9 on other nodes,
> but after that it's become available again.
>
>
> So, it's really something when corosync is in shutdown phase, and pmxcfs is
> running.
>
> So, for now, as workaround, I have changed
>
if the checkbox is not checked, we set the value of the vmid filter to ''
but left 'exactMatch' enabled, which means we filter all out where
the vmid is not ''
what we instead want is to remove also the exactMatch so that we
get *all* entries back not *none*
Signed-off-by: Dominik Csapak
---
ww
Hi,
I wanted to write my own Flutter based app before you guy's Published
the App, I wanted to call it "superprox", it should run on Desktop with
electron, iOS and Android.
Because of that I looked into Fingerprinting of TLS Certs and found a
solution [0].
I've extended it to fetch fingerprint's
Hi,
yesterday I got the Virt-Viewer from Opaque extracted in my own App (Its
Code is GPL Licensed).
Is there any interest in having it Integrated in the Flutter-App? It
adds about 15-20MB to the size of the App though.
Kind regards,
René
P.s.: I haven't talked to the Author of Opaque yet, need
Hi Thomas,
I have sent new patches series.
I have rework the gui, to have subnets in a vnet split panel (like ipset).
(also move ipam/dns to advanced section in subnet form)
I have also move controllers, ipams, dns to a new "options" section, in 3
differents box
I have also change the subnet
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Vnets.pm | 33 +
1 file changed, 21 insertions(+), 12 deletions(-)
diff --git a/PVE/Network/SDN/Vnets.pm b/PVE/Network/SDN/Vnets.pm
index d474037..0de3fd5 100644
--- a/PVE/Network/SDN/Vnets.pm
+++ b/PVE/Network
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/SubnetPlugin.pm | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/PVE/Network/SDN/SubnetPlugin.pm b/PVE/Network/SDN/SubnetPlugin.pm
index 84303d1..6237867 100644
--- a/PVE/Network/SDN/SubnetPlugin.pm
+++ b/
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN.pm | 7 +
PVE/API2/Network/SDN/Dns.pm | 242 ++
PVE/API2/Network/SDN/Makefile | 2 +-
PVE/Network/SDN/Dns.pm| 57 ++
PVE/Network/SDN/Dns/Makefile |
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN/Subnets.pm | 31 +-
PVE/Network/SDN/SubnetPlugin.pm | 59 ---
PVE/Network/SDN/Subnets.pm| 34 +--
PVE/Network/SDN/VnetPlugin.pm | 23 ---
PVE/Network/
move verify_tag code in this hook
add mac address generation for simple && evpn plugin
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN/Vnets.pm | 4 ++--
PVE/Network/SDN/Zones/EvpnPlugin.pm | 19 +++
PVE/Network/SDN/Zones/Plugin.pm | 5 +++--
PVE/Netw
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Vnets.pm | 33 +
1 file changed, 33 insertions(+)
diff --git a/PVE/Network/SDN/Vnets.pm b/PVE/Network/SDN/Vnets.pm
index 0de3fd5..07bc9ff 100644
--- a/PVE/Network/SDN/Vnets.pm
+++ b/PVE/Network/SDN/Vnets.pm
@@
Signed-off-by: Alexandre Derumier
---
www/manager6/sdn/VnetEdit.js | 29 +++--
www/manager6/sdn/VnetView.js | 18 +++---
2 files changed, 6 insertions(+), 41 deletions(-)
diff --git a/www/manager6/sdn/VnetEdit.js b/www/manager6/sdn/VnetEdit.js
index aa40b41f..
(use snat instead masquerade for performance)
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Zones/EvpnPlugin.pm | 18 ++
PVE/Network/SDN/Zones/SimplePlugin.pm | 12
2 files changed, 30 insertions(+)
diff --git a/PVE/Network/SDN/Zones/EvpnPlugin.pm
b/PVE/N
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Ipams.pm | 12
PVE/Network/SDN/Subnets.pm | 60 ++
PVE/Network/SDN/Vnets.pm | 47 ++---
3 files changed, 75 insertions(+), 44 deletions(-)
diff --git a/PVE/Network/SDN/I
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile| 4 +
www/manager6/Utils.js| 20
www/manager6/dc/Config.js| 8 ++
www/manager6/form/SDNDnsSelector.js | 52 +++
www/manager6/sdn/DnsView.js | 131 ++
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Zones/EvpnPlugin.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Network/SDN/Zones/EvpnPlugin.pm
b/PVE/Network/SDN/Zones/EvpnPlugin.pm
index b89f4b1..d5ee56b 100644
--- a/PVE/Network/SDN/Zones/EvpnPlugin.pm
+++ b/PVE/Network/SDN/Zo
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/SubnetPlugin.pm | 6 --
PVE/Network/SDN/Zones/EvpnPlugin.pm | 10 --
PVE/Network/SDN/Zones/SimplePlugin.pm | 13 +++--
test/generateconfig.pl| 3 ++-
4 files changed, 25 insertions(+), 7 deletions(
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile | 2 +
www/manager6/dc/Config.js | 8 +++
www/manager6/sdn/SubnetEdit.js | 95 +
www/manager6/sdn/SubnetView.js | 107 +
4 files changed, 212 insertions(+)
c
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN.pm | 7 ---
PVE/API2/Network/SDN/Subnets.pm | 23 +--
PVE/API2/Network/SDN/Vnets.pm | 6 ++
PVE/Network/SDN/SubnetPlugin.pm | 2 +-
4 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN.pm| 7 +
PVE/API2/Network/SDN/Ipams.pm | 241 +
PVE/API2/Network/SDN/Makefile | 2 +-
PVE/API2/Network/SDN/Subnets.pm| 47 -
PVE/Network/SDN/Ipams.pm
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Zones.pm | 4 +++-
PVE/Network/SDN/Zones/EvpnPlugin.pm | 11 ---
PVE/Network/SDN/Zones/Plugin.pm | 2 +-
PVE/Network/SDN/Zones/QinQPlugin.pm | 2 +-
PVE/Network/SDN/Zones/SimplePlugin.pm | 11 ---
PVE/
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Dns/PowerdnsPlugin.pm | 12 +++
PVE/Network/SDN/SubnetPlugin.pm | 1 +
PVE/Network/SDN/Subnets.pm| 50 ++-
3 files changed, 40 insertions(+), 23 deletions(-)
diff --git a/PVE/Network/SDN/Dns/Powe
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile | 5 +
www/manager6/Utils.js | 25 +
www/manager6/dc/Config.js | 8 ++
www/manager6/form/SDNIpamSelector.js | 52 ++
www/manager6/sdn/IpamView.js | 131 +
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile | 1 +
www/manager6/dc/Config.js | 24 +++--
www/manager6/sdn/ControllerView.js | 1 +
www/manager6/sdn/DnsView.js| 1 +
www/manager6/sdn/IpamView.js | 2 ++
www/manager6/sdn/OptionsPan
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile | 5 +--
www/manager6/dc/Config.js | 10 +-
www/manager6/sdn/SubnetEdit.js | 13 +++
www/manager6/sdn/SubnetView.js | 62 ++
www/manager6/sdn/VnetPanel.js | 39 +
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile | 1 +
www/manager6/Utils.js | 5
www/manager6/sdn/ipams/PVEIpamEdit.js | 34 +++
3 files changed, 40 insertions(+)
create mode 100644 www/manager6/sdn/ipams/PVEIpamEdit.js
Signed-off-by: Alexandre Derumier
---
www/manager6/Makefile| 1 +
www/manager6/form/SDNVnetSelector.js | 68
www/manager6/sdn/SubnetEdit.js | 7 +++
www/manager6/sdn/SubnetView.js | 5 ++
www/manager6/sdn/VnetEdit.js | 8 +---
w
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/SubnetPlugin.pm | 3 ++-
PVE/Network/SDN/VnetPlugin.pm | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/PVE/Network/SDN/SubnetPlugin.pm b/PVE/Network/SDN/SubnetPlugin.pm
index 1b790a6..c555314 100644
--- a/PVE/Network/
skip network && broadcast address
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/Ipams/PVEPlugin.pm | 11 ++-
debian/control | 1 +
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/PVE/Network/SDN/Ipams/PVEPlugin.pm
b/PVE/Network/SDN/Ipams/PVEPl
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN/Subnets.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/PVE/API2/Network/SDN/Subnets.pm b/PVE/API2/Network/SDN/Subnets.pm
index 3ef1d11..d18cf90 100644
--- a/PVE/API2/Network/SDN/Subnets.pm
+++ b/PVE/API2/Network
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN.pm | 7 +
PVE/API2/Network/SDN/Makefile | 2 +-
PVE/API2/Network/SDN/Subnets.pm | 219
PVE/Network/SDN/Makefile| 2 +-
PVE/Network/SDN/SubnetPlugin.pm | 115 +
PVE/N
Following pve-network
Changelogv2:
- add ipams gui
Changelogv3:
- add internal pve ipam form
- ipam is optional for subnets
Changelogv4:
- add dns
changelogv5:
- move subnets to vnet split panel (like ipsets)
- move controllers, ipams, dns to a new options panel
Alexandre Derumier (11):
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN/Subnets.pm | 2 ++
PVE/Network/SDN/Ipams.pm| 2 ++
PVE/Network/SDN/SubnetPlugin.pm | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/PVE/API2/Network/SDN/Subnets.pm b/PVE/API2/Network/SDN/Subnets.pm
index ab411
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN/Ipams.pm | 1 +
PVE/API2/Network/SDN/Subnets.pm| 4 +-
PVE/Network/SDN/Ipams.pm | 2 +
PVE/Network/SDN/Ipams/Makefile | 2 +-
PVE/Network/SDN/Ipams/NetboxPlugin.pm | 4 +-
PVE/Network/SDN/
Signed-off-by: Alexandre Derumier
---
www/manager6/Utils.js | 3 ++-
www/manager6/sdn/SubnetEdit.js | 6 --
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 0823510c..0d6f4a96 100644
--- a/www/manager6/Utils.js
+++ b/w
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN.pm | 3 +++
PVE/API2/Network/SDN/Controllers.pm | 6 --
PVE/API2/Network/SDN/Subnets.pm | 3 ---
PVE/API2/Network/SDN/Vnets.pm | 3 ---
PVE/API2/Network/SDN/Zones.pm | 6 --
5 files changed, 3 insertion
Signed-off-by: Alexandre Derumier
---
PVE/API2/Network/SDN/Subnets.pm | 5 -
PVE/API2/Network/SDN/Vnets.pm | 9 +++--
PVE/Network/SDN/SubnetPlugin.pm | 15 +++
PVE/Network/SDN/VnetPlugin.pm | 8 +---
4 files changed, 31 insertions(+), 6 deletions(-)
diff --git a/PV
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/SubnetPlugin.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Network/SDN/SubnetPlugin.pm b/PVE/Network/SDN/SubnetPlugin.pm
index 341e9e0..8a216b6 100644
--- a/PVE/Network/SDN/SubnetPlugin.pm
+++ b/PVE/Network/SDN/SubnetPlugin.pm
@@
This patch series add basic subnets managements.
Subnets will be use for multiple things:
- defined gateway ip on vnets
- enable snat on a subnet
- add cloudnit|dhcp default network configs (gateway, static routes,
nameservers,searchdomain,)
- add ipam management. (ip registrations to externa
Signed-off-by: Alexandre Derumier
---
www/manager6/sdn/SubnetEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/sdn/SubnetEdit.js b/www/manager6/sdn/SubnetEdit.js
index c9c6475b..2afa1a27 100644
--- a/www/manager6/sdn/SubnetEdit.js
+++ b/www/manager6/sdn/Subn
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/VnetPlugin.pm | 22 ++
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/PVE/Network/SDN/VnetPlugin.pm b/PVE/Network/SDN/VnetPlugin.pm
index 384358c..47ca50b 100644
--- a/PVE/Network/SDN/VnetPlugin.pm
+++ b/PV
Signed-off-by: Alexandre Derumier
---
www/manager6/sdn/SubnetEdit.js | 35 ++
1 file changed, 35 insertions(+)
diff --git a/www/manager6/sdn/SubnetEdit.js b/www/manager6/sdn/SubnetEdit.js
index 2afa1a27..ac9a40ea 100644
--- a/www/manager6/sdn/SubnetEdit.js
+++ b/w
Signed-off-by: Alexandre Derumier
---
PVE/Network/SDN/SubnetPlugin.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PVE/Network/SDN/SubnetPlugin.pm b/PVE/Network/SDN/SubnetPlugin.pm
index c555314..ea47684 100644
--- a/PVE/Network/SDN/SubnetPlugin.pm
+++ b/PVE/Network/S
ceph migrated their documentation to readthedocs with a minor uri change
https://lists.ceph.io/hyperkitty/list/ceph-us...@ceph.io/thread/AQZJG75IST7HFDW7OB5MNCITQOVAAUR4/
Signed-off-by: Alwin Antreich
---
pveceph.adoc | 28 ++--
1 file changed, 14 insertions(+), 14 deleti
* use codname instead of hardcoded release name
* ceph migrated to readthedocs with a minor uri change
https://lists.ceph.io/hyperkitty/list/ceph-us...@ceph.io/thread/AQZJG75IST7HFDW7OB5MNCITQOVAAUR4/
Signed-off-by: Alwin Antreich
---
pve-storage-cephfs.adoc | 2 +-
1 file changed, 1 insertion(+
54 matches
Mail list logo