Re: [pve-devel] Properties in plugins

2013-10-12 Thread Dietmar Maurer
> Above failure is displayed if two or more plugins have defined an identical > name > for a property so my question is: Why can a plugin not have a property by the > same name as another plugin? To avoid confusion. If you want the same name, it should have also the same syntax. What property/p

[pve-devel] Properties in plugins

2013-10-12 Thread Michael Rasmussen
Hi Dietmar, I am wondering about the reason for the following: pvedaemonduplicate property at /usr/share/perl5/PVE/SectionConfig.pm line 123 Above failure is displayed if two or more plugins have defined an identical name for a property so my question is: Why can a plugin not have a property by t

[pve-devel] ZFSPlugin: Bug in calculation of pool size

2013-10-12 Thread mir
Attached patch fixes a bug in the pool size calculation. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] Fixes bug in calculating pool size

2013-10-12 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage/ZFSPlugin.pm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm index efcdd04..a50f7cb 100644 --- a/PVE/Storage/ZFSPlugin.pm +++ b/PVE/Storage