search for: sn1

Displaying 20 results from an estimated 29 matches for "sn1".

Did you mean: n1
2015 Oct 14
2
failed to pivot job for disk vdc
Hello, I did a virsh snapshot-create-as --domain meta sn1 --diskspec vda,file=/var/lib/libvirt/images/meta-sn1.qcow2 --disk-only --atomic --no-metadata Then I successfully blockcommitted 2 disks: virsh blockcommit meta vda --active --verbose --pivot virsh blockcommit meta vdb --active --verbose --pivot But when doing virsh blockcommit meta vdc --activ...
2014 Oct 13
2
Re: KVM incremental backup using CBT
Am 13.10.14 16:25, schrieb Eric Blake: > On 10/13/2014 03:56 AM, Thomas Stein wrote: >> Hello. >> >>> blockcommit vm1 vda --active --verbose --pivot >> >> That's where libvirt stops working at the moment, right? >> >> virsh # blockcommit puppet-test vda --active --verbose --pivot >> error: unsupported flags (0x4) in function
2012 Oct 11
0
Quota system over NFS
I've been trying to implement the quota system for a Linux cluster. I'm trying it out on a mini-cluster of 4 CentOS 6.3 VMs. I've named them: lion-login lion-sn1 lion-cn01 lion-cn02 All nodes are on the virtual subnet 192.168.56.0/24. lion-sn1 (storage node 1) is the NFS server and the other three nodes are the NFS clients. /etc/exports on lion-sn1: /home 192.168.56.0/24(rw) /etc/fstab on the other nodes: lion-sn1:/home /home nfs defaults,usrq...
2014 Oct 11
5
Re: KVM incremental backup using CBT
...d like to get, it can already do quite a bit. To expand an example of what Eric wrote here about external snapshots, some commands to try: 1. Check the current acitve disk image in use: $ virsh domblklist vm1 2. Create an external live snapshot: $ virsh snapshot-create-as --domain vm1 sn1 \ --diskspec vda,file=/export/images/sn1.qcow2 \ --disk-only --atomic --no-metadata Note (thanks Eric Blake): Above, if you have QEMU guest agent installed in your virtual machine, try --quiesce option with 'snapshot-create-as' to ensure you have a consistent di...
2014 Oct 14
3
drive-backup command permission denied.. and need some clarification
...the drive. So I assume that no need to take any snapshot etc.. and merge back in. * does it internally use snapshot ? Does this hook in to doing fsfreeze and unfreeze using guest agent and does it automagically ? I do not see any options here. * Suppose I have base <-- sn1 --<-- sn2 (QEMU active) . does it take data from sn2 only ? or base+sn1+sn2 .. full drive and creates a new qcow2 sparse file. Thanks /Jd
2014 Oct 15
2
Re: drive-backup command permission denied.. and need some clarification
...sce the file system around the snapshot event, similar to the > existing --quiesce flag of virDomainSnapshotCreateXML (in fact, > virDomainSnaphostCreateXML might even BE the interface we use to wire up > the qemu drive-backup command) > > > * Suppose I have base <-- sn1 --<-- sn2 (QEMU active) . does > > it take data from sn2 only ? or base+sn1+sn2 .. full drive and creates > > a new qcow2 sparse file. > > If I understand the qemu command correctly, you have three choices via > the 'sync' option: the entire disk (the snapshot is...
2014 Oct 13
0
Re: KVM incremental backup using CBT
...To expand an example of what Eric wrote here about external snapshots, > some commands to try: > > 1. Check the current acitve disk image in use: > > $ virsh domblklist vm1 > > > 2. Create an external live snapshot: > > $ virsh snapshot-create-as --domain vm1 sn1 \ > --diskspec vda,file=/export/images/sn1.qcow2 \ > --disk-only --atomic --no-metadata > > Note (thanks Eric Blake): Above, if you have QEMU guest agent > installed in your virtual machine, try --quiesce option with > 'snapshot-create-as'...
2015 Mar 15
3
how to get disk snapshot size
Hi,guys I wanna to get the disk snapshot size, but found nothing libvirt commands related,except qemu-img. I create two disk snapshots, but nothing return its' size [root@cskvm01 qcow2]# qemu-img info /mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2 image: /mnt/e6758700-af68-3c06-ade3-53f5f9b93507/e2cf6551-0d2c-4382-a86c-8ba633954ff2 file format: qcow2 virtual
2015 Oct 10
1
Creating external snapshots.
Hi, I'm trying to create an external snapshot for backup purposes. Only I get an error after the command: virsh snapshot-create-as --domain PCVIRT1 PCVIRT1-SN1 --diskspec vda,file=/var/lib/libvirt/images/VIRT1-SN1.qcow2 --disk-only --atomic --quiesce fout: internal error: kan AppArmor profiel 'libvirt-2c9c04d7-f86d-df12-da9f-9847ac8b994f' niet vernieuwen (Sorry about the dutch... it means: error: internal error: can not renew AppArmor profile &...
2015 Oct 20
2
Re: failed to pivot job for disk vdc
Hello, it happened with another VM: # virsh snapshot-create-as --domain rasa sn1 --diskspec vda,file=/var/lib/libvirt/images/rasa-sn1.qcow2 --disk-only --atomic --no-metadata # virsh blockcommit rasa vda --active --verbose --pivot Block commit: [100 %]error: failed to pivot job for disk vda error: block copy still active: disk 'vda' not ready for pivot yet # virsh d...
2014 Oct 13
0
Re: KVM incremental backup using CBT
...> > > > Which version of libvirtd is running on the server side? You'll need at > > least libvirt 1.2.8 to play with active commit. > > Ah cool. Good to know. 1.2.6 running at the moment. Nice. It works. Just upgraded to 1.2.9. virsh # snapshot-create-as --domain one sn1 --diskspec vda,file=/var/lib/libvirt/images/export/sn1.qcow2 --disk-only --atomic --no- metadata Domain snapshot sn1 created virsh # domblklist one Target Source ------------------------------------------------ vda /var/lib/libvirt/images/export/sn1.qcow2 virsh # blockcommit one vda -...
2015 Mar 16
0
Re: how to get disk snapshot size
...blklist cirrvm Target Source ------------------------------------------------ hda /var/lib/libvirt/images/cirros-0.3.3-x86_64-disk.img Create a 'disk-only' external snapshot: $ virsh snapshot-create-as --domain cirrvm snap1 \ --diskspec vda,file=/export/vmimages/sn1.qcow2 \ --disk-only --atomic List again the current active block device: $ virsh domblklist cirrvm Target Source ------------------------------------------------ hda /export/vmimages/sn1.qcow2 Get info about the disks involved: $ qemu-img info --backing-chain /ex...
2014 Oct 14
0
Re: drive-backup command permission denied.. and need some clarification
...optional ability to quiesce the file system around the snapshot event, similar to the existing --quiesce flag of virDomainSnapshotCreateXML (in fact, virDomainSnaphostCreateXML might even BE the interface we use to wire up the qemu drive-backup command) > * Suppose I have base <-- sn1 --<-- sn2 (QEMU active) . does > it take data from sn2 only ? or base+sn1+sn2 .. full drive and creates > a new qcow2 sparse file. If I understand the qemu command correctly, you have three choices via the 'sync' option: the entire disk (the snapshot is a flat image containing c...
2014 Oct 15
0
Re: drive-backup command permission denied.. and need some clarification
...around the snapshot event, similar to the >> existing --quiesce flag of virDomainSnapshotCreateXML (in fact, >> virDomainSnaphostCreateXML might even BE the interface we use to wire up >> the qemu drive-backup command) >> >>> * Suppose I have base <-- sn1 --<-- sn2 (QEMU active) . does >>> it take data from sn2 only ? or base+sn1+sn2 .. full drive and creates >>> a new qcow2 sparse file. >> If I understand the qemu command correctly, you have three choices via >> the 'sync' option: the entire disk (the snap...
2014 Oct 10
3
KVM incremental backup using CBT
Hi Looking in to implementing (CBT like) delta backup for KVM. The following looks promising..(last paragraph) http://wiki.qemu.org/Features/Snapshots2 * In the last para, there is a mention of copy the blocks from the disk using dirty-bitmap as reference. How to accomplish this ? block-mirror with bitmap or is there a qemu-img command ? some details would be
2008 Jul 16
5
Digium PRI and Echo cancellation
Hello, I would like to double check what Echo Cancellation my Digium Card uses. I thought I bought the little more expensive card that integrates EchoCancellation. How can I check? root at sn1:~# zaptel_hardware pci:0000:0b:08.0 wcte12xp+ d161:8000 Wildcard TE121 root at sn1:~# ztcfg -v Zaptel Version: SVN-branch-1.4-r4309 Echo Canceller: MG2 Is MG2 the correct one that I am supposed to use? Isn't there something better? Best regards, Loic Didelot. -- Lo?c DIDELOT MIXvo...
2016 Sep 03
2
internal snapshot question
I take an internal snapshot (VM is 'shutdown' when taking it) of a qcow2 image like this: $ qemu-img snapshot -c sn1 [my_image].qcow2 I see that snapshot when asking for: $ qemu-img info [my_image].qcow but do NOT see it with: $ virsh domblklist [my_domain] is that how it is meant to be?
2016 May 25
0
Issue with fsfreeze with qemu agent.
...e":"guest-fsfreeze-freeze-list","success-response":true},{"enabled":true,"name":"guest-fsfreeze-freeze","success-response":true}, ... } For making an external snapshot, I use this command: $ virsh snapshot-create-as --domain CmsrvMTA sn1 --disk-only --atomic --quiesce --no-metadata --diskspec vda,file=/srv/poolVMS/CmsrvMTA.sn1 Greetings, Dominique.
2004 Jun 02
0
how to route based on link load?
...|#####| rt 1 |--------| rt 2 |#####| subnet 2 | +----------+ +------+ +------+ +----------+ \ / \ +------+ / \| rt 3 |/ +------+ the bandwidth of the links is as follows: sn1 - rt1 100mbit sn2 - rt2 100mbit rt1 - rt2 - rt3 10mbit now there are multiple flows from sn1 to sn2. if the load on the prefered link (rt1-rt2) is 80% or more i want to utilisize the rt1-rt3-rt2 route as well. but only in this case - not normaly. so i think ecmp wit...
2014 Oct 29
0
Re: KVM incremental backup using CBT
On Saturday 11 October 2014 10:13:14 Kashyap Chamarthy wrote: > 2. Create an external live snapshot: > > $ virsh snapshot-create-as --domain vm1 sn1 \ > --diskspec vda,file=/export/images/sn1.qcow2 \ > --disk-only --atomic --no-metadata > > Note (thanks Eric Blake): Above, if you have QEMU guest agent > installed in your virtual machine, try --quiesce option with > 'snapshot-create-as' to e...