[libvirt] virt-install ERROR Host does not support any virtualization options

2018-01-02 Thread Mihamina RAKOTOMANDIMBY

Hello,

I face this problem and I am willing to provide a patch in order to have 
a more informative message.

This, of course with our help. I am not quite certain.

First of all: What is the problem?

On a fresh Install (ArchLinux for me), if ever forget to install Qemu 
and launch "virt-install" with "--type kvm", I get the message:


"Host does not support any virtualization options"


According to me, this message should be improved: if Qemu is not found, 
this should be "Did not find Qemu, please install it".


As I searched, the message is generated by this piece of code:

https://github.com/virt-manager/virt-manager/blob/c92aade081687b19f5a60cddfe331b2fb6d09f98/virtinst/capabilities.py#L390

As I write now, I cant find the pice of code actually calling the 
"quemu" binary. I think I should add a try/catch block there and Raise 
the right Exception.

Would someone help me a bit?

Thank you.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] networking restart after redefinition

2013-09-29 Thread Mihamina Rakotomandimby

On 2013-09-28 09:53, Mihamina Rakotomandimby wrote:

Hi all,
Running Fedora 18 and the bundled libvirt and virt-tools. Desktop use.
As I like to access my guests with a hostname and not a numerical IP 
address, I fix the IP addressing in the network configuration: 
http://pastebin.com/rfMKn40j




I'd better disable DHCP in the network configuration [1] and then run a 
spacial guest dedidacted to network configuration.

[1] http://www.krisbuytaert.be/blog/disabling-dhcp-libvirt-setup

--
RMA.

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] networking restart after redefinition

2013-09-28 Thread Mihamina Rakotomandimby

Hi all,

Running Fedora 18 and the bundled libvirt and virt-tools. Desktop use.

As I like to access my guests with a hostname and not a numerical IP 
address, I fix the IP addressing in the network configuration: 
http://pastebin.com/rfMKn40j


Unfortunately, I cant find a way to add a host without loosing the whole 
networking, as when I add a ahost, I destroy and redefine the network.


Restarting libvirtd is not the solution.


How would you recommend to have networking UP after network redefinition?

--
RMA.

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] networking restart after redefinition

2013-09-25 Thread Mihamina Rakotomandimby

Hi all,

Running Fedora 18 and the bundled libvirt and virt-tools. Desktop use.

As I like to access my guests with a hostname and not a numerical IP 
address, I fix the IP addressing in the network configuration: 
http://pastebin.com/rfMKn40j


Unfortunately, I cant find a way to add a host without loosing the whole 
networking, as when I add a ahost, I destroy and redefine the network.


Restarting libvirtd is not the solution.


How would you recommend to have networking UP after network redefinition?

--
RMA.

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] KVM Windows guest: add hard drive

2010-10-12 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour,

I installed a Windows (XP and 2003) guest using one partition as hard
drive.
I used:

  sudo virt-install --connect qemu:///system \
   --name win2003-01 \
   --ram 1024 \
   --keymap=fr \
   --disk path=/dev/lvm0/win2003-01 \
   --cdrom=/home/mihamina/Windows_2003_Server.iso \
   --os-type windows \
   --os-variant=win2k3 \
   --noapic \
   --noacpi \
   --network=bridge:br0 \
   --accelerate \
   --vnc \
   --force

And this works fine. Really fine.


The disk section in the definition:

disk type='block' device='disk'
  source dev='/dev/lvm0/win2003-01'/
  target dev='hda' bus='ide'/
/disk

After installation, people asked me to add another hard drive to this
installation, and then, I added another disk in the definition:

disk type='block' device='disk'
  source dev='/dev/lvm0/win2003-01'/
  target dev='hda' bus='ide'/
/disk
disk type='block' device='disk'
  source dev='/dev/lvm0/win2003-01-a'/
  target dev='hdb' bus='ide'/
/disk

I destroyed + undefined + defined + started the VM and the definition
is OK (dumpxml), but the Windows guest doesnt see any new hard drive. 

I already tried with replacing ide with virtio, no new hard drive
yet.

