Re: [pve-devel] Gitlab-ci

2018-04-16 Thread Andreas Steinel
Nicely done! I love gitlab :-D On Mon, Apr 16, 2018 at 9:50 PM, Rene Jochum wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi! > > I've been working on Gitlab CI for Proxmox. In a dockerized environment > I'm now able to build the current 4.15 pve-kernel for

[pve-devel] Gitlab-ci

2018-04-16 Thread Rene Jochum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi! I've been working on Gitlab CI for Proxmox. In a dockerized environment I'm now able to build the current 4.15 pve-kernel for Debian Buster and Stretch. The Stretch build: https://git.lxch.eu/git/pve-kernel/-/jobs/43

[pve-devel] API - GET /nodes/{node}/storage

2018-04-16 Thread Andreas Steinel
Hi all, I tried to access the storage API and looked through [1] to find, that the GET /nodes/{node}/storage returns an array of string according to [2] the excerpt is: "GET" : { "description" : "Get status for all datastores.", "method" : "GET", "name" : "index", "parameters" : {

[pve-devel] applied: [Patch V3 guest-common] fix #1694: make failure of snapshot removal non-fatal

2018-04-16 Thread Dietmar Maurer
applied with fixes - see comment inline: > On April 13, 2018 at 12:24 PM Wolfgang Link wrote: > > > In certain high-load scenarios ANY ZFS operation can block, > including registering an (async) destroy. > Since ZFS operations are implemented via ioctl's, > killing the user