Displaying 20 results from an estimated 21 matches for "comared".
Did you mean:
compared
2013 Jun 27
2
qemu-img convert to "sparse" LV
Apologies as this is is not a specific libvirt question.
Is qemu-img convert compatible with thin-provisioned LVs as targets ?
I wanted to convert a file-based image to a LV image
where the file-based image has a capacity much larger than the actual data
it contains, so it has a small footprint on disk
(either a qcow2 or a raw, but sparse, image).
If I use qemu-img convert -O raw ... with a
2005 Feb 18
2
/. : Microsoft Blocking Wine Users From Downloads Site
http://linux.slashdot.org/linux/05/02/17/1318212.shtml?tid=125&tid=109&tid=106
Microsoft Blocking Wine Users From Downloads Site
... from linux.slashdot.org
IamTheRealMike writes "In January, Microsoft announced a new anti-piracy
initiative called Genuine Advantage. From this summer onwards all users
of Microsoft Downloads will be required to validate using either an
ActiveX
2013 Apr 22
1
failure creating a snapshot volume within a lvm-based pool
Hi
I have defined a logical pool and a volume within it
# virsh vol-create-as images_lvm myvol 2G
Vol myvol created
# virsh vol-list images_lvm
Name Path
-----------------------------------------
myvol /dev/libvirt_images_vg/myvol
if I try to create another volume using the previous one as backing-vol,
the creation fails with what looks like an incorrect
2013 Jun 28
1
Re: qemu-img convert to "sparse" LV
>
> I think a good way to get that is to shrink the filesystem of the
> original disk, shrink the disk itself and convert the file-based image
> to the LV like you do.
>
> Once done, you can extend the LV and the filesystem back to what it was
> before the process if needed.
>
> Other than that, I don't know a way to get what you want with the
> current tools.
2005 Feb 11
3
DVD Shrink and wine 20050111 vs 20041019
hallo
i'm running mepis (debian unstable) and if i install wine from the
regular (non-wine specific) deb repositories, I get wine 20041019.
if I install from wine.sourceforge, I get 200501011.
with the former, the application seems to lock up much more often.
with the latter, the ability to play the movie (e.g. to see which audio
stream to include) is disabled.
i see from this screenshot
2003 May 15
5
cbq vs htb?
Hello,
Does anyone know when one should use cbq versus (simpler more accurate) htb? Specifically does cbq have added functionality that may be of interest to certain applications?
from htb home> Both CBQ and HTB help you to control the use of the
outbound bandwidth on a given link. Both allow you to use one physical link to simulate several slower links and to send different kinds of
2005 Mar 17
1
adding winehq debian repository to apt-get | synaptic
I added the winehq debian repository to apt-get | synaptic
(I am running mepis 3.3) and would like to install those rather than the
debian official unstable builds
but
since the winehq repository is also marked as part of 'unstable' distro
I can't find a way to distinguish the wine / winelib provided by winehq
from the official ones (which would need the many winelib-* packages)
2002 May 05
0
Announce: My arma_scan.R for ARIMA
...ion Method for
ARIMA(p,d,q) identification. (by Tsay and Tiao (1985))
I don't know if there is already one for this,
but since I was unable to find one, so I did it.
It's ready to download at the following page
http://netstat.stat.tku.edu.tw/download.php
I've tested the program and comared the results with SAS example
output for 197 concentration readings data (Box et al,1994)
and several other data sets, nothing wrong so far, but it might
still have bugs.
Please let me know if you find any question in the program.
regards,
Steve Chen steve at stat.tku.edu.tw
Associate Profe...
2012 Sep 21
0
picking a NUMA cell for pinning using virsh freecell
Hi
I'd want to pin the vcpu of a guest to a pcpu.
the docs clearly say
https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Administration_Guide/ch09s04.html
"Locking a guest to a particular NUMA node offers no benefit if that node
does not have sufficient free memory for that guest. libvirt stores
information on the free memory available on
2013 Jun 14
0
can virsh set the cpuset attribute of <vcpu ..> (CPU Allocation) ?
Is it possible to use virsh to set the cpuset attribute of the CPU
Allocation element in a domain ?
<domain>
...
<vcpu placement='static' cpuset="1-4,^3,6" current="1">2</vcpu>
...
</domain>
I have seen that virsh vcpupin and virsh emulatorpin can be used to query
and set
the cpusets of the <vcpupin> and <emulatorpin>
2013 Jun 28
0
Re: qemu-img convert to "sparse" LV
The 27/06/13, Edoardo Comar wrote:
> Apologies as this is is not a specific libvirt question.
>
> Is qemu-img convert compatible with thin-provisioned LVs as targets ?
>
> I wanted to convert a file-based image to a LV image
> where the file-based image has a capacity much larger than the actual data
> it contains, so it has a small footprint on disk
> (either a qcow2 or
2013 Sep 24
0
Using a shared LVM volume group for both virtual disks and host filesystems
Hi
I have a test environment where a single LVM volume group is used
both as a storage pool for virtual machines' disks AND for the LVs used
for the HOST system filesystem.
I never use libvirt commands to start/stop/activate the pool. Only to
create/delete volumes.
The test environment works fine.
How suitable would be a shared VG for a production environment ?
thanks,
Edoardo Comar
2013 Dec 03
0
cputune shares with multiple cpu and pinning
Hi,
I have found the cpu time partitioning based on cpu shares weights not
very intuitive.
On RHEL64, I deployed two qemu/kvm VMs
VM1 with 1 vcpu and 512 cpu shares
VM2 with 2 vcpus and 1024 cpu shares
I pinned their vcpus to specific host pcpus:
VM1 vcpu 0 to host pcpu1
VM2 vcpu 0 to host pcpu1, VM2 vcpu 1 to host pcpu2
I executed inside the VMs a simple process that consume all
2013 Dec 11
0
guest daemon reading kvmclock - not needed/ bad idea ?
<font size=2 face="sans-serif">Hi</font>
<br>
<br><font size=2 face="sans-serif">I dug various posts and articles on
guest time synchronization.</font>
<br><font size=2 face="sans-serif">I could not conclude why it might be
better to use ntpd in a guest rather than a daemon that reads from kvmclock
</font>
2013 Dec 11
0
guest daemon reading kvmclock - is it not needed or bad idea ?
Hi
(apologies for the previous post in html - was scrubbed in the list
digest)
I've dug various posts and articles on host-guest time synchronization.
I could not conclude why it might be better to use ntpd in a guest rather
than a daemon that reads from kvmclock
and having NTP running on the host only
(assuming the guest OS is a recent linux and so the clock source is set to
the
2014 Jun 08
0
transient domain in virsh list as shut off
<font size=2 face="sans-serif">We have just seen libvirt ending up in
an inconsistent state : a shut off transient domain.</font>
<br><font size=2 face="sans-serif"> </font>
<br><font size=2 face="sans-serif">Has anyone seen this before ?</font>
<br>
<br><font size=2
2009 Aug 03
3
Performance problem with STATUS after upgrade (1.0.15 -> 1.2.2)
Hello list,
after upgrading dovecot from 1.0.15 to 1.2.2 (and carefully reading
through the upgrading notes in the wiki), I got sieve, quota and fts
up and running, but I'm now suffering some kind of performance problem
with the STATUS command.
Symptoms: Reading mail on the IMAP server itself with "mutt", no TLS/SSL,
connected through loopback interface. Whenever I idle a bit and
2002 Aug 28
5
Analogue artifact estimation
Hi List,
Just batting a few ideas around here, but would it be possible to include in to the codec, estimation for common video artifacts that occur in the analogue world?
For example, anything that's gone through a composite stage will likely have dot-crawl and false colour - if we can recognise this effect in the encoder, we can treat it as a special case.
Other artifacts that come to
2010 Mar 05
0
Wine release 1.1.40
The Wine development release 1.1.40 is now available.
What's new in this release (see below for details):
- Support for Wow64 registry redirection.
- Increased coverage of MSI standard actions.
- Various Wordpad improvements.
- Many shell fixes for better IE support.
- Improved support for typelibs.
- Better GL card detection.
- Various bug fixes.
The source is available from
2005 Mar 17
0
adding winehq debian repository to apt-get
I added the winehq debian repository to apt-get | synaptic
(I am running mepis 3.3) and would like to install those rather than the
debian official unstable builds
but
since the winehq repository is also marked as part of 'unstable' distro
I can't find a way to distinguish the wine / winelib provided by winehq
from the official ones (which would need the many winelib-* packages)