Re: [pve-devel] Ceph 15.2.5 update?

2020-10-02 Thread Victor Hooi
Hi, Hmm - will that actually work? My understanding was that for Proxmox you had to use the Proxmox-specific Ceph packages - just like there's a Proxmox-specific kernel etc. Regards, Victor On Fri, Oct 2, 2020 at 10:08 PM Florent B wrote: > Why don't use Ceph official repository ? > > https:/

Re: [pve-devel] [PATCH manager] ui: FirewallRules.js: fix #3049 wider rule number column

2020-10-02 Thread Aaron Lauterer
On 10/1/20 5:10 PM, Thomas Lamprecht wrote: oh, and maybe you can try to switch that whole column definition away from fixed widths to relative "flex" only. Just needs to look OK on 720p and quite good on 1080p. It's not always possible, but most of the time it works out well and not using fixe

[pve-devel] [PATCH storage] file_size_info: handle dangling symlinks

2020-10-02 Thread Fabian Grünbichler
and other stat failure modes. this method returns undef if 'qemu-img info ...' fails to return information, so callers must handle this already. Signed-off-by: Fabian Grünbichler --- Notes: https://forum.proxmox.com/threads/local-storage-unable-to-display-content.76741 PVE/Storage/Plugin

[pve-devel] [PATCH v4 storage 3/4] add disk reassign feature

2020-10-02 Thread Aaron Lauterer
Functionality has been added for the following storage types: * dir based ones * directory * NFS * CIFS * gluster * ZFS * (thin) LVM * Ceph A new feature `reassign` has been introduced to mark which storage plugin supports the feature. Version API and AGE have been bumped. Signe

[pve-devel] [PATCH v4 serries 0/4] disk reassign: add new feature

2020-10-02 Thread Aaron Lauterer
This series implements a new feature which allows users to easily reassign disks between VMs. Currently this is only possible with one of the following manual steps: * rename the disk image/file and do a `qm rescan` * configure the disk manually and use the old image name, having an image for

[pve-devel] [PATCH v4 manager 4/4] ui: tasks: add qmreassign task description

2020-10-02 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- www/manager6/Utils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 19227384..0a5a207c 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1566,6 +1566,9 @@ Ext.define('PVE.Utils', { util

[pve-devel] [PATCH v4 qemu-server 1/4] disk reassign: add API endpoint

2020-10-02 Thread Aaron Lauterer
The goal of this new API endpoint is to provide an easy way to move a disk between VMs as this was only possible with manual intervention until now. Either by renaming the VM disk or by manually adding the disks volid to the config of the other VM. The latter can easily cause unexpected behavior s

[pve-devel] [PATCH v4 qemu-server 2/4] cli: disk reassign: add reassign_disk to qm command

2020-10-02 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- v3 ->v4: nothing v2 -> v3: renamed parameter `disk` to `drive_key` rfc -> v1 -> v2: nothing changed PVE/CLI/qm.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/CLI/qm.pm b/PVE/CLI/qm.pm index 282fa86..7fe25c6 100755 --- a/PVE/CLI/qm.pm +++ b/PVE/CLI/

[pve-devel] Ceph 15.2.5 update?

2020-10-02 Thread Victor Hooi
Hi, The Ceph 15.2.5 update just came out. Yay! =) Do you know if there's any chance at all that the Octopus testing repos could be updated to this? http://download.proxmox.com/debian/ceph-octopus/dists/buster/test/ Thanks, Victor ___ pve-devel mailing