I found the error message in firefox debug tools:
Code
{ code: 0, message: "fsname: The value false is not a string.", trace: "OMV\\Json\\SchemaValidationException: fsname: The value false is not a string. in /usr/share/php/openmediavault/json/schema.inc:374
Stack trace:
#0 /usr/share/php/openmediavault/json/schema.inc(301): OMV\\Json\\Schema->validateString()
#1 /usr/share/php/openmediavault/json/schema.inc(261): OMV\\Json\\Schema->validateType()
#2 /usr/share/php/openmediavault/config/datamodel.inc(155): OMV\\Json\\Schema->validate()
#3 /usr/share/php/openmediavault/config/configobject.inc(207): OMV\\Config\\DataModel->validateProperty()
#4 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(269): OMV\\Config\\ConfigObject->set()
#5 [internal function]: Engined\\Rpc\\OMVRpcServiceFileSystemMgmt->enumerateMountedFilesystems()
#6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array()
#7 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\\Rpc\\ServiceAbstract->callMethod()
#8 /usr/sbin/omv-engined(546): OMV\\Rpc\\Rpc::call()
#9 {main}" }
Display More
Schema->validateString() seems to be the problem, right? What config objects ("enumerateMountedFilesystems") are affected? I can then paste my config file.
Update1: I went through the whole thing with help of AI and it gave really good hints and solutions. I have attached it (statistics_broken_withZFSonly.pdf).
Update2: I checked my mountpoint config with omv-confdbadm read conf.system.filesystem.mountpoint | jq -r '.[] | {uuid,dir,fsname,type} ' and property "fsname" was never empty. As ChatGPT said this issue is probably generated during runtime.