This is my configuration:
miham...@kvm-lxc-02:~$ dpkg -l | grep virt
ii  kvm 72+dfsg-5~lenny5   Full 
virtualization on x86 hardware
ii  libvirt-bin 0.4.6-10   the programs 
for the libvirt library
ii  libvirt00.4.6-10   library for 
interfacing with different virtualization systems
ii  python-libvirt  0.4.6-10   libvirt 
Python bindings
ii  virt-manager0.6.0-6desktop 
application for managing virtual machines
ii  virt-viewer 0.0.3-2Displaying 
the graphical console of a virtual machine
ii  virtinst0.400.0-7  Programs to 
create and clone virtual machines

How to make, with this, new hard drive recognized by the Windows guest? 

Misaotra, Thanks, Merci.


-- 

   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 56 000 19

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] KVM Windows guest: add hard drive

2010-10-12 Thread Mihamina Rakotomandimby
 acath...@redhat.com :
 Are you looking for a new driver to appear in 'my computer'

Yes, that is what I expected.

 because it wouldn't appear there until you format it. Does it show
 up in device manager?

I'll try to see in the device manager and see if I can ask for
formatting from somewhere.

-- 

   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 56 000 19

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] cpulimit and kvm process

2010-10-01 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour,

I would like to launch several KVM guests on a multicore CPU.
The number of the KVM process is over the number of physical cores.

I would like to limit each KVM process to say... 10% of CPU

I first use cpulimit 

Would you know some better way to limit them? it's in order to avoid 4
VM to hog all the 4 hardware cores.

I also use all the livbirt tools, if there si any sol

Misaotra, Thanks, Merci.


-- 

   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 56 000 19

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] command line chroot in a VM

2010-09-01 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour,

From the host, I would like to perform a batch operation on the guests.
For example:

 # virsh list
 1 001 
 2 002
 3 003

All guests are KVM, Debian Lenny

I want to 

 for GUEST in $(virsh list | awk '{blah blah}')
 do 
  ? ${GUEST} apt-get update
  ? ${GUEST} apt-get upgrade
 done

And then I just have to *read* and answer yes or no to the apt
questions.

The host is a Debian Lenny, but I can backport some packages if needed.

What would be your suggestions?
- libguestfs? (I see an unstable debian package existing)
- ...?

Misaotra, Thanks, Merci.

-- 

   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 56 000 19

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] and for LXC?

2010-03-01 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour,

Is there some plan/schedule to make libvirt LXC friendly?
Or is it already?

Misaotra, Thanks, Merci.

-- 
   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 29 155 34 / +261 33 11 207 36

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] DNAT, bridge, iptables and network

2010-01-08 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour,

My server has 3 public IPs: IP1, IP2, IP3.
I intend to create 3 bridges: virbr1, virbr2, virbr3.

Each bridge will NAT from 3 to 5 KVM guests.

About IP1:
I would like incoming connexion on IP1 to:
  - IP1:80   to be DNAT'd to one virbr1 VM, specialized on HTTP
  - IP1:3306 to be DNAT'd to another virbr1 VM, specialized on MySQL
  - IP1:53   to be DNAT'd to another virbr1 VM, specialized on DNS

Same about IP2 and IP3.

Should I assign a public IP address to each brdige? 
I think no because there will be a problem of network segment: 
-- What range will I give to the guests?

I think my only solution is to give private IPs (192.168.X.X) to the
brigdes (3 separate subnets), and use iptables with something like:

  iptables -t nat -A PREROUTING -p tcp -m tcp -d $IP1 --dport 80 \
   -j DNAT --to-destination $VIRBR1_HTTP_GUEST
  iptables -t nat -A PREROUTING -p tcp -m tcp -d $IP1 --dport 3306 \
   -j DNAT --to-destination $VIRBR1_MySQL_GUEST
  iptables -t nat -A PREROUTING -p udp -d $IP1 --dport 53 \
   -j DNAT --to-destination $VIRBR1_DNS_GUEST

Should be alright?

More informations: I use Ubuntu 9.10

Misaotra, Thanks, Merci.

-- 
   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 29 155 34 / +261 33 11 207 36

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] RFC: Create a separate libvirt users mailing list ?

2010-01-08 Thread Mihamina Rakotomandimby
 Daniel Huhardeaux t...@tootai.net :
 Excellent idea. I was thinking to unsubscribe from the actual list 
 because of the hudge dev traffic

