Vojtech Trefny

Results 138 comments of Vojtech Trefny

Unfortunately blivet by default ignores incomplete VGs and there is no way how to tell it to not do that. This would require quite a big changes in blivet, but...

This looks good for now, but we really should get rid of the definitions if possible. The libfdisk list looks like a good candidate -- the names are different but...

Are you using UDisks to set the bcache up or is this just an error you see in logs?

Related: libblkid now has two new filesystem properties/tags: `FSSIZE` and [`FSLASTBLOCK`](https://github.com/util-linux/util-linux/pull/1665) (not yet released) which we potentially could use for getting filesystem size, it will be also likely available in...

I knew I wanted to check one more thing before doing a release... I fixed some of the issues in #920, the remaining *problematic* functions should be the `_get_type` functions...

TrueCrypt/VeraCrypt support was never added to `udisksctl` so right now `--key-file` options means we read the contents of the file and use it for the `keyfile_contents` option for the API...

You can ignore the *ci/x86_64/f_37* CI job failure, that's a problem in our CI configuration.

> This reminds me of a similar chicken and egg problem like [rhinstaller/anaconda#5249 (comment)](https://github.com/rhinstaller/anaconda/pull/5249#issuecomment-1771168157). **_How to untangle the dependencies?:_** I also answered in the Anaconda PR, but short version is...

No, it should really be `libiscsi.h`. It is provided by `iscsi-initiator-utils-devel` package in Fedora. I don't know if this is packaged in ArchLinux.