A bug (?) in the latest libblkid for RHEL 7 broke facter  partitions

For example, on two servers, with different version of this package:

Before (libblkid-2.23.2-22.el7_1.x86_64.):
~# facter partitions
{
  /dev/sda2 => {
    filesystem => "xfs",
    label => "/",
    mount => "/",
    partuuid => "XXX",
    size => "16.00 GiB",
    size_bytes => 17180917760,
    uuid => "XXX"
  },
  ...
}

After (libblkid-2.23.2-22.el7_1.1.x86_64):
~# facter partitions
{
  /dev/block/8:2 => {
    filesystem => "xfs",
    label => "/",
    partuuid => "XXX",
    size => "0 bytes",
    size_bytes => 0,
    uuid => "XXX"
  },

mount is gone, size become 0.

/dev/block/8:2 is present on both servers and is indeed a symbolic link to 
/dev/sda2


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/3C013F7B-46C5-4108-8EB2-9D1C7ADEE52D%40orange.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to