Existing devices not getting deleted #111
Closed
sounak-1989
started this conversation in
General
Replies: 1 comment 8 replies
-
It's not an issue, becuase it works as desgin. core-metadata is the source of truth. You have to manage devices and device profiles through the core-metadata APIs. The pre-defined devices and device profiles in the Device services are just initializtion convenience for developers. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I am having a problem. Once I register some devices to core-metadata, even if I stop the device service or do a docker volume prune the devices still persist inside core-metadata.
This is an issue because even if I change my device profile I am unable to remove the old profile that lingers there. I have to send a delete command for each and every device to clean up the downed devices.
Is there a solution to this problem? I have not seen this issue before updating to Kamakura.
Beta Was this translation helpful? Give feedback.
All reactions