Since a couple of weeks, i get errors with several things that involve adding, removing or changins storage, like deleting VMs, qm scan and so on.
When this happens, the only two log lines are these:
The storage is use the most is glusterfs, although some VMs use local lvm or local zfs (depending on which node they are running on of course).
I've been looking up the source code, but it's not apparent to me what those regexes are meant to do without going through tons of code. Anyone got a clue?
When this happens, the only two log lines are these:
Code:
Use of uninitialized value $used in pattern match (m//) at /usr/share/perl5/PVE/Storage/Plugin.pm line 964.
Use of uninitialized value $used in concatenation (.) or string at /usr/share/perl5/PVE/Storage/Plugin.pm line 964.
TASK ERROR: used '' not an integer
The storage is use the most is glusterfs, although some VMs use local lvm or local zfs (depending on which node they are running on of course).
I've been looking up the source code, but it's not apparent to me what those regexes are meant to do without going through tons of code. Anyone got a clue?