Tony Asleson
Tony Asleson
> @tasleson is it just a matter of implementing > > ``` > volume_ident_led_on() > ``` > > as in the hpsa plugin? And signal that it supports `Capabilities.VOLUME_LED` ?...
> You make a good point. What would be the appropriate place to implement in order to turn on the light for, let's say `/dev/sda` ? If you're using a...
> Regarding the implementation, do you think we should reuse `additional_repos` and use this both for RPM and SRPM build or have a separate option for each? My initial thinking...
@trgill @vojtechtrefny Please take a peek at this PR, focus on public API introduced with 5bf397a879af0a509f3a79c373a0f4e35645c5da
@marcin-github Would it be possible for you to try this out?
@marcin-github I built blkid with static linkage to libblkid ``` $ ldd blkid linux-vdso.so.1 (0x00007fff19d96000) libc.so.6 => /lib64/libc.so.6 (0x00007f494a69b000) /lib64/ld-linux-x86-64.so.2 (0x00007f494a897000) ``` [blkid.gz](https://github.com/koverstreet/bcachefs-tools/files/15015049/blkid.gz) Please give this a try and let...
@marcin-github Change submitted upstream to address blkid, ref. https://github.com/util-linux/util-linux/pull/3001
@marcin-github This updated PR adds an env. variable so you can do things like: ```bash BCACHEFS_BLOCK_SCAN=1 bcachefs mount /dev/sda /mnt ``` and get the same behavior you get today with...
@marcin-github If you could try this change out, I think it should work for you, although you'll need to set the env. variable for BCACHEFS_BLOCK_SCAN=1 , thanks!
> I'm also looking for this option to automatically decrypt external harddrives on my homeserver, otherwise some workaround is needed like https://oz123.github.io/writings/2024-03-25-Decrypting-bcachefs-volumes-at-boot/index.html > > The homeserver itself is also encrypted...