diff options
author | Phil Dibowitz <phild@fb.com> | 2014-07-11 12:12:01 -0700 |
---|---|---|
committer | Phil Dibowitz <phild@fb.com> | 2014-07-16 11:25:33 -0700 |
commit | 988a3bae4e2d864189b2ea3ec03c56a3f1aa829e (patch) | |
tree | 56aa6e8b5e1576994ef9e57e6be1602aab03f68a /RELEASE_NOTES.md | |
parent | 3b18b074b792ec81acd989cfe609fd23476d5314 (diff) | |
download | ohai-988a3bae4e2d864189b2ea3ec03c56a3f1aa829e.tar.gz |
[ohai 7] Linux::filesystems should prefer lsblk to blkid when available
blkid has several bugs, and will miss a variety of things.
For starters, it'll never report on a device that has partitions even if the
parent is the thing with a filesystem on it. It has weird bugs like:
http://marc.info/?l=linux-ext4&m=119636478426226&w=2
lsblk, on the other hand, probes everything in /sys/block and reports
consistently.
This is the Ohai7 port of #353 and addresses #351
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2dcecfb4..d1e63fbb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -27,5 +27,6 @@ populate the old system (role & system) with LXC if there are no other virtualiz ### Miscellaneous * Ohai now collects mdadm RAID information. +* Ohai know uses lsblk, if available, instead of blkid # Ohai Breaking Changes: |