Re: [pve-devel] [PATCH storage] map_volume: fallback to 'path'

2019-04-26 Thread Thomas Lamprecht
Am 4/26/19 um 4:36 PM schrieb Mira Limbeck: > > On 4/26/19 4:30 PM, Thomas Lamprecht wrote: >> Am 4/26/19 um 3:00 PM schrieb Mira Limbeck: >>> Adds a fallback to 'Plugin::path' in the default implementation of >>> 'map_volume' to make the additional call to 'path' unnecessary if >>> 'map_volume' i

Re: [pve-devel] [RFC cluster 1/1] add generic data broadcast interface

2019-04-26 Thread Thomas Lamprecht
Am 4/26/19 um 12:08 PM schrieb Dominik Csapak: > On 4/26/19 10:43 AM, Thomas Lamprecht wrote: >> Am 4/26/19 um 8:21 AM schrieb Dominik Csapak: >>> similar to how we handle the cluster wide tasklist and rrd data, >>> have an interface that can sync data across the cluster >>> >>> this data is only t

Re: [pve-devel] [PATCH storage] map_volume: fallback to 'path'

2019-04-26 Thread Mira Limbeck
On 4/26/19 4:30 PM, Thomas Lamprecht wrote: Am 4/26/19 um 3:00 PM schrieb Mira Limbeck: Adds a fallback to 'Plugin::path' in the default implementation of 'map_volume' to make the additional call to 'path' unnecessary if 'map_volume' is not implemented in the plugin used. 'Plugin::path' is now

Re: [pve-devel] [PATCH storage] map_volume: fallback to 'path'

2019-04-26 Thread Thomas Lamprecht
Am 4/26/19 um 3:00 PM schrieb Mira Limbeck: > Adds a fallback to 'Plugin::path' in the default implementation of > 'map_volume' to make the additional call to 'path' unnecessary if > 'map_volume' is not implemented in the plugin used. 'Plugin::path' is now > always returned if the plugin in questio

[pve-devel] [PATCH storage] map_volume: fallback to 'path'

2019-04-26 Thread Mira Limbeck
Adds a fallback to 'Plugin::path' in the default implementation of 'map_volume' to make the additional call to 'path' unnecessary if 'map_volume' is not implemented in the plugin used. 'Plugin::path' is now always returned if the plugin in question does not override 'map_volume'. Signed-off-by: Mi

[pve-devel] applied: [PATCH dab-pve-appliances] add Ubuntu Disco

2019-04-26 Thread Thomas Lamprecht
Am 4/26/19 um 12:44 PM schrieb Thomas Lamprecht: > Signed-off-by: Thomas Lamprecht > --- > > as of now, available through our appliance download infrastructure: > # pveam update > # pveam download ubuntu-19.04-standard_19.04-1_amd64.tar.gz > forgot "already applied" tag.. > ubuntu-disco-stan

[pve-devel] [PATCH dab-pve-appliances] add Ubuntu Disco

2019-04-26 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- as of now, available through our appliance download infrastructure: # pveam update # pveam download ubuntu-19.04-standard_19.04-1_amd64.tar.gz ubuntu-disco-standard-64/Makefile | 19 +++ ubuntu-disco-standard-64/dab.conf | 13 + 2

Re: [pve-devel] [RFC manager 1/3] add get_local_services for ceph

2019-04-26 Thread Dominik Csapak
On 4/26/19 10:47 AM, Thomas Lamprecht wrote: Am 4/26/19 um 8:21 AM schrieb Dominik Csapak: this returns a hash of existing service links for mds/mgr/mons so that we know which services exists this is necessary since ceph itself does not save if a service is defined somewhere, only when it runs

Re: [pve-devel] [RFC cluster 1/1] add generic data broadcast interface

2019-04-26 Thread Dominik Csapak
On 4/26/19 10:43 AM, Thomas Lamprecht wrote: Am 4/26/19 um 8:21 AM schrieb Dominik Csapak: similar to how we handle the cluster wide tasklist and rrd data, have an interface that can sync data across the cluster this data is only transient and will not be written to disk we can use this for a

Re: [pve-devel] Improve documentation for "Install Proxmox VE on Debian Stretch"

2019-04-26 Thread Thomas Lamprecht
Hi, Am 4/26/19 um 11:10 AM schrieb Francesco Ongaro: > Dear PVE devs, > > I'd like to suggest a change that is useful in case umask is 077. > > On the wiki page: > > https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch > > After: > > wget http://download.proxmox.com/debian/proxmo

[pve-devel] Improve documentation for "Install Proxmox VE on Debian Stretch"

2019-04-26 Thread Francesco Ongaro
Dear PVE devs, I'd like to suggest a change that is useful in case umask is 077. On the wiki page: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch After: wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg A

Re: [pve-devel] [PATCH aab 0/5] minor tweaks and bugfixes

2019-04-26 Thread Thomas Lamprecht
Am 4/25/19 um 7:53 PM schrieb Stoiko Ivanov: > Following the discussion in a forum-thread [0] I wanted to see if we could > make > the ArchLinux templates yield fewer (not really material) error messages > during > bootup and operation. > > I considered masking the 'sys-kernel-config.mount' and

Re: [pve-devel] [RFC manager 1/3] add get_local_services for ceph

2019-04-26 Thread Thomas Lamprecht
Am 4/26/19 um 8:21 AM schrieb Dominik Csapak: > this returns a hash of existing service links for > mds/mgr/mons so that we know which services exists > > this is necessary since ceph itself does not save if a service is > defined somewhere, only when it runs > > Signed-off-by: Dominik Csapak >

Re: [pve-devel] [RFC cluster 1/1] add generic data broadcast interface

2019-04-26 Thread Thomas Lamprecht
Am 4/26/19 um 8:21 AM schrieb Dominik Csapak: > similar to how we handle the cluster wide tasklist and rrd data, > have an interface that can sync data across the cluster > > this data is only transient and will not be written to disk > > we can use this for a number of things, e.g. getting the l

[pve-devel] applied: [PATCH qemu] fix: #1075: Restore VM template to VM and try to convert to template.

2019-04-26 Thread Thomas Lamprecht
Am 4/25/19 um 5:14 PM schrieb Christian Ebner: > If a vdisk_create_base fails because the storage backend does not support the > base image creation, it leaves behind the original disk image, this is > correct. This should not create further problems. For such templates, the > user gets a warnin