search for: kvm01

Displaying 11 results from an estimated 11 matches for "kvm01".

Did you mean: vm01
2018 May 08
1
mount failing client to gluster cluster.
Hi, On a debian 9 client, ======== root at kvm01:/var/lib/libvirt# dpkg -l glusterfs-client 8><--- ii glusterfs-client 3.8.8-1 amd64 clustered file-system (client package) root at kvm01:/var/lib/libvirt# ======= I am trying to to do a mount to a Centos 7 gluster setup, ======= [root at glustep1 libvi...
2014 Oct 16
2
conversion issue on NFS shares
...reate, delete objects on both exports from migration server. But when I copy img file onto migration server local filesystem, conversion works, from local fs to nfs export. However when I tried to run guestfish against file located on NFS - I'm getting the same erro - Permission denied . [root@kvm01 export]# virt-v2v -i disk migr01.img -o local -os /tmp [ 0.0] Opening the source -i disk migr01.img [ 0.0] Creating an overlay to protect the source from being modified [ 0.0] Opening the overlay virt-v2v: error: libguestfs error: could not create appliance through libvirt. Try running qemu...
2011 Oct 24
2
Unable to acquire lock
Hello, I am trying to execute virsh commands on a host but it is giving errors due to failure in acquiring lock. root at kvm01:~# virsh suspend blindone error: Failed to suspend domain blindone error: Timed out during operation: cannot acquire state change lock Any suggestions how can we figure out possible reasons. -- Jatin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listma...
2018 Jan 25
0
Re: [ovirt-users] Slow conversion from VMware in 4.1
...> ran it on bare-metal? Or did you disable nested KVM? That seems like > the most likely explanation for the difference (although I'm surprised > that the difference is so large). > > Rich. > Hello Rich, i'm running virt-v2v throught the import option of oVirt. [root@kvm01 ~]# rpm -qa virt-v2v virt-v2v-1.36.3-6.el7_4.3.x86_64 [root@kvm01 ~]# rpm -qa libguestfs libguestfs-1.36.3-6.el7_4.3.x86_64 [root@kvm01 ~]# rpm -qa "redhat-virtualization-host-image-update*" redhat-virtualization-host-image-update-placeholder-4.1-8.1.el7.noarch redhat-virtualization-host-...
2018 Jan 25
2
Re: [ovirt-users] Slow conversion from VMware in 4.1
...r it will work from the command line[0] if you just upgrade virt-v2v using the RHEL 7.5 preview repo I linked to before. ‘-i vmx’ will be by far the fastest way to transfer guests available currently, (unless you want to get into VDDK which currently requires a lot of fiddly setup[1]). > [root@kvm01 ~]# rpm -qa virt-v2v > virt-v2v-1.36.3-6.el7_4.3.x86_64 > [root@kvm01 ~]# rpm -qa libguestfs > libguestfs-1.36.3-6.el7_4.3.x86_64 > [root@kvm01 ~]# rpm -qa "redhat-virtualization-host-image-update*" > redhat-virtualization-host-image-update-placeholder-4.1-8.1.el7.noarch &g...
2016 Jul 26
2
Live Disk Backup
...A typical backup script would be #!/bin/bash dt=`date +%y%m%d` if virsh dominfo dockers10a | grep -q -E '^Status: *laufend|^State: *running' then virsh snapshot-create-as --domain dockers10a dockers10a --diskspec vda,file=/home/dockers10asnap.qcow2 --disk-only --no-metadata --atomic cp /kvm01/dockers10a.qcow2 /backup/dockers10a$dt.qcow2 virsh blockcommit dockers10a vda --active --verbose --pivot virsh snapshot-delete dockers10a dockers10a rm /home/dockers10asnap.qcow2 fi I am fully aware that the third line from the end "virsh snapshot-delete ..." will fail under regular circ...
2015 Jun 08
2
ceph rbd pool and libvirt manageability (virt-install)
...making creating the disk manually. <disk type='network' device='disk'> <auth username='libvirt'> <secret type='ceph' uuid='029a334e-ed57-4293-bb99-ffafa8867122'/> </auth> <source protocol='rbd' name='libvirt-pool/kvm01-storage'> <host name='ceph01.powercraft.nl' port='6789'/> <host name='ceph02.powercraft.nl' port='6789'/> <host name='ceph03.powercraft.nl' port='6789'/> </source> <target dev='vdc' bus='virtio'...
2016 Jul 26
0
Re: Live Disk Backup
...> > #!/bin/bash > dt=`date +%y%m%d` > if virsh dominfo dockers10a | grep -q -E '^Status: *laufend|^State: *running' > then > virsh snapshot-create-as --domain dockers10a dockers10a --diskspec vda,file=/home/dockers10asnap.qcow2 --disk-only --no-metadata --atomic > cp /kvm01/dockers10a.qcow2 /backup/dockers10a$dt.qcow2 > virsh blockcommit dockers10a vda --active --verbose --pivot > virsh snapshot-delete dockers10a dockers10a > rm /home/dockers10asnap.qcow2 > fi > > I am fully aware that the third line from the end "virsh snapshot-delete ...&quot...
2018 Aug 06
0
Re: ceph rbd pool and libvirt manageability (virt-install)
...lly. > > <disk type='network' device='disk'> > <auth username='libvirt'> > <secret type='ceph' uuid='029a334e-ed57-4293-bb99-ffafa8867122'/> > </auth> > <source protocol='rbd' name='libvirt-pool/kvm01-storage'> > <host name='ceph01.powercraft.nl' port='6789'/> > <host name='ceph02.powercraft.nl' port='6789'/> > <host name='ceph03.powercraft.nl' port='6789'/> > </source> > <target dev='vdc&...
2018 Aug 07
1
Re: ceph rbd pool and libvirt manageability (virt-install)
...disk type='network' device='disk'> > > <auth username='libvirt'> > > <secret type='ceph' uuid='029a334e-ed57-4293-bb99-ffafa8867122'/> > > </auth> > > <source protocol='rbd' name='libvirt-pool/kvm01-storage'> > > <host name='ceph01.powercraft.nl' port='6789'/> > > <host name='ceph02.powercraft.nl' port='6789'/> > > <host name='ceph03.powercraft.nl' port='6789'/> > > </source> > >...
2018 Jan 25
3
Re: [ovirt-users] Slow conversion from VMware in 4.1
On Wed, Jan 24, 2018 at 11:49:13PM +0100, Luca 'remix_tj' Lorenzetto wrote: > Hello, > > i've started my migrations from vmware today. I had successfully > migrated over 200 VM from vmware to another cluster based on 4.0 using > our home-made scripts interacting with the API's. All the migrated vms > are running RHEL 6 or 7, with no SELinux. > > We