[pve-devel] [PATCH manager] ui: add date column for backups in storage content view

2019-12-03 Thread Thomas Lamprecht
main use case is to sort by date, e.g., I just re-created a cluster, did some VM/CT backups on a NFS dump of mine which already had quite some backups. Now, on restore I knew that only the backups made yesterday were interesting, so a sort by date would allow me to find them all easily, thus this

[pve-devel] [PATCH docs] firewall-doc: update list of default ports by range used for migration

2019-12-03 Thread Christian Ebner
Signed-off-by: Christian Ebner --- pve-firewall.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pve-firewall.adoc b/pve-firewall.adoc index 2bcdf6e..7c60330 100644 --- a/pve-firewall.adoc +++ b/pve-firewall.adoc @@ -426,6 +426,8 @@ following traffic is still allowed for all {pve}

[pve-devel] [PATCH manager 2/2] ui: backup restore: add start-after-restore checkbox

2019-12-03 Thread Thomas Lamprecht
Restore may be a long running operation, as it goes over the common create API path we can reuse the "start after create" for a "start after restore" for free. Add this as hbox layout, as else it looks like a lot of wasted space in the right side of the window, especially when restoring a CT

[pve-devel] [PATCH manager 1/2] ui: backup restore: use new bandwith limit component

2019-12-03 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- www/manager6/window/Restore.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/manager6/window/Restore.js b/www/manager6/window/Restore.js index 870b0dde..4eaf25f6 100644 --- a/www/manager6/window/Restore.js +++

[pve-devel] [PATCH container] Always determine the size of the volume in volume_rescan

2019-12-03 Thread Fabian Ebner
Otherwise there is an issue when resizing a volume with pending changes: 1. Have a running container with a mount point 2. Edit the mount point and change the path 3. Resize the mount point 4. Reboot the container Result: the old size is written to the config. Signed-off-by: Fabian Ebner --- An

[pve-devel] [PATCH manager] ceph: Create symlink on standalone MGR creation

2019-12-03 Thread Alwin Antreich
Ceph MGR fails to start when installed on a node without existing symlink to /etc/pve/ceph.conf. Signed-off-by: Alwin Antreich --- PVE/API2/Ceph/MGR.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Ceph/MGR.pm b/PVE/API2/Ceph/MGR.pm index d3d86c0d..ffae7495 100644 ---

[pve-devel] [PATCH proxmox-ve] Update kernel links for install CD (rescue boot)

2019-12-03 Thread Alwin Antreich
Signed-off-by: Alwin Antreich --- Note: Thanks to Stoiko, he build an ISO to test the patch. This works with LVM based installs, but fails currently for ZFS with "Compression algorithm inherit not supported. Unable to find bootdisk automatically" debian/postinst | 4 ++-- 1

[pve-devel] applied: [PATCH proxmox-ve] Update kernel links for install CD (rescue boot)

2019-12-03 Thread Thomas Lamprecht
On 12/3/19 4:54 PM, Alwin Antreich wrote: > Signed-off-by: Alwin Antreich > --- > Note: Thanks to Stoiko, he build an ISO to test the patch. > This works with LVM based installs, but fails currently for ZFS > with "Compression algorithm inherit not supported. Unable to find >