Am 16/09/2022 um 12:35 schrieb Fabian Grünbichler:
> this series adds a new `--dry-run` parameter to `mirror snapshot
> create`, and a new `mirror snapshot create-all` command.
>
> it's based on top of my other series:
>
> misc improvements - 20220915130918.727902-1-f.gruenbich...@proxmox.com
>
Am 15/09/2022 um 15:09 schrieb Fabian Grünbichler:
> this series adds some features and fixes some issues that pop up when
> attempting to mirror Ubuntu repositories, and should also improve
> resilience with other third-party repositories.
>
> tested with Ubuntu Jammy (main, security and updates
On 09.09.2022 08:20, Thomas Lamprecht wrote:
Can you please split this into two commits, first the unpriv one and then the
OS type one?
Am 08/08/2022 um 13:48 schrieb Matthias Heiserer:
---
I'm a bit unsure about the icons, there are probably better ones, but I couldn't
think of/find any. One
Previously, cloning a stopped VM didn't respect bwlimit. Passing the -r
(ratelimit) parameter to qemu-img convert fixes this issue.
Signed-off-by: Leo Nunner
---
With qemu_img_convert getting a parameter for bwlimit, would it maybe
also make sense to apply the migration limit inside ImportDisk? I
Am 14/09/2022 um 15:07 schrieb Fabian Grünbichler:
> the volume path could contain escaped ":" or ",", which means their '\'
> needs to be escaped another time for passing to HMP.
>
> the same approach is used for hotplugging regular drives in
> PVE::QemuServer, and is needed (at least) for RBD st
Am 15/09/2022 um 11:48 schrieb Dominik Csapak:
> 'typeof' cannot return 'undefined' only the string '"undefined"', newer
> eslint versions detect that as error
>
> to fix it, directly check it for undefined instead of using typeof
>
> Signed-off-by: Dominik Csapak
> ---
> www/manager6/storage/P
Am 16/09/2022 um 09:21 schrieb Fiona Ebner:
> In ZFS 0.8.3, the limit was increased to 1M [0][1].
>
> [0] https://github.com/openzfs/zfs/releases/tag/zfs-0.8.3
> [1] https://github.com/openzfs/zfs/pull/9355
>
> Signed-off-by: Fiona Ebner
> ---
> local-zfs.adoc | 2 +-
> 1 file changed, 1 insert
that creates a new snapshot for each configured mirror, collecting the
results and printing a summary at the end. this should be suitable for
usage in a cron job or timer-triggered unit, with no output on stderr
for 100% OK execution runs.
Signed-off-by: Fabian Grünbichler
---
src/bin/proxmox_of
this series adds a new `--dry-run` parameter to `mirror snapshot
create`, and a new `mirror snapshot create-all` command.
it's based on top of my other series:
misc improvements - 20220915130918.727902-1-f.gruenbich...@proxmox.com
Fabian Grünbichler (3):
mirror: add --dry-run parameter
cli:
in dry-run mode, creating a snapshot will download (but not persist) the
Release files and any indices referenced within, but not download the
package files themselves. instead, any URLs that would still need to be
fetched are printed, and the statistics about to-be-fetched files and
bytes is updat
for re-use in the (not-yet-created) create-all command.
Signed-off-by: Fabian Grünbichler
---
src/bin/proxmox_offline_mirror_cmds/mirror.rs | 51 +++
1 file changed, 29 insertions(+), 22 deletions(-)
diff --git a/src/bin/proxmox_offline_mirror_cmds/mirror.rs
b/src/bin/proxmox_o
On 9/16/22 09:19, Thomas Lamprecht wrote:
Am 21/06/2022 um 11:19 schrieb Dominik Csapak:
this series brings the already existing 'tags' for ct/vms to the gui:
* tags can be edited in the status toolbar of the guest
* existing tags will be shown in the tree/global search/resource grids
* when edi
In ZFS 0.8.3, the limit was increased to 1M [0][1].
[0] https://github.com/openzfs/zfs/releases/tag/zfs-0.8.3
[1] https://github.com/openzfs/zfs/pull/9355
Signed-off-by: Fiona Ebner
---
local-zfs.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/local-zfs.adoc b/local-zfs
Am 21/06/2022 um 11:19 schrieb Dominik Csapak:
> this series brings the already existing 'tags' for ct/vms to the gui:
> * tags can be edited in the status toolbar of the guest
> * existing tags will be shown in the tree/global search/resource grids
> * when editing a tag, a list of existing tags w
14 matches
Mail list logo