Closed kvaps closed 2 years ago
For now I assume that this NPE is related to https://github.com/LINBIT/linstor-server/issues/294#issuecomment-1160467042
To be more precise, I assume that you forgot to clean all database tables, specifically the LAYER_*
tables. LAYER_RESOURCE_ID
is your entry point, that has the layer-id mapped to the actual resource (node_name, resource_name and snapshotname). From there you need to look for the other `LAYER*` tables to find the layer-id's from before and clear all those entries as well.
Btw, that is (one of) the reason(s) we usually say to not touch the database directly :)
@ghernadi many thanks for your help.
You're right, I removed Resources
and Volumes
but didn't remove LayerResourceIds
, PropsContainers
, SecAclMap
and SecObjectProtection
.
My bad, now it is working.
still the same cluster https://github.com/LINBIT/linstor-server/issues/294#issuecomment-1160467042, problem when loading linstor-controller: