Background (please complete the following information):
Describe the bug
/api/client/servers/<uuid>/resources endpoint reports server as stopped when servers are actually running.

{
"object":"stats",
"attributes":{
"current_state":"stopped",
"is_suspended":false,
"resources":{
"memory_bytes":0,
"cpu_absolute":0,
"disk_bytes":0,
"network_rx_bytes":0,
"network_tx_bytes":0
}
}
}
To Reproduce
Upgrade from B5 to B6
View index page, servers all show 0
Expected behavior
/resources to return proper data
Also worth noting that all resources return 0, such as "disk_bytes"
Most helpful comment
Also worth noting that all resources return 0, such as "disk_bytes"