> 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
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
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
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