Re: [one-users] Run the VM on another data center

2014-01-21 Thread Vlad Mirel

Hello again!

In the documentation you have sent me I did not find anything related to the 
migration of a VM from one data centre to another one, but only about managing 
them from within a data centre.

Thanks!

Date: Fri, 17 Jan 2014 19:09:06 +0200
From: io...@hackaserver.com
To: vlad.mi...@outlook.com
Subject: Re: [one-users] Run the VM on another data center


  

  
  

http://docs.opennebula.org/stable/advanced_administration/multiple_zone_and_virtual_data_centers/index.html

  On 1/17/2014 8:38 AM, Vlad Mirel wrote:



  
  Hello,



I thought clusters were residing inside the same open
  nebula data center. But I have 2 independent data center, each
  with it's own opennebula middleware.



Am I missing something? 



Thanks!

  

  
Date: Thu, 16 Jan 2014 18:05:32 +0200

From: io...@hackaserver.com

To: users@lists.opennebula.org

Subject: Re: [one-users] Run the VM on another data center



You will need to look for
  the opennebula clusters ! 

  On 1/16/2014 10:10 AM, Vlad Mirel wrote:



  
  I have installed and configured two
OpenNebula data centres (A and B). 



I have successfully created and run a VM on A. Next I
suspended it, at which point its checkpoint was created.
Resuming the VM also works.



My question is, given the suspended VM from A and its
checkpoint, how can I run it from B (deploy on one of
B's hosts + resume)? 



Thanks for any help! 

  
  

  
  

  ___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org






___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

  


  ___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] how to run vm on top of lvm on a single host?

2014-01-21 Thread darkblue
thanks, Jaime


On Tue, Jan 21, 2014 at 3:11 PM, Jaime Melis jme...@opennebula.org wrote:

 Hi,

 you can check out the single lock shared lvm addon:
 http://wiki.opennebula.org/shared_lvm
 https://github.com/OpenNebula/addon-shared-lvm-single-lock

 cheers,
 Jaime


 On Tue, Jan 21, 2014 at 6:32 AM, darkblue darkblue2...@gmail.com wrote:

 hi, all

 I prefer to run vm on top of lvm on host, but I don't like cLVM, so,
 which tm I should use ?

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




 --
 Jaime Melis
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org | jme...@opennebula.org

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Manually migrate a VM

2014-01-21 Thread Carlos Martín Sánchez
Hi,

On Mon, Jan 20, 2014 at 4:46 PM, Stuart Kenny stuart.ke...@scss.tcd.iewrote:

 Hi, is it possible to tell OpenNebula that a VM that is in the unknown
 state on a failed host is now running on a new host? It doesn't seem to be
 possible to edit the database to do this as the changes get overwritten.

 Thanks,
 Stuart.


No, it's not possible to set a new vm status or host.

If you edit the DB (this is of course not recommended as you may break
things), oned will replace your changes with the cached data. First you
need to stop opennebula, make a backup, edit, and run onedb fsck [1] to fix
possible inconsistencies.

Regards

[1] http://docs.opennebula.org/stable/administration/references/onedb.html
--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org |
@OpenNebula http://twitter.com/opennebula cmar...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Manually migrate a VM

2014-01-21 Thread Stuart Kenny

Hi, thanks for the reply. Could you tell me where the cached data is stored?

Thanks,
Stuart.

On 21/01/2014 09:48, Carlos Martín Sánchez wrote:

Hi,

On Mon, Jan 20, 2014 at 4:46 PM, Stuart Kenny 
stuart.ke...@scss.tcd.ie mailto:stuart.ke...@scss.tcd.ie wrote:


Hi, is it possible to tell OpenNebula that a VM that is in the
unknown state on a failed host is now running on a new host? It
doesn't seem to be possible to edit the database to do this as the
changes get overwritten.

Thanks,
Stuart.


No, it's not possible to set a new vm status or host.

If you edit the DB (this is of course not recommended as you may break 
things), oned will replace your changes with the cached data. First 
you need to stop opennebula, make a backup, edit, and run onedb fsck 
[1] to fix possible inconsistencies.


Regards

[1] http://docs.opennebula.org/stable/administration/references/onedb.html
--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org http://www.opennebula.org/ | 
cmar...@opennebula.org mailto:cmar...@opennebula.org | @OpenNebula 
http://twitter.com/opennebula




___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Monitor continually cycles through finding machines RUNNING and stat UNKNOWN

2014-01-21 Thread Javier Fontan
It seems that there are more people having this problem and we are
taking a look on several ways to fix this. One problem with /var/run
is that it is normally owned by root and a process started by oneadmin
user can not write there. In the frontend a new directory for
OpenNebula pid files is created but in the nodes it does not exist.

On Tue, Jan 21, 2014 at 8:07 AM, Gerry O'Brien ge...@scss.tcd.ie wrote:
 Hi Javier,

   See my previous email. Another scenario is when
 /tmp/one-collectd-client.pid does not exist due to issues with /tmp.

A change seems to have been made to put a pid file in /tmp instead of
 /run or /var/run.

 Regards,
   Gerry



 On 20/01/2014 17:44, Javier Fontan wrote:

 I've been trying to reproduce the problem, that is, making OpenNebula
 start a high amount of collectd-client processes. The only way I was
 able to do it is when the file /tmp/one-collectd-client.pid exists
 and has wrong permissions. Can you check the ownership and permissions
 of that file?

 On Mon, Jan 20, 2014 at 4:15 PM, Javier Fontan jfon...@opennebula.org
 wrote:

 The problem seems to be the high amount of collectd processes running.
 Try killing all collectd-client.rb processes. There should be only
 one running per host.

 In case you want to use the old method of monitoring you can follow this
 guide:


 http://docs.opennebula.org/stable/administration/monitoring/imsshpullg.html#imsshpullg

 On Mon, Jan 20, 2014 at 2:17 PM, Gerry O'Brien ge...@scss.tcd.ie wrote:

 Hi Ruben,

  Below is the output of 'ps -ef | grep one' on a host that has been
 disabled, rebooted and enabled. There are multiple versions of
 collectd-client.rb kvm running.


  We have discovered today a serious issue that is having an adverse
 effect on our DNS system. When the machines below was enabled,
 immediately
 our DNS server is flooded with requests from the host (see a sample
 below).
   Our logs show that this has only started happening since the
 upgrade to
 4.4. If we don't get a fix for this we will have to go back to 4.2,
 which is
 something I really don't want to do.

  Regards,
  Gerry




 oneadmin  3628 1  0 13:04 ?00:00:00 ruby
 /var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin  4600 1  0 13:05 ?00:00:00 ruby
 /var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin  6400 1  0 13:07 ?00:00:00 ruby
 /var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin  9003 1  0 13:08 ?00:00:00 ruby
 /var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin 12953  3628  0 13:10 ?00:00:00 /bin/bash
 /var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin 12955  6400  0 13:10 ?00:00:00 /bin/bash
 /var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin 12969 12953  0 13:10 ?00:00:00 /bin/bash
 /var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin 12970 12969  0 13:10 ?00:00:00 /bin/bash
 /var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin 12972 12955  0 13:10 ?00:00:00 /bin/bash
 /var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin 12973 12972  0 13:10 ?00:00:00 /bin/bash
 /var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
 4124
 20 0 host101.scss.tcd.ie
 oneadmin 13029 12973  0 13:10 ?00:00:00 /bin/bash
 ./monitor_ds.sh
 kvm-probes /var/lib/one//datastores 4124 20 0 host101.scss.tcd.ie
 oneadmin 13030 12970  0 13:10 ?00:00:00 /bin/bash
 ./monitor_ds.sh
 kvm-probes /var/lib/one//datastores 4124 20 0 host101.scss.tcd.ie



 -2014 13:14:26.675 client 134.226.59.101#52314: query:
 host101.scss.tcd.ie
 IN  + (134.226.32.57)
 20-Jan-2014 13:14:26.680 client 134.226.59.101#51356: query:
 host101.scss.tcd.ie IN A + (134.226.32.57)
 20-Jan-2014 13:14:26.680 client 134.226.59.101#51356: query:
 host101.scss.tcd.ie IN  + (134.226.32.57)
 20-Jan-2014 13:14:26.822 client 134.226.59.101#47870: query:
 host101.scss.tcd.ie IN A + (134.226.32.57)
 20-Jan-2014 13:14:26.822 client 134.226.59.101#47870: query:
 host101.scss.tcd.ie IN  + (134.226.32.57)
 20-Jan-2014 13:14:26.824 client 134.226.59.101#58734: query:
 host101.scss.tcd.ie IN A + (134.226.32.57)
 20-Jan-2014 13:14:26.825 client 134.226.59.101#58734: query:
 host101.scss.tcd.ie IN  + (134.226.32.57)
 20-Jan-2014 13:14:26.952 client 134.226.59.101#39659: query:
 host101.scss.tcd.ie IN A + (134.226.32.57)
 20-Jan-2014 13:14:26.952 client 134.226.59.101#39659: query:
 

