[pve-devel] Wish-List for Mail-Gateway

2018-04-09 Thread Detlef Bracker
Dear, where can I send a wish list for the Mail-Gateway? a) add Button and a function to forward mail in spamquarantaine to other receives, expl. abuse - mail-address of the sender b) Date-Filters (from and to) - when not changed long time, then automatic set for: from: to now() - 24 hours and

[pve-devel] [PATCH v2 storage 1/2] Fix #1542: show storage utilization per pool

2018-04-09 Thread Alwin Antreich
- get the percent_used value for a ceph pool and calculate it where ceph doesn't supply it (pre kraken) - use librados2-perl for pool status - add librados2-perl as build-depends and depends in debian/control Signed-off-by: Alwin Antreich --- PVE/CLI/pvesm.pm | 1 + PVE/Storage.pm

[pve-devel] [PATCH v2 storage 2/2] Refactor of method build_cmd and path

2018-04-09 Thread Alwin Antreich
Method build_cmd and path use similar code to generate the ceph command line or qemu config parameters. They now use the private method ceph_connect_option for parameter generation. Signed-off-by: Alwin Antreich --- PVE/Storage/RBDPlugin.pm | 113 +--

[pve-devel] [PATCH v2 storage 0/2] show storage-utilization per pool

2018-04-09 Thread Alwin Antreich
My goal behind changing the storage utilization for ceph is, that it shows currently the global available/used storage space and calculates the usage percentage based on it. This is suboptimal in some cases, eg. multiple pools with different size/min_size on the same root, recovery or the ceph pool

[pve-devel] applied: [PATCH qemu-server] disk: serial no must now be passed to device not drive

2018-04-09 Thread Wolfgang Bumiller
applied On Thu, Apr 05, 2018 at 10:54:41AM +0200, Thomas Lamprecht wrote: > With QEMU 2.10 the serial parameter of the -drive command line option > was deprecated [1], so move the logic which adds this parameter now > to the -drive analogue -device CLI option. > > Features marked deprecated will