search for: lv_backup

Displaying 4 results from an estimated 4 matches for "lv_backup".

Did you mean: lv_backups
2011 May 25
1
Hook script to preserve one partition untouched during install
...the region with the partitions that were removed) e) Format backup and data partitions f) add data partition to fstab ## ## Partition Script ## #!/bin/bash #VERSION: 0.10 LOG_FILE="/var/log/partition.log" RETURN="" CMDLINE="/proc/cmdline" VG_NAME="AppVG" LV_BACKUP="Backup" LV_BACKUP_SIZE="-l 100%FREE" LV_DATA="Data2" LV_DATA_SIZE="-L 290M" # Write log messages in /var/log/partition # Parameters: # - MSG: Log message log() { local MSG=$1 echo "$MSG" >> $LOG_FILE } # Scan a hard disk to find...
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
...VG bak-rdc lvm2 [1.95 TB / 0 free] PV /dev/sdb1 VG bak-rdc lvm2 [1.95 TB / 0 free] PV /dev/sdc1 VG bak-rdc lvm2 [1.95 TB / 0 free] Total: 18 [32.27 TB] / in use: 18 [32.27 TB] / in no VG: 0 [0 ] [root at backup-rdc ~]# lvscan ACTIVE '/dev/vg_opt/lv_backups' [5.86 TB] inherit ACTIVE '/dev/VolGroup00/LogVol00' [37.91 GB] inherit ACTIVE '/dev/VolGroup00/LogVol01' [1.97 GB] inherit ACTIVE '/dev/bak-rdc/cx3-80' [26.37 TB] inherit [root at backup-rdc ~]# It's just beautiful the way...
2012 Jan 16
4
VirtIO disk 'leakage' across guests?
We are in the process of migrating several stand-alone server hosts onto a CentOS-6 kvm virtual host. We also use Webmin to administer our hosts. All of the guests, without exception, have been cloned brom a prototype guest using virt-manager. All of the additional VirtIO disks assigned to some of the guests have been added through virt-manager as well. Recently I have encountered a situation
2012 Jan 16
4
VirtIO disk 'leakage' across guests?
We are in the process of migrating several stand-alone server hosts onto a CentOS-6 kvm virtual host. We also use Webmin to administer our hosts. All of the guests, without exception, have been cloned brom a prototype guest using virt-manager. All of the additional VirtIO disks assigned to some of the guests have been added through virt-manager as well. Recently I have encountered a situation