1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/conf
Zdenek Kabelac f8234d6e5f libdm: add human R|readable units
When showing sizes with 'H|human' units we do use standard rounding.
This however is confusing users from time to time,
when the printed number uses some biger units i.e. GiB and there is just
tiny fraction of space missing.

So here is some real-life example with new 'r' unit.

$lvs

  LV    VG Attr       LSize  Pool Origin
  lvol0 vg -wi-a-----  1.99g
  lvol1 vg -wi-a----- <2.00g
  lvol2 vg -wi-a----- <2.01g

Meaning is - lvol1 has 'slightly' less then 2.00g - from sign '<' user
can be aware the LV doesn't have full 2.00GiB in size so he
will be less surpriced allocation of 2G volume will not succeed.

$ vgs
  VG #PV #LV #SN Attr   VSize  VFree
  vg   2   2   0 wz--n- <6,00g <2,01g

For uses needing  'old'  undecorated human unit simply will continue
to use 'H|h' units.

The new R|r  may further change when we would recongnize some
other way how to improve readability.
2017-01-20 23:52:17 +01:00
..
.gitignore configure: relocate generated headers 2015-09-07 17:40:58 +02:00
cache-mq.profile cache: introduce mq and smq profiles 2015-08-12 14:11:16 +02:00
cache-smq.profile cache: introduce mq and smq profiles 2015-08-12 14:11:16 +02:00
command_profile_template.profile.in conf: fix typo in report/columns_as_rows config option name recognition 2016-08-25 14:53:32 +02:00
example.conf.base lvm.conf: add more information to the comment header 2015-05-14 10:52:24 -05:00
example.conf.in libdm: add human R|readable units 2017-01-20 23:52:17 +01:00
lvmdbusd.profile conf: add lvmdbusd.profile 2016-08-09 18:49:11 +02:00
lvmlocal.conf.base config: remove duplication of settings 2015-04-21 14:55:03 -05:00
lvmlocal.conf.in doc: describe lvmlockd/lvmpolld features as available if LVM compiled with lockd/polld support 2016-03-30 14:10:56 +02:00
Makefile.in conf: add lvmdbusd.profile 2016-08-09 18:49:11 +02:00
metadata_profile_template.profile.in conf: update profile templates for recent changes 2015-02-11 13:22:31 +01:00
thin-generic.profile profile: add thin-generic.profile 2014-06-13 09:56:29 +02:00
thin-performance.profile release 2.02.103 2013-10-04 14:32:23 +01:00