From e3d4d489873b90c9eeea922aca9aba6e2efb4ba1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 28 Apr 2017 06:25:03 +0200 Subject: [PATCH] daily autocommit --- fstab | 1 + lvm/backup/vg00 | 31 ++++++++++++++++++++++++++----- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/fstab b/fstab index fe8b82d..61fb5de 100644 --- a/fstab +++ b/fstab @@ -11,3 +11,4 @@ UUID=48a94cd6-85f8-4b46-ac5e-7ffe2f8bf042 / ext4 discard,errors=remount-ro 0 /dev/mapper/vg00-home /home ext4 acl,user_xattr 0 2 /dev/mapper/vg00-tmp /tmp ext4 noatime 0 2 /dev/mapper/vg00-var /var ext4 acl,user_xattr 0 2 +/dev/mapper/vg00-backup /var/backup ext4 noatime 0 2 diff --git a/lvm/backup/vg00 b/lvm/backup/vg00 index 9ca592b..1b4882e 100644 --- a/lvm/backup/vg00 +++ b/lvm/backup/vg00 @@ -1,16 +1,16 @@ -# Generated by LVM2 version 2.02.111(2) (2014-09-01): Mon Jun 6 12:18:51 2016 +# Generated by LVM2 version 2.02.111(2) (2014-09-01): Thu Apr 27 17:24:05 2017 contents = "Text Format Volume Group" version = 1 -description = "Created *after* executing 'vgcfgbackup'" +description = "Created *after* executing 'lvcreate -n backup -L 50G vg00'" -creation_host = "ns1" # Linux ns1 4.3.0-0.bpo.1-amd64 #1 SMP Debian 4.3.5-1~bpo8+1 (2016-02-23) x86_64 -creation_time = 1465208331 # Mon Jun 6 12:18:51 2016 +creation_host = "ns1" # Linux ns1 4.9.0-0.bpo.2-amd64 #1 SMP Debian 4.9.18-1~bpo8+1 (2017-04-10) x86_64 +creation_time = 1493306645 # Thu Apr 27 17:24:05 2017 vg00 { id = "NfQk9V-on18-oehX-UB9G-cBqB-KexR-13tXGL" - seqno = 5 + seqno = 6 format = "lvm2" # informational status = ["RESIZEABLE", "READ", "WRITE"] flags = [] @@ -118,5 +118,26 @@ vg00 { ] } } + + backup { + id = "Yl7OIl-a26w-o3Ae-D0rn-hasz-CleS-FUfyKS" + status = ["READ", "WRITE", "VISIBLE"] + flags = [] + creation_host = "ns1" + creation_time = 1493306644 # 2017-04-27 17:24:04 +0200 + segment_count = 1 + + segment1 { + start_extent = 0 + extent_count = 12800 # 50 Gigabytes + + type = "striped" + stripe_count = 1 # linear + + stripes = [ + "pv0", 11008 + ] + } + } } } -- 2.39.5