You were not abble to filter and split the destination folder?
Are you serious?

-- 
   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 29 155 34 / +261 33 11 207 36

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] iptables rules location

2010-01-06 Thread Mihamina Rakotomandimby
Manao ahoana, Hello, Bonjour,

When starting libvirt there are some iptables  rules setup.
I would like to know where are they stored (and the filename, I use
ubuntu package, need to 'find' or 'locate'). 

Misaotra, Thanks, Merci.

-- 
   Architecte Informatique chez Blueline/Gulfsat:
Administration Systeme, Recherche  Developpement
+261 34 29 155 34 / +261 33 11 207 36

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Libvir on Hardy: file a bug or not?

2008-07-29 Thread Mihamina Rakotomandimby (R12y)

Daniel P. Berrange wrote:

The Ubuntu libvirt had a early version of the patch for supporting
the 'boot=on' parameter - I believe they always use it for any VM
with a domain type of 'kvm'. Since you are using regular QEMU it
is correct that you need to change the domain type to type=qemu
anyway.


My problem if I use qemu as domain type is the guest is slow enough to 
make me think it doesnt use the kvm.


In the beginning, and in Ubuntu documentation, the domain type is qemu 
as default.


So, the question that might solve the problems:
How can assume it's realy using kvm (and not just qemu)?

Note: when I launch the guest via the kvm command [1], it's faster.

[1] e.g.:
$ kvm -m 512 -hda foo.img -cdrom bar.iso -boot d

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] Libvir on Hardy: file a bug or not?

2008-07-29 Thread Mihamina Rakotomandimby (R12y)

Pau Garcia i Quiles wrote:
I cannot help you with your problem but in case you want to try the 
latest and greatest libvirt, there are 0.4.4 packages available in my 
PPA: http://launchpad.net/~pgquiles/+archive (UNOFFICIAL AND UNSUPPORTED)


They doesnt solve the problem.
Thank you, anyway.

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] Libvir on Hardy: file a bug or not?

2008-07-28 Thread Mihamina Rakotomandimby (R12y)

Hi,
I am using Ubuntu Hardy up to date.

When defining a domain with:
domain type='kvm' id='1'
  namexp/name
  uuiddd4618e5-1c48-a481-0671-d75f38f59037/uuid
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc'hvm/type
boot dev='hd'/
  /os
  clock offset='localtime'/
  on_poweroffdestroy/on_poweroff
  on_rebootdestroy/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/bin/qemu-system-x86_64/emulator
disk type='file' device='cdrom'
  source file='/home/mihamina/xpjohnny.iso'/
  target dev='hdc' bus='ide'/
  readonly/
/disk
disk type='file' device='disk'
  source file='/home/mihamina/xp.img'/
  target dev='hda' bus='ide'/
/disk
interface type='bridge'
  mac address='00:16:3e:1e:b2:22'/
  source bridge='br0'/
  target dev='vnet1'/
/interface
input type='tablet' bus='usb'/
input type='mouse' bus='ps2'/
graphics type='vnc' port='5900' listen='127.0.0.1'/
  /devices
/domain

I get:

 virsh # start xp
 libvir: QEMU error : QEMU quit during console startup
 qemu: unknowm parameter 'boot' in
'file=/home/mihamina/xp.img,if=ide,boot=on'
 error: Failed to start domain xp

If I change the domain type with qemu, I have no error (and the
virtual machine starts without any problem.

This is my installed things:

$ dpkg -l | awk '/(virt|qemu|kvm)/{print $2,$3}'
kvm 1:62+dfsg-0ubuntu8
libvirt-bin 0.4.0-2ubuntu8
libvirt0 0.4.0-2ubuntu8
python-libvirt 0.4.0-2ubuntu8
python-virtinst 0.300.2-0ubuntu6
python-virtkey 0.50ubuntu0.1
qemu 0.9.1-1ubuntu1
virt-manager 0.5.3-0ubuntu10
virt-viewer 0.0.2-1ubuntu1

Is it an upstream bug or a distribution bug?
Who is supposed to be noticed? The packager or the upstream (where please)?

PS: I wrote because I saw
http://www.mail-archive.com/libvir-list@redhat.com/msg06109.html


--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list