|
| 1 | +contents = "Text Format Volume Group" |
| 2 | +version = 1 |
| 3 | + |
| 4 | +description = "vgcfgbackup -f /tmp/faffen2" |
| 5 | + |
| 6 | +striped { |
| 7 | + id = "zAPMOi-5QlD-fp1M-FMgz-biha-TQIP-X9TfqX" |
| 8 | + seqno = 436 |
| 9 | + format = "lvm2" # informational |
| 10 | + status = ["RESIZEABLE", "READ", "WRITE"] |
| 11 | + flags = [] |
| 12 | + extent_size = 8192 # 4 Megabytes |
| 13 | + max_lv = 0 |
| 14 | + max_pv = 0 |
| 15 | + metadata_copies = 0 |
| 16 | + |
| 17 | + physical_volumes { |
| 18 | + |
| 19 | + pv0 { |
| 20 | + id = "j7ZiWs-1fHB-aAwq-yL29-pBOk-H4hR-AOIe0P" |
| 21 | + device = "/dev/dm-0" # Hint only |
| 22 | + |
| 23 | + status = ["ALLOCATABLE"] |
| 24 | + flags = [] |
| 25 | + dev_size = 1952545832 # 931.046 Gigabytes |
| 26 | + pe_start = 384 |
| 27 | + pe_count = 238347 # 931.043 Gigabytes |
| 28 | + } |
| 29 | + |
| 30 | + pv1 { |
| 31 | + id = "afl7D7-Rpy1-Is3H-SFxo-d03x-s8dE-lEgZWU" |
| 32 | + device = "/dev/dm-1" # Hint only |
| 33 | + |
| 34 | + status = ["ALLOCATABLE"] |
| 35 | + flags = [] |
| 36 | + dev_size = 1952545832 # 931.046 Gigabytes |
| 37 | + pe_start = 384 |
| 38 | + pe_count = 238347 # 931.043 Gigabytes |
| 39 | + } |
| 40 | + } |
| 41 | + |
| 42 | + logical_volumes { |
| 43 | + |
| 44 | + swap { |
| 45 | + id = "BOfqkb-V4jw-7cBX-UR3D-SN3f-wWvd-NwysSj" |
| 46 | + status = ["READ", "WRITE", "VISIBLE"] |
| 47 | + flags = [] |
| 48 | + segment_count = 1 |
| 49 | + |
| 50 | + segment1 { |
| 51 | + start_extent = 0 |
| 52 | + extent_count = 2048 # 8 Gigabytes |
| 53 | + |
| 54 | + type = "striped" |
| 55 | + stripe_count = 1 # linear |
| 56 | + |
| 57 | + stripes = [ |
| 58 | + "pv0", 0 |
| 59 | + ] |
| 60 | + } |
| 61 | + } |
| 62 | + |
| 63 | + root { |
| 64 | + id = "8sbW3s-qB1u-6IlS-ABSj-PAMU-UxRk-I18ECh" |
| 65 | + status = ["READ", "WRITE", "VISIBLE"] |
| 66 | + flags = [] |
| 67 | + segment_count = 1 |
| 68 | + |
| 69 | + segment1 { |
| 70 | + start_extent = 0 |
| 71 | + extent_count = 3840 # 15 Gigabytes |
| 72 | + |
| 73 | + type = "striped" |
| 74 | + stripe_count = 2 |
| 75 | + stripe_size = 128 # 64 Kilobytes |
| 76 | + |
| 77 | + stripes = [ |
| 78 | + "pv0", 21504, |
| 79 | + "pv1", 21504 |
| 80 | + ] |
| 81 | + } |
| 82 | + } |
| 83 | + } |
| 84 | +} |
0 commit comments