On 30.06.21 17:14, Dominik Csapak wrote:
> some small and basic improvements
>
> NOTE: patch 4/5 changes how we display warnings, which currently (AFAICS)
> only can happen on the 'Suites' property if we add more warnings for
> different properties, we have to add them in the relevant columns as w
On 30.06.21 17:07, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner
> ---
>
> I couldn't get the validation to work properly and adding a repo
> gives an "Unknown Error" (but does add the repo).
>
> src/node/APTRepositories.js | 161 ++--
> 1 file changed, 117 i
On 23.06.21 15:39, Fabian Ebner wrote:
> which contains includes logic for repository handling.
>
> Signed-off-by: Fabian Ebner
> ---
>
> Changes from v6:
> * have repositories() return everything at once
> * base on now existing pve-rs
> * don't use raw_return
> * add bindings f
On 30.06.21 17:07, Fabian Ebner wrote:
> Add a description for the handle, which can be useful to display
> alongside the name. The descriptions are essentially the first
> sentence from PVE's "Package Repositories" docs, but without the
> product name.
>
> Also drop the " Repository" suffix from
As reported here and locally reproduced:
https://forum.proxmox.com/threads/efi-vms-wont-start-under-7-beta-with-writeback-cache.91629/
This configuration is currently broken. Until we figure out how to fix
it properly, we can just have this (luckily very narrow) config pattern
fall back to aio=thr
by iterating only once over the info array and adding them directly
to the records this way we can avoid iterating over the records
again
Signed-off-by: Dominik Csapak
---
src/node/APTRepositories.js | 100 +---
1 file changed, 46 insertions(+), 54 deletions(-)
d
so that it is still usable with many errors and/or repositories
Signed-off-by: Dominik Csapak
---
src/node/APTRepositories.js | 6 ++
1 file changed, 6 insertions(+)
diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index 7544a23..1985e50 100644
--- a/src/node/APTReposi
some small and basic improvements
NOTE: patch 4/5 changes how we display warnings, which currently (AFAICS)
only can happen on the 'Suites' property if we add more warnings for
different properties, we have to add them in the relevant columns as well
Dominik Csapak (5):
APTRepositories: change
we already have a viewmodel we can use, and so the handler does
not have to navigate the component tree up/down
Signed-off-by: Dominik Csapak
---
src/node/APTRepositories.js | 41 -
1 file changed, 22 insertions(+), 19 deletions(-)
diff --git a/src/node/APTRe
having double borders does not look so nice, separate them with a bit
of padding
also change the warning panel to a simple header
Signed-off-by: Dominik Csapak
---
src/node/APTRepositories.js | 17 ++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/node/APTRepo
this is the default anyway, no reason to explicitely create it
Signed-off-by: Dominik Csapak
---
src/node/APTRepositories.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index de0197b..04e6f97 100644
--- a/src/node/APTRepositorie
Add a description for the handle, which can be useful to display
alongside the name. The descriptions are essentially the first
sentence from PVE's "Package Repositories" docs, but without the
product name.
Also drop the " Repository" suffix from the names, as it's not useful,
but can be ugly: e.g
and add a description.
I couldn't get the validation to work properly and adding a repo
gives an "Unknown Error" (but does add the repo).
Same as last time:
Requires the not-yet-applied patches for pve-rs and pve-manager from
here:
https://lists.proxmox.com/pipermail/pve-devel/2021-June/048963.
Signed-off-by: Fabian Ebner
---
I couldn't get the validation to work properly and adding a repo
gives an "Unknown Error" (but does add the repo).
src/node/APTRepositories.js | 161 ++--
1 file changed, 117 insertions(+), 44 deletions(-)
diff --git a/src/node/AP
On 30.06.21 15:32, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak
> ---
> PVE/CLI/pve6to7.pm | 5 +
> 1 file changed, 5 insertions(+)
>
>
applied, thanks!
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cg
Signed-off-by: Dominik Csapak
---
PVE/CLI/pve6to7.pm | 5 +
1 file changed, 5 insertions(+)
diff --git a/PVE/CLI/pve6to7.pm b/PVE/CLI/pve6to7.pm
index 6dd7760c..1c89242d 100644
--- a/PVE/CLI/pve6to7.pm
+++ b/PVE/CLI/pve6to7.pm
@@ -608,6 +608,11 @@ sub check_cifs_credential_location {
sub ch
On June 30, 2021 11:16 am, Fabian Ebner wrote:
> If there is a log_fail, because of misconfigured 'none' content type, the
> final
> log_pass should not be printed.
>
> Signed-off-by: Fabian Ebner
> ---
>
> No changes from v1.
>
> PVE/CLI/pve6to7.pm | 7 ++-
> 1 file changed, 6 insertions
On June 30, 2021 11:16 am, Fabian Ebner wrote:
> If neither 'rootdir' nor 'images' are configured on a storage, but
> there are guest images, just log the number of volumes found. If they
> are relevant for migration, the check for unreferenced volumes will
> catch them later.
>
> Also detect cont
On 30.06.21 12:20, Fabian Ebner wrote:
> which also works for mirrors, host aliases and direct IP addressses.
>
> The third proxmox-apt patch is not directly related, but another small
> improvement.
>
> Requires the not-yet-applied patches for pve-rs and pve-manager from
> here:
>
> https://lis
which also works for mirrors, host aliases and direct IP addressses.
The third proxmox-apt patch is not directly related, but another small
improvement.
Requires the not-yet-applied patches for pve-rs and pve-manager from
here:
https://lists.proxmox.com/pipermail/pve-devel/2021-June/048963.html
to adapt to the new backend behavior.
Signed-off-by: Fabian Ebner
---
src/node/APTRepositories.js | 28
1 file changed, 8 insertions(+), 20 deletions(-)
diff --git a/src/node/APTRepositories.js b/src/node/APTRepositories.js
index fb6edaf..6812d46 100644
--- a/src/no
Signed-off-by: Fabian Ebner
---
src/repositories/mod.rs | 14 +++---
src/repositories/standard.rs | 21 +
tests/repositories.rs| 21 +++--
3 files changed, 23 insertions(+), 33 deletions(-)
diff --git a/src/repositories/mod.rs b/src/reposi
which is obtained from the cached InRelease file and also works for
mirrors, host aliases, direct IPs.
The has_official_uri function was replaced by origin_from_uris.
Signed-off-by: Fabian Ebner
---
src/repositories/file.rs | 17 +
src/repositories/repository.rs | 20 +
If neither 'rootdir' nor 'images' are configured on a storage, but
there are guest images, just log the number of volumes found. If they
are relevant for migration, the check for unreferenced volumes will
catch them later.
Also detect content type mismatch for all volumes of existing guests,
which
If there is a log_fail, because of misconfigured 'none' content type, the final
log_pass should not be printed.
Signed-off-by: Fabian Ebner
---
No changes from v1.
PVE/CLI/pve6to7.pm | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/PVE/CLI/pve6to7.pm b/PVE/CLI/pve6to7.
Am 29.06.21 um 01:19 schrieb Victor Hooi:
Hi,
Yes, I can confirm that file exists on my system:
root@angusmtv-vm01:/etc/sudoers.d# cat ceph-osd-smartctl
## allow ceph-osd (which runs as user ceph) to collect device health
metrics
ceph ALL=NOPASSWD: /usr/sbin/smartctl -x --json=o /dev/*
cep
the check is cheap, so it does not matter much that it happens in more
places now (like for every request with a ticket in addition to the old
every request with a token).
would have been nice to mention whether this is intentional though ;)
On June 30, 2021 8:10 am, Dietmar Maurer wrote:
> ---
27 matches
Mail list logo