1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib
Peter Rajnoha 3d03e504cd metadata: format_text: provide more detailed error message when metadata too large for PV mda
Also, leave out the note about "circular buffer" which is
an internal imeplementation detail anyway and not quite
informational for users:

Before this patch:
$ vgcreate vg1 /dev/sda
  VG vg1 metadata too large for circular buffer
  Failed to write VG vg1.

With this patch applied:
$ vgcreate vg1 /dev/sda
  VG vg1 metadata too large: size of metadata to write is 691 bytes while PV metadata area size on /dev/sda is 512 bytes.
  Failed to write VG vg1.
2015-10-08 16:27:03 +02:00
..
activate segtypes: Add and use new segtype macros. 2015-09-24 14:59:07 +01:00
cache cleanup: fix compiler warning 2015-10-06 14:57:30 +02:00
cache_segtype segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
commands filters: make sure regex filter is evaluated before any filter that needs disk access 2015-09-08 15:28:10 +02:00
config config: improve cache_settings description 2015-10-01 14:23:39 -05:00
datastruct datastruct: Add str_list_add_list. 2015-03-26 18:30:37 +00:00
device wiping: warn if use_blkid_wiping=1 is set and LVM not compiled with blkid_wiping support 2015-09-22 11:11:26 +02:00
display libdm: Add dm_size_to_string to libdevmapper. 2015-07-27 21:30:20 +01:00
error segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
filters filters: swap device_is_usable test 2015-09-03 23:34:36 +02:00
format1 segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
format_pool segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
format_text metadata: format_text: provide more detailed error message when metadata too large for PV mda 2015-10-08 16:27:03 +02:00
freeseg segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
label cleanup: trace error from lvmcache_update_vgname_and_id 2015-08-18 15:00:08 +02:00
locking lockd: add error message for EEXIST 2015-10-02 15:41:23 -05:00
log coverity: fix cppcheck warnings 2015-08-04 09:33:55 +02:00
lvmpolld lvmpolld: Fix segfault on 32 bit architectures 2015-07-10 16:16:57 +02:00
metadata report: identify LV hodling sanlock locks as 'private,lockd,sanlock' within lv_role report field 2015-10-08 13:44:29 +02:00
mirror segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
misc configure: relocate generated headers 2015-09-07 17:40:58 +02:00
mm config: use find_config_tree_array for all arrays 2015-07-15 10:52:23 +02:00
properties report: add support for time (basic) 2015-06-30 15:15:10 +02:00
raid raid: Fail if kernel status denominator is zero. 2015-09-28 20:45:44 +01:00
replicator macros: Wrap PRI with FMT. 2015-07-06 15:09:17 +01:00
report raid: Add metadata dev information to reports. 2015-10-02 10:09:28 +01:00
snapshot segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
striped segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
thin thin: validate mapped size of thin volume 2015-09-03 23:34:36 +02:00
unknown segtype: drop cmdcontex pointer 2014-10-30 23:58:49 +01:00
uuid uuid: Report invalid character. 2015-09-18 14:19:32 +01:00
zero segtypes: Use SEG_TYPE_NAME_ string constants. 2015-09-22 19:04:12 +01:00
Makefile.in makefiles: ensure no old .h are left 2015-09-08 15:41:33 +02:00