Status from old attempts to solve same nature issues: ---- Older (2018) merge request from @raharper: https://github.com/koverstreet/bcache-tools/pull/1 addressing the fact that kernel uevents would not always emit CACHED_UUID parameters, making udev to delete (whenever that happens) /dev/bcache/{by-uuid,by-label} symlinks. This last MR pointed to previous related bugs: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890446 https://bugs.launchpad.net/curtin/+bug/1728742 And to an upstream kernel patch: https://lore.kernel.org/patchwork/patch/921298/ to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729145 that wasn't accepted upstream. Even not being accepted upstream, the SRU was attempted: LP: #1729145 https://lists.ubuntu.com/archives/kernel-team/2017-December/088680.html https://lists.ubuntu.com/archives/kernel-team/2017-December/088679.html Both were NACKED. Attempted again: https://lists.ubuntu.com/archives/kernel-team/2017-December/088682.html https://lists.ubuntu.com/archives/kernel-team/2017-December/088683.html NACKED again. And a v2 was sent: https://lists.ubuntu.com/archives/kernel-team/2017-December/088751.html https://lists.ubuntu.com/archives/kernel-team/2017-December/088750.html https://lists.ubuntu.com/archives/kernel-team/2017-December/088749.html and acked in January 2018 by Coling: https://lists.ubuntu.com/archives/kernel-team/2018-January/089492.html but not upstreamed. BIONIC contains the fix: commit ed9333e1b583 Author: Ryan Harper