On Mon Aug 18 12:11:23 2025 +0000, Connor McAdams wrote:
In the patch I have for creating container ID from udev information, I use the `USEC_INITIALIZED` timestamp value in Data4. We could maybe generate a timestamp here to add extra uniqueness, if that makes sense.
Yeah I think it could be good to avoid differences between all of the backends. The backend can provide a specific device timestamp, or the code here could make up one unique.
To be clear, are we confident that USEC_INITIALIZED is identical across all of the Linux devices of the same physical device and hence usable as container ID, right?