4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
10 results tagged lvm x
  • LVM, Demystified | Linux Journal
    January 1, 2015 at 3:03:45 PM GMT+1 - permalink - archive.org - http://www.linuxjournal.com/content/lvm-demystified
    lvm
  • lvm - Documentation Ubuntu Francophone

    Fusionner un snapshot

    Le but ici est de fusionner un snapshot modifié vers le LV d'origine. Pour ainsi dire, "faire que les modifications apportées sur le snapshot se retrouvent sur le LV d'origine".

    lvconvert --merge /path/to/dev/snap

    March 23, 2014 at 9:15:46 AM GMT+1 - permalink - archive.org - http://doc.ubuntu-fr.org/lvm#snapshot
    lvm
  • Utilisation de Xen - Wikichris

    dd over ssh
    lvcreate vg00 -L 4G -n srv-test-disk #on choisi la même taille (4Go)
    mkfs.ext4 /dev/vg00/srv-test-disk
    ssh root@srv-xen.domain.com "dd if=/dev/vg00/srv-test-disk" | dd of=/dev/vg00/srv-test-disk

    ou avec gzip pour aller BEAUCOUP plus vite

    ssh root@srv-xen.domain.com "dd if=/dev/vg00/srv-test-disk | gzip" | gzip -dc | dd of=/dev/vg00/srv-test-disk

    March 23, 2014 at 8:52:57 AM GMT+1 - permalink - archive.org - http://wiki.gonzofamily.com/a/Utilisation_de_Xen#Snapshots
    dd lvm xen
  • https://github.com/mpalmer/lvmsync

    Have you ever wanted to do a partial sync on a block device, possibly over a network, but were stymied by the fact that rsync just didn't work?
    Well, fret no longer. As long as you use LVM for your block devices, you too can have efficient delta-transfer of changed blocks.

    via Skunnyk

    March 12, 2014 at 6:00:24 PM GMT+1 - permalink - archive.org - https://github.com/mpalmer/lvmsync
    lvm sync
  • rsync et --numeric-ids

    Par défaut, lorsqu'on copie des fichiers avec rsync, celui-ci va tenter d'arranger les permissions de cette manière :

    Prenons un fichier hello.world qui appartient à l'user foo(115) et au group foo(115)

    Lorsque rsync va copier ce fichier sur le systeme distant, il ne va pas donner un owner égal à 115:115 sans vérifier que :
    dans /etc/passwd que 115 correspond à l'user foo
    dans /etc/group que 115 correspond bien au groupe foo

    Si ça correspond, tout va bien, le owner donné est 115:115

    Par contre, s'il n'y a pas de correspondance, rsync va tenter d'en trouver une en cherchant l'user et le group et en trouvant les id numérique qui vont bien.

    Tout ça c'est très pratique la plupart du temps, mais dans certains cas, on n'en a pas besoin. (exemple : dupliquer un lvm d'une vm avec rsync)

    L'option --numeric-ids est là pour ça : le owner des fichiers sera défini numériquement tel quel sans aucune vérification.

    March 12, 2014 at 5:47:25 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?cof6rQ
    lvm rsync
  • LVM - How to Resize a Partition in Linux | All about Linux

    Si on veut plus d'espace : d'abord lvextend puis resize2fs
    Si on en veut moins : d'abord resize2fs puis lvreduce

    March 6, 2014 at 5:25:46 PM GMT+1 - permalink - archive.org - http://www.aboutlinux.info/2005/04/resizing-logical-volumes.html
    lvm
  • Déplacer un lv

    dd if=/dev/datastore/lv_name bs=10K | gzip -c > /backup/lv_name.img.gz

    scp

    lvcreate --size [taille du disque virtuel source] --name nom_labo_nom_exploitant vg_distributiondemandée

    Recopier le snapshot dans ce nouvel espace lv :
    zcat /backup/kvm/vg_distributiondemandée/nom_labo_nom_exploitant.img.gz > /dev/vg_distributiondemandée/nom_labo_nom_exploitant

    March 4, 2014 at 2:27:15 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?h2ns6w
    lv lvm virtualisation
  • Long Term Storage » Convert KVM qcow2 to LVM raw partition
    March 9, 2013 at 1:12:59 PM GMT+1 - permalink - archive.org - https://www.nnbfn.net/2011/03/convert-kvm-qcow2-to-lvm-raw-partition/
    kvm lv lvm qcow qcow2
  • How to Rollback a LVM Volume to its Snapshot | SwitchRoot.com
    February 12, 2013 at 2:58:52 PM GMT+1 - permalink - archive.org - http://www.switchroot.com/how-to-rollback-a-lvm-volume-to-its-snapshot
    lvm
  • LVM HOWTO
    January 7, 2013 at 9:15:01 AM GMT+1 - permalink - archive.org - http://www.tldp.org/HOWTO/LVM-HOWTO/index.html
    linux lvm
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation