summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorPhil Dibowitz <phild@fb.com>2014-07-11 12:12:01 -0700
committerPhil Dibowitz <phild@fb.com>2014-07-16 11:25:33 -0700
commit988a3bae4e2d864189b2ea3ec03c56a3f1aa829e (patch)
tree56aa6e8b5e1576994ef9e57e6be1602aab03f68a /RELEASE_NOTES.md
parent3b18b074b792ec81acd989cfe609fd23476d5314 (diff)
downloadohai-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.md1
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: