Commit Graph

12 Commits

Author SHA1 Message Date
brent s. 65b316c014 logging to network providers 2019-12-28 02:20:50 -05:00
brent s. 25e86e75ff mdadm logging done, some value errors converted to type errors 2019-12-24 01:56:29 -05:00
brent s. a0442df77d check-in 2019-12-23 15:43:23 -05:00
brent s. d7d85c7d9d future proofing is good, but...
since print() was made a function in py3, i can predict at some point
that return will be made a func as well. sure, good.
but "return()" *currently* returns an empty tuple. We want to
explicitly return None for testing purposes.
2019-12-11 04:33:15 -05:00
brent s f68069a25e i'm pretty sure luks non-gi is now done 2019-11-10 01:37:15 -05:00
brent s 7fc416f17c do i want to... 2019-11-08 16:49:41 -05:00
brent s 083c966cad lvm fallback done 2019-11-08 05:19:28 -05:00
brent s 00e9c546d7 i *think* i'm done the gi version of disk.lvm. LVM is such a mess. 2019-11-06 16:58:58 -05:00
brent s 5f8caf48d6 WHY IS LVM THE WORST THING ON THIS PLANET 2019-11-06 12:48:18 -05:00
brent s f424938913 mdadm done 2019-11-06 07:33:15 -05:00
brent s 7e6736f6a2 stubbed out rest of storage things 2019-11-06 03:47:08 -05:00
brent s ca1f12f5bd soooo...
turns out ALL of the disk operations can be performed with
gobject-introspection.

BUT it's unlikely that that'll be available everywhere, or that
the Arch Linux releng team would include it, etc.
So we have fallbacks to mimic it.

BUT please try to use gobject-introspection with libblockdev,
because it's going to be a lot faster and a lot less error-prone.
2019-11-01 02:54:51 -04:00