Hi,
After successfully configuring fuse mounted rclone GDrive storage with PM 5.3.11 I started getting hundreds of uninitialized value errors in syslog for pve storage.
pvestatd[1675]: Use of uninitialized value $avail in int at /usr/share/perl5/PVE/Storage.pm line 1158.
Line 1158 deals with establishing the available storage size for a volume but I think it doesn't know how to handle the values returned by fusemount to PM for GDrive with unlimited storage. If you look at the summary for the GDrive storage then it shows the values incorrectly:
Usage 11734.99% (1.00 PiB of 8.73 TiB)
So its basically flipping the values around and showing that the available storage is completely oversubscribed.
This must surely be a bug and should reflect the correct value?
My primary question though is how do I stop the errors in syslog as its sends up to 5 entries per second though?
Thanks.
Werner
After successfully configuring fuse mounted rclone GDrive storage with PM 5.3.11 I started getting hundreds of uninitialized value errors in syslog for pve storage.
pvestatd[1675]: Use of uninitialized value $avail in int at /usr/share/perl5/PVE/Storage.pm line 1158.
Line 1158 deals with establishing the available storage size for a volume but I think it doesn't know how to handle the values returned by fusemount to PM for GDrive with unlimited storage. If you look at the summary for the GDrive storage then it shows the values incorrectly:
Usage 11734.99% (1.00 PiB of 8.73 TiB)
So its basically flipping the values around and showing that the available storage is completely oversubscribed.
This must surely be a bug and should reflect the correct value?
My primary question though is how do I stop the errors in syslog as its sends up to 5 entries per second though?
Thanks.
Werner