Vratislav Podzimek

Results 72 comments of Vratislav Podzimek

What does ``/sys/block/mmcblk0/removable`` say for your eMMC drive?

> Makes sense, but I would like it if you added some more detail to the commit message. Does this fix an issue you've encountered? Is there a relevant ticket...

> [](/vpodzime) [vpodzime](/vpodzime) added the [onhold](/cfengine/core/labels/onhold) label [now](#event-3434397134) I needed this PR and the first commit in it to get a build for HP-UX that would help me extract some...

It is really impossible to avoid all the AttributeErrors in logging? I'd prefer if focused on eliminating those instead of spending hours on hiding them. If not, we would probably...

> For example: > Now: > dev = LVMLogicalVolumeDevice("name", parents=[parent], seg_type="thin") > After: > dev = LVMLogicalVolumeDevice.create_thin_snapshot("name", parents=[parent]) I don't think those should be class methods. I know a "factory"...

Isn't this on purpose to prevent issues with resizing devices with unknown formats?

Unless we want to separate the blivet log from anaconda's log which is probably not a good idea.

I don't see a big difference between spawning a process and doing a DBus call. Both are just asking for some actions or data by/from some external/standalone utility/process.

we need to come up with some nice way how to deal with errors coming from libblockdev too -- they are all GLib.GError with no easy way how to catch...