search for: mausdb

Displaying 8 results from an estimated 8 matches for "mausdb".

Did you mean: maildb
2016 Mar 01
3
which is the config file for a vm ?
Hi, i have a weird problem. I have a vm (KVM) which seems to run fine. I believe the respective config file for this vm is /etc/libvirt/qemu/MausDB.xml. This is it: ========================================================= <domain type='kvm'> <name>MausDB</name> <uuid>d4c7956c-b57f-967a-0454-99835a3a740b</uuid> <memory unit='KiB'>2353792</memory> <currentMemory unit='KiB...
2016 Mar 01
0
Re: which is the config file for a vm ?
On 01.03.2016 14:57, Lentes, Bernd wrote: > Hi, > > i have a weird problem. I have a vm (KVM) which seems to run fine. I believe the respective config file for this vm is /etc/libvirt/qemu/MausDB.xml. This is it: > > ========================================================= > <domain type='kvm'> > <name>MausDB</name> > <uuid>d4c7956c-b57f-967a-0454-99835a3a740b</uuid> > <memory unit='KiB'>2353792</memory> &gt...
2018 Dec 04
3
concurrent migration of several domains rarely fails
Hi, i have a two-node cluster with several domains as resources. During testing i tried several times to migrate some domains concurrently. Usually it suceeded, but rarely it failed. I found one clue in the log: Dec 03 16:03:02 ha-idg-1 libvirtd[3252]: 2018-12-03 15:03:02.758+0000: 3252: error : virKeepAliveTimerInternal:143 : internal error: connection closed due to keepalive timeout The
2018 Dec 06
0
Re: concurrent migration of several domains rarely fails
...via virsh. I raised up the loglevel from libvirtd and found s.th. in the log which may be the culprit: This is the output of my script: Thu Dec 6 17:02:53 CET 2018 migrate sim Migration: [100 %] Thu Dec 6 17:03:07 CET 2018 migrate geneious Migration: [100 %] Thu Dec 6 17:03:16 CET 2018 migrate mausdb Migration: [ 99 %]error: operation failed: migration job: unexpectedly failed <===== error ! Thu Dec 6 17:05:32 CET 2018 <======== time of error Guests on ha-idg-1: \n Id Name State ---------------------------------------------------- 1 sim...
2018 Oct 20
2
rsync of big image files from virtual hosts takes lot of time
...en --inplace > is probably making things worse. > > --no-whole-file is the default btw unless you are doing a local copy. > If you are doing a local copy then just use cp as it is much faster at that. > This is what i just got rsyncing a 300GB file: sending incremental file list mausdb.raw sent 1,195,156,775 bytes received 19,873,319 bytes 67,721.77 bytes/sec total size is 289,408,024,064 speedup is 238.19 real 299m1.693s user 68m12.737s sys 7m56.389s (i put time before the command). The files are fixed size, no sparse files. What do you mean with a "local co...
2018 Oct 20
0
rsync of big image files from virtual hosts takes lot of time
...worse. >> >> --no-whole-file is the default btw unless you are doing a local copy. >> If you are doing a local copy then just use cp as it is much faster at that. >> > > This is what i just got rsyncing a 300GB file: > > sending incremental file list > > mausdb.raw > > sent 1,195,156,775 bytes received 19,873,319 bytes 67,721.77 bytes/sec > total size is 289,408,024,064 speedup is 238.19 > > real 299m1.693s > user 68m12.737s > sys 7m56.389s > (i put time before the command). > > The files are fixed size, no sp...
2018 Dec 07
3
Re: concurrent migration of several domains rarely fails
...ound s.th. in the log which may be the culprit: > > This is the output of my script: > > Thu Dec 6 17:02:53 CET 2018 > migrate sim > Migration: [100 %] > Thu Dec 6 17:03:07 CET 2018 > migrate geneious > Migration: [100 %] > Thu Dec 6 17:03:16 CET 2018 > migrate mausdb > Migration: [ 99 %]error: operation failed: migration job: unexpectedly failed <===== error ! > > Thu Dec 6 17:05:32 CET 2018 <======== time of error > Guests on ha-idg-1: \n > Id Name State > ----------------------------------------...
2018 Oct 20
2
rsync of big image files from virtual hosts takes lot of time
Hi, i'd like to rsync some image files from virtual hosts each night. The image files are between 50GB and 400GB big. I thought rsync would be the appropriate solution because it just transfers the differences, not the whole file. But nevertheless rsync takes hours. The images aren't much modified over the day, i would expect just some tens of megabyte needed to be transfered. I have the