Comment 30 for bug 1729145

Revision history for this message
Ryan Harper (raharper) wrote : Re: [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

Woot!

I think that did the trick.

ubuntu@ubuntu:~$ cat /etc/cloud/build.info
build_name: server
serial: 20171122
ubuntu@ubuntu:~$ lsb_release -rd
Description: Ubuntu 17.10
Release: 17.10
ubuntu@ubuntu:~$ set -o vi
ubuntu@ubuntu:~$ dpkg --list | grep linux-image
ii linux-image-4.13.0-17-generic 4.13.0-17.20~lp1739145
                 amd64 Linux kernel image for version 4.13.0 on 64
bit x86 SMP
ii linux-image-virtual 4.13.0.17.18
                 amd64 Virtual Linux kernel image
ubuntu@ubuntu:~$ dpkg --list | grep bcache-tools
ii bcache-tools 1.0.8-2build1
                amd64 bcache userspace tools

ubuntu@ubuntu:~$ sudo tree /dev/bcache
/dev/bcache
├── by-label
│ ├── backing0 -> ../../bcache1
│ └── backing1 -> ../../bcache0
└── by-uuid
    ├── 1375d23f-4780-46d7-9fca-c397f8333685 -> ../../bcache2
    ├── 57e009b1-6bf4-42ea-abe0-334b10941a0b -> ../../bcache0
    ├── 7ce7dc32-7da9-42a8-899a-5d21ed7ea714 -> ../../bcache3
    └── 92d882d8-38cd-4537-847b-6f9c40ba67b4 -> ../../bcache1

2 directories, 6 files

On Tue, Dec 5, 2017 at 4:00 PM, Ryan Harper <email address hidden>
wrote:

> Thanks! I'll give it a try today.
>
> On Tue, Dec 5, 2017 at 3:43 PM, Joseph Salisbury <
> <email address hidden>> wrote:
>
>> I built an Artful test kernel with the path provided by Ryan. The test
>> kernel can be downloaded from:
>>
>> http://kernel.ubuntu.com/~jsalisbury/lp1729145/
>>
>> Can those that can reproduce this bug give this test kernel a try?
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1729145
>>
>> Title:
>> /dev/bcache/by-uuid links not created after reboot
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729145
>> /+subscriptions
>>
>
>