Hide Forgot
Description of problem: In the example of LVM Metadata the value of exten_size is 8192, this is 8 Megabytes not 4M. Version-Release number of selected component (if applicable): doc-Logical_Volume_Manager_Administration(EN)-6 (2013-2-15-15:20) Actual results: exten_size = 8192 #4 Megabytes Expected results: exten_size = 8192 #8 Megabytes Additional info: pag. 138
Sorry, that number is given in sectors (i.e. 512B). So, 8192 * 512 = 4194304 = 4MiB.