Walter Doekes

Results 279 comments of Walter Doekes

I'm not sure you much Python you need to know. You need a Python3 interpreter. And you'll need the Proxmoxer library. On Debian/Ubuntu systems, this could be: ``` apt install...

I'm sorry, lvmthin is not supported at the moment. (Did not know it was an option.) Patches are accepted! :)

1. Sorry, no ceph storage support is available. Feel free to post a PR. We don't run any VMs on ceph, so this is not something that concerns us. 2....

I'll gladly accept patches, but I won't be working on this.

Lots of checks _are_ implemented, but apparently not the one that you're running into.. I agree that it's annoying to find out that it isn't implemented when at 90% of...

I suspect this might fix your troubles: ```diff diff --git a/proxmove b/proxmove index 6051e4f..1208beb 100755 --- a/proxmove +++ b/proxmove @@ -1046,11 +1046,11 @@ class ProxmoxStoragePlain(ProxmoxStorage): def copy_from_temp(self, disk_size, src_temp, src_format,...

@brosky : if you could test this and confirm whether it works for you, that'd be nice.

Nobody has LXC in PVE, right?

There are certainly valid use cases for LXC. But it does not fit in our PVE/VM workflow nor security model. Perhaps I should've written "nobody at OSSO".

``` diff diff --git a/classes/phpDoctor.php b/classes/phpDoctor.php index 6b86d1c..31d7101 100644 --- a/classes/phpDoctor.php +++ b/classes/phpDoctor.php @@ -1302,12 +1302,15 @@ class PHPDoctor 'tags' => array() ); - $explodedComment = preg_split('/\n[ \n\t\/]*\*[ \t]*@/', "\n".$comment);...