Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Lvm on Luks on Bcache #24

Closed
conn opened this issue Sep 27, 2014 · 4 comments
Closed

Lvm on Luks on Bcache #24

conn opened this issue Sep 27, 2014 · 4 comments

Comments

@conn
Copy link

conn commented Sep 27, 2014

Bcache devices don't get registered and I get dropped to rescue shell. Looking at your code, whatever is in /sys/block/* is NOT in the root of /dev. It only picks up "/dev/sdc", which is a thumb drive, while my backing volume is "/dev/sda2" and my caching volume is "/dev/sdb".

for i in $(ls /dev/sd*); do echo $i > /sys/fs/bcache/register_quiet; done

seems to work just fine so i'll try plugging that in for now and see what happens

@slashbeast
Copy link
Owner

Please let me know if 0db5fe6 commit on devel branch fixes your usecase.

@conn
Copy link
Author

conn commented Sep 28, 2014

you've got a broken link that fails when trying to fetch dropbear

"http://matt.ucc.asn.au/dropbear/releases/dropbear-2013.62.tar.bz2"

@slashbeast
Copy link
Owner

The link works for me, what are you getting when trying to access it?

@slashbeast
Copy link
Owner

I've did new release with this fix, everything went okey, everything was downloaded. The 0db5fe6 will work for all block devices. If you have problem building you can use the 0.9.0.1 binary packages that I just uploaded to bitbucket.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants