Signed-off-by: Jens Meißner
---
src/dns-challenge-schema.json | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index a3a3ebc..6defbdd 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-
Am 17.11.21 um 17:27 schrieb Thomas Lamprecht:
> looks OK in general, one question inline...
>
> On 17.11.21 09:03, Jens Meißner wrote:
>> Signed-off-by: Jens Meißner
>> ---
>> src/dns-challenge-schema.json | 19 ++-
>> 1 file changed, 18 insertions(+), 1 deletion(-)
>>
>> diff -
the change from extjs 6.0.1 to 7.0.0 removed 'onDestroy' but brought
us 'doDestroy' for stores
we did not notice since 'onDestroy' was a private method and thus
the changelog did not mention this (doDestroy is a public method meant
exactly for our use case)
Signed-off-by: Dominik Csapak
---
src
Signed-off-by: Fabian Ebner
---
PVE/Storage/LvmThinPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage/LvmThinPlugin.pm b/PVE/Storage/LvmThinPlugin.pm
index f699acb..1d2e37c 100644
--- a/PVE/Storage/LvmThinPlugin.pm
+++ b/PVE/Storage/LvmThinPlugin.pm
@@ -216,
On 18.11.21 10:50, Dominik Csapak wrote:
> the change from extjs 6.0.1 to 7.0.0 removed 'onDestroy' but brought
> us 'doDestroy' for stores
>
> we did not notice since 'onDestroy' was a private method and thus
> the changelog did not mention this (doDestroy is a public method meant
> exactly for o
On 18.11.21 11:17, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner
> ---
> PVE/Storage/LvmThinPlugin.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lis
On 18.11.21 09:49, Jens Meißner wrote:
> Signed-off-by: Jens Meißner
> ---
> src/dns-challenge-schema.json | 14 +-
> 1 file changed, 13 insertions(+), 1 deletion(-)
>
>
applied, thanks!
Maybe one could open a issue on acme.sh asking regarding the discrepancy
between the documented
Seems like I forgot about this one. Still applies and I quickly tested
to make sure it still fixes the issue.
Am 16.07.21 um 15:27 schrieb Fabian Ebner:
Using
pvesh create /nodes/pve701/apt/repositories --path
"/etc/apt/sources.list" --index 0 --enabled 1
reliably leads to
error:
if '$sub' dies, the error handler of PVE::Daemon triggers, which
initiates a shutdown of the child, resulting in confusing error logs
(e.g. 'got shutdown request, signal running jobs to stop')
instead, run it under 'eval' and print the error to the sylog instead
Signed-off-by: Dominik Csapak
---
utilize PVE::Daemons 'hup' functionality to reload gracefully.
Leaves the children running (if any) and give them to the new instance
via ENV variables. After loading, check if they are still around
Signed-off-by: Dominik Csapak
---
the only weird behaviour is that the re-exec can be up to one m
previously, systemd timers were responsible for running replication jobs.
those timers would not restart if the previous one is still running.
though trying again while it is running does no harm really, it spams
the log with errors about not being able to acquire the correct lock
to fix this, we
11 matches
Mail list logo