Re: [one-users] Manually migrate a VM

2014-01-21 Thread Carlos Martín Sánchez
Hi,

On Tue, Jan 21, 2014 at 11:02 AM, Stuart Kenny stuart.ke...@scss.tcd.iewrote:

  Hi, thanks for the reply. Could you tell me where the cached data is
 stored?

 Thanks,
 Stuart.


In memory, the oned process caches the info read from the DB.

Regards



 On 21/01/2014 09:48, Carlos Martín Sánchez wrote:

 Hi,

  On Mon, Jan 20, 2014 at 4:46 PM, Stuart Kenny 
 stuart.ke...@scss.tcd.iewrote:

 Hi, is it possible to tell OpenNebula that a VM that is in the unknown
 state on a failed host is now running on a new host? It doesn't seem to be
 possible to edit the database to do this as the changes get overwritten.

 Thanks,
 Stuart.


  No, it's not possible to set a new vm status or host.

  If you edit the DB (this is of course not recommended as you may break
 things), oned will replace your changes with the cached data. First you
 need to stop opennebula, make a backup, edit, and run onedb fsck [1] to fix
 possible inconsistencies.

  Regards

  [1]
 http://docs.opennebula.org/stable/administration/references/onedb.html
  --
 Carlos Martín, MSc
 Project Engineer
 OpenNebula - Flexible Enterprise Cloud Made Simple
 www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org
  | @OpenNebula http://twitter.com/opennebula





___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Monitor continually cycles through finding machines RUNNING and stat UNKNOWN

2014-01-21 Thread Daniel Dehennin
Javier Fontan jfon...@opennebula.org writes:

 It seems that there are more people having this problem and we are
 taking a look on several ways to fix this. One problem with /var/run
 is that it is normally owned by root and a process started by oneadmin
 user can not write there. In the frontend a new directory for
 OpenNebula pid files is created but in the nodes it does not exist.

Hello,

What do you think about a “ONE node setup init script”?

On my debian systems I have opennebula-common and opennebula-node on
each nodes.

The -node could include an init script to setup an opennebula directory
in /var/run[1] with proper owner and permissions.

My 2¢.

Regards.

Footnotes: 
[1]  /run now on debian system

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF


pgp4QS4lYcl1v.pgp
Description: PGP signature
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Recommended size for OS image

2014-01-21 Thread Carlos Martín Sánchez
Hi,

On Fri, Jan 17, 2014 at 9:25 PM, ML mail mlnos...@yahoo.com wrote:

 Hello,

 I am creating a few OS images in qcow2 format of various Linux
 distributions for my OpenNebula 4.4 installation and was wondering what
 image size would you recommend? I see mostly images being between 5 to 10
 GB.

 Another related question: let's say I am happy with my VM deployment and
 want to make it more permanent doing a snapshot and making that snapshot
 persistant or marking the OS image directly persistant but in both cases I
 am stuck with a deployment of an disk which if 5 GB big, is there any way
 to resize it through sunstone? or do I need to decide beforehand during my
 initial image creation (qemu-img) for the right size?

 Regards,
 M.L.


At the moment the images cannot be resized, so you'll have to decide what
size suits your needs. If you are using qcow2 the images will be sparse and
you can over allocate...

Since this has been requested quite a few times lately we'll try to add
image resize features to 4.6.

Regards
--
Carlos Martín, MSc
Project Engineer
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org |
@OpenNebula http://twitter.com/opennebula cmar...@opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] VM remains in status BOOT

2014-01-21 Thread Tino Vazquez
Hi Dirk,

So libvirt looks to be working. Weird, sure there are no more error
messages in the log files?

Let's see if the VMware deploy works correctly in your front-end (may
be missing dependecies). For that, please poweroff VM 38, and run the
following in the front-end:

 $ /var/lib/one/remotes/vmm/vmware/deploy
/var/lib/one/vms/38/deployment.0  devmesx1.intern.vgt.vito.be 38

Best,

-Tino

--
OpenNebula - Flexible Enterprise Cloud Made Simple

--
Constantino Vázquez Blanco, PhD, MSc
Senior Infrastructure Architect at C12G Labs
www.c12g.com | @C12G | es.linkedin.com/in/tinova

--
Confidentiality Warning: The information contained in this e-mail and
any accompanying documents, unless otherwise expressly indicated, is
confidential and privileged, and is intended solely for the person
and/or entity to whom it is addressed (i.e. those identified in the
To and cc box). They are the property of C12G Labs S.L..
Unauthorized distribution, review, use, disclosure, or copying of this
communication, or any part thereof, is strictly prohibited and may be
unlawful. If you have received this e-mail in error, please notify us
immediately by e-mail at ab...@c12g.com and delete the e-mail and
attachments and any copy from your system. C12G thanks you for your
cooperation.


On Mon, Jan 20, 2014 at 3:49 PM, Daems Dirk dirk.da...@vito.be wrote:
 Hi Tino,

 In the mean time I deployed and undeployed some VMs, so the ID used is now 38 
 instead of 26.
 If I execute the commands using the virsh shell, the VM gets deployed in 
 VMWare and I can see it running in the vSphere client.
 See below:

 virsh # define /var/lib/one/vms/38/deployment.0
 Domain one-38 defined from /var/lib/one/vms/38/deployment.0

 virsh # start one-38
 Domain one-38 started

 Best regards,
 Dirk
 
 From: Tino Vazquez [cvazq...@c12g.com]
 Sent: Monday, January 20, 2014 3:27 PM
 To: Daems Dirk
 Cc: users@lists.opennebula.org
 Subject: Re: [one-users] VM remains in status BOOT

 Hi Dirk,

 Excellent, let's see what happens when libvirt is invoked directly. As
 oneadmin, in the front-end:

  $ virsh -c esx://devmesx1.intern.vgt.vito.be/?no_verify=1auto_answer=1
 define /var/lib/one/vms/26/deployment.0

 and then

  $ virsh -c esx://devmesx1.intern.vgt.vito.be/?no_verify=1auto_answer=1
 start one-26

 Best regards,

 -Tino
 --
 OpenNebula - Flexible Enterprise Cloud Made Simple

 --
 Constantino Vázquez Blanco, PhD, MSc
 Senior Infrastructure Architect at C12G Labs
 www.c12g.com | @C12G | es.linkedin.com/in/tinova

 --
 Confidentiality Warning: The information contained in this e-mail and
 any accompanying documents, unless otherwise expressly indicated, is
 confidential and privileged, and is intended solely for the person
 and/or entity to whom it is addressed (i.e. those identified in the
 To and cc box). They are the property of C12G Labs S.L..
 Unauthorized distribution, review, use, disclosure, or copying of this
 communication, or any part thereof, is strictly prohibited and may be
 unlawful. If you have received this e-mail in error, please notify us
 immediately by e-mail at ab...@c12g.com and delete the e-mail and
 attachments and any copy from your system. C12G thanks you for your
 cooperation.


 On Mon, Jan 20, 2014 at 11:08 AM, Daems Dirk dirk.da...@vito.be wrote:
 Hi Tino,



 The deployment file is created.

 See the contents below:



 domain type='vmware'

 nameone-26/name

 memory524288/memory

 os

 type arch='i686'hvm/type

 /os

 devices

 disk type='file' device='disk'

 source file='[135] 26/disk.0/disk.vmdk'/

 target dev='hda'/

 /disk

 disk type='file' device='cdrom'

 source file='[135] 26/disk.1.iso'/

 target dev='hdb'/

 readonly/

 /disk

 interface type='bridge'

 source bridge='one-pg-7'/

 mac address='02:00:c0:a8:0a:e5'/

 /interface

 /devices

 /domain



 Best regards,

 Dirk

 

 From: Tino Vazquez [cvazq...@c12g.com]

 Sent: Monday, January 20, 2014 11:04 AM

 To: Daems Dirk

 Cc: users@lists.opennebula.org

 Subject: Re: [one-users] VM remains in status BOOT



 Hi Dirk,



 That means that the ESX is not even trying to boot up the VM. Let's

 see if at least the deployment file is generated, in the front-end,

 what are the contents of :



 /var/lib/one/vms/26/deployment.0



 Regards,



 -Tino



 --

 OpenNebula - Flexible Enterprise Cloud Made Simple



 --

 Constantino Vázquez Blanco, PhD, MSc

 Senior Infrastructure Architect at C12G Labs

 www.c12g.com | @C12G | es.linkedin.com/in/tinova



 --

 Confidentiality Warning: The information contained in this e-mail and

 any accompanying documents, unless 

Re: [one-users] Monitor continually cycles through finding machines RUNNING and stat UNKNOWN

2014-01-21 Thread Gerry O'Brien

Hi,

I've gotten down to only one collestd-client.rb process (see 
below). Are the multiple kvm-probes OK?


Regards,
  Gerry




root@host101:~# ps -ef | grep one
oneadmin  3349 1  0 12:23 ?00:00:00 ruby 
/var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores 
4124 20 0 host101.scss.tcd.ie
oneadmin 21068  3349  0 12:51 ?00:00:00 /bin/bash 
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores 
4124 20 0 host101.scss.tcd.ie
oneadmin 21076 21068  0 12:51 ?00:00:00 /bin/bash 
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores 
4124 20 0 host101.scss.tcd.ie
oneadmin 21077 21076  0 12:51 ?00:00:00 /bin/bash 
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores 
4124 20 0 host101.scss.tcd.ie





On 21/01/2014 10:10, Javier Fontan wrote:

It seems that there are more people having this problem and we are
taking a look on several ways to fix this. One problem with /var/run
is that it is normally owned by root and a process started by oneadmin
user can not write there. In the frontend a new directory for
OpenNebula pid files is created but in the nodes it does not exist.

On Tue, Jan 21, 2014 at 8:07 AM, Gerry O'Brien ge...@scss.tcd.ie wrote:

Hi Javier,

   See my previous email. Another scenario is when
/tmp/one-collectd-client.pid does not exist due to issues with /tmp.

A change seems to have been made to put a pid file in /tmp instead of
/run or /var/run.

 Regards,
   Gerry



On 20/01/2014 17:44, Javier Fontan wrote:

I've been trying to reproduce the problem, that is, making OpenNebula
start a high amount of collectd-client processes. The only way I was
able to do it is when the file /tmp/one-collectd-client.pid exists
and has wrong permissions. Can you check the ownership and permissions
of that file?

On Mon, Jan 20, 2014 at 4:15 PM, Javier Fontan jfon...@opennebula.org
wrote:

The problem seems to be the high amount of collectd processes running.
Try killing all collectd-client.rb processes. There should be only
one running per host.

In case you want to use the old method of monitoring you can follow this
guide:


http://docs.opennebula.org/stable/administration/monitoring/imsshpullg.html#imsshpullg

On Mon, Jan 20, 2014 at 2:17 PM, Gerry O'Brien ge...@scss.tcd.ie wrote:

Hi Ruben,

  Below is the output of 'ps -ef | grep one' on a host that has been
disabled, rebooted and enabled. There are multiple versions of
collectd-client.rb kvm running.


  We have discovered today a serious issue that is having an adverse
effect on our DNS system. When the machines below was enabled,
immediately
our DNS server is flooded with requests from the host (see a sample
below).
   Our logs show that this has only started happening since the
upgrade to
4.4. If we don't get a fix for this we will have to go back to 4.2,
which is
something I really don't want to do.

  Regards,
  Gerry




oneadmin  3628 1  0 13:04 ?00:00:00 ruby
/var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin  4600 1  0 13:05 ?00:00:00 ruby
/var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin  6400 1  0 13:07 ?00:00:00 ruby
/var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin  9003 1  0 13:08 ?00:00:00 ruby
/var/tmp/one/im/kvm.d/collectd-client.rb kvm /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin 12953  3628  0 13:10 ?00:00:00 /bin/bash
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin 12955  6400  0 13:10 ?00:00:00 /bin/bash
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin 12969 12953  0 13:10 ?00:00:00 /bin/bash
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin 12970 12969  0 13:10 ?00:00:00 /bin/bash
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin 12972 12955  0 13:10 ?00:00:00 /bin/bash
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin 12973 12972  0 13:10 ?00:00:00 /bin/bash
/var/tmp/one/im/kvm.d/../run_probes kvm-probes /var/lib/one//datastores
4124
20 0 host101.scss.tcd.ie
oneadmin 13029 12973  0 13:10 ?00:00:00 /bin/bash
./monitor_ds.sh
kvm-probes /var/lib/one//datastores 4124 20 0 host101.scss.tcd.ie
oneadmin 13030 12970  0 13:10 ?00:00:00 /bin/bash
./monitor_ds.sh
kvm-probes /var/lib/one//datastores 4124 20 0 host101.scss.tcd.ie



-2014 13:14:26.675 client 134.226.59.101#52314: query:
host101.scss.tcd.ie
IN  + (134.226.32.57)
20-Jan-2014 13:14:26.680 client 

[one-users] How to reboot a host without migrating the VMs running on it?

2014-01-21 Thread Gerry O'Brien

Hi,

Is there any recommended way to reboot a host without migrating the 
VM from it to another host?


The issue I have is that I need to reboot all the hosts but as they 
are running a lot of large Windows images (up 100GB) the logistics of 
live migration if complicated.


Can the image be put into a recommended state and resumes after the 
host has restarted. I've tried shuting down the VM but this doesn't seem 
to work. Maybe it is aWindows issue.


Regards,
Gerry

--
Gerry O'Brien

Systems Manager
School of Computer Science and Statistics
Trinity College Dublin
Dublin 2
IRELAND

00 353 1 896 1341

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] How to reboot a host without migrating the VMs running on it?

2014-01-21 Thread Liu, Guang Jun (Gene)
I have the same needs for maintenance and performance tunning of my 
organization system. Suggestions are highly appreciated.

Gene

On Tue 21 Jan 2014 08:12:24 AM EST, Gerry O'Brien wrote:
 Hi,

 Is there any recommended way to reboot a host without migrating
 the VM from it to another host?

 The issue I have is that I need to reboot all the hosts but as
 they are running a lot of large Windows images (up 100GB) the
 logistics of live migration if complicated.

 Can the image be put into a recommended state and resumes after
 the host has restarted. I've tried shuting down the VM but this
 doesn't seem to work. Maybe it is aWindows issue.

 Regards,
 Gerry

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Closing OpenNebula 4.4 Cycle, Planning for 4.6

2014-01-21 Thread Ruben S. Montero
Hi

First, we'd like to thank you all the comments and feedback for OpenNebula
4.6. We really appreciate it :) Our goal for 4.6 is two-fold: improve
federation module (aka ozones) and improve OpenNebula usability (based on
OpenNebula user comments received during the last releases).

It's been always difficult to prioritize the new features considering the
limited time-frame of a release, so we tried to balance the effort and
number of features. The complete list of features is here [1].

About the specific requests in this thread. In 4.6, We are going for:

- #2568 Support for RBD Format 2 images
- #1727 Patch for one.image.resize to resize image
- #1818 Support for IP reservations along with #2545 Decorrelate
networks TYPE and IP management
- #1696  Add the ability to select datastore for Clone operation as a
previous step for #2417 “Move images between datastores”. #2417 requires
preserving the ID, so let see if we can easily get both
- #2453 Add hostname configuration to contexualization
- #2048. Instantiate to persistent
- #2648: ACL edit/view wizard
- #2649: sunstone, occi, econe, novncserver ability to log to syslog server

These issues have been moved to the backlog, with a high priority to
consider them for 4.8, complete backlog [2]:
- oneacct extended to the webinterface. This is issue #1607, in this
release we are going for #1484 (output in csv format of accounting data)
- over-committing memory (ram) to VMs just like how you can set over
commit in CPU. This is issue #1328
- One feature I would like to see would be a recycle bin this has been
merge with #2412 Ability to lock VM from accidental actions
- #2560 Re-read oned.conf on reload
- #2651 Implement mailbox to prevent vm from running twice.

Again thanks for the feedback.

Cheers

PS: A more prosaic form of this mail has been published in the blog [3]

[1] http://dev.opennebula.org/projects/opennebula/issues?query_id=45
[2] http://dev.opennebula.org/projects/opennebula/issues?query_id=46
[3] http://opennebula.org/blueprints-for-opennebula-4-6/



On Fri, Jan 17, 2014 at 8:41 PM, Karsten Nielsen kars...@unity3d.comwrote:

 Hi,

 I would like to have support for docker.io that would be awesome.

 Thanks,
 - Karsten


 On 09/01/14 17:44, Tino Vazquez wrote:

 Dear users,

 Having released OpenNebula 4.4 Retina and closed its release cycle, it
 is time to open a new one for the next release.

 We have identified the issues [1] (bugs + features) we deem important
 for the release, and we have including in that list the features that
 didn't make it in OpenNebula 4.4 in the end.

 As discussed with the OpenNebula Conf attendees (see? you need to come
 next year ;) ), we want to give our users the chance to shape the
 roadmap for the upcoming OpenNebula 4.6. We invite you to submit your
 comments on the roadmap via email (ideally within this thread, but
 feel free to open a new one if you think it is necessary to discuss
 any particular topic). This valuable input will be used to shape the
 short-term roadmap with the features that will be part of the release
 cycle.

 The ideal process of the discussion would be for any person interested
 in discussing a feature request to search first if there is already a
 similar one in the OpenNebula development portal [2]. If no similar
 request is found, please open one describing as best as you can what
 feature you have in mind, and let us know in this mailing list so we
 know there is interest and we need to shape the roadmap to accommodate
 it. If you find a similar request, read through the proposed approach
 and let us know if you agree on it. If not, please put a comment in
 the feature request explaining your concern, and let us know as well
 here.

 We plan to close this discussion next Thursday, 16th, EOB.

 It goes without saying that the more interest we see on a feature,
 more priority it will have in the short-term roadmap.

 Tino, on behalf of the OpenNebula Team

 [1] http://dev.opennebula.org/projects/opennebula/issues?query_id=45
 [2] http://dev.opennebula.org/
 [3] http://opennebula.org/community/contribute/

 --
 OpenNebula - Flexible Enterprise Cloud Made Simple

 --
 Constantino Vázquez Blanco, PhD, MSc
 Senior Infrastructure Architect at C12G Labs
 www.c12g.com | @C12G | es.linkedin.com/in/tinova

 --
 Confidentiality Warning: The information contained in this e-mail and
 any accompanying documents, unless otherwise expressly indicated, is
 confidential and privileged, and is intended solely for the person
 and/or entity to whom it is addressed (i.e. those identified in the
 To and cc box). They are the property of C12G Labs S.L..
 Unauthorized distribution, review, use, disclosure, or copying of this
 communication, or any part thereof, is strictly prohibited and may be
 unlawful. If you have received this e-mail in error, please notify us
 immediately by e-mail at ab...@c12g.com and delete the e-mail and
 attachments and any copy from your system. C12G thanks you for your
 

Re: [one-users] How to reboot a host without migrating the VMs running on it?

2014-01-21 Thread Ruben S. Montero
Probably: poweroff or suspend the VMs, then reboot the host. Once the host
is back online just resume the VMs... (double check that any shared FS is
properly mounted, specially those with the VM disk images)

You can also use --hard in case your VMs are not ACPI aware. Note that
suspends saves the VM state.

Cheers


On Tue, Jan 21, 2014 at 3:08 PM, Liu, Guang Jun (Gene) 
gene@alcatel-lucent.com wrote:

 I have the same needs for maintenance and performance tunning of my
 organization system. Suggestions are highly appreciated.

 Gene

 On Tue 21 Jan 2014 08:12:24 AM EST, Gerry O'Brien wrote:
  Hi,
 
  Is there any recommended way to reboot a host without migrating
  the VM from it to another host?
 
  The issue I have is that I need to reboot all the hosts but as
  they are running a lot of large Windows images (up 100GB) the
  logistics of live migration if complicated.
 
  Can the image be put into a recommended state and resumes after
  the host has restarted. I've tried shuting down the VM but this
  doesn't seem to work. Maybe it is aWindows issue.
 
  Regards,
  Gerry
 
 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org




-- 
-- 
Ruben S. Montero, PhD
Project co-Lead and Chief Architect
OpenNebula - Flexible Enterprise Cloud Made Simple
www.OpenNebula.org | rsmont...@opennebula.org | @OpenNebula
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org