[one-users] Access to OpenNebula database

2011-02-17 Thread Aline Bousquet
Hi, I noticed that users other than oneadmin cannot use the oneuser list command, and it seems quite logical. However, every users can connect to the OpenNebula database using sqlite3 /srv/cloud/one/var/one.db (Command Line Shell For SQLite [1]) and then obtain all the informations of the

[one-users] Detecting changes in VMs states

2011-02-14 Thread Aline Bousquet
Hi, When I open a console on a running VM and type the command halt to shut it down (before the predefined end of the lease). OpenNebula doesn't show it as stopped with onevm list. Instead, it stays running for a while, then goes to unknown state after a couple minutes. Is this normal?

[one-users] onehost list error

2011-02-10 Thread Aline Bousquet
Hi, I am facing a problem with the host manager in OpenNebula. I have two nodes and, until now, there was no issue. But one of my node has an error state. It happened after I deleted some running VMs. Here is the result of $ onehost list : ID NAME CLUSTER RVM TCPU FCPU

Re: [one-users] onehost list error

2011-02-10 Thread Aline Bousquet
Hi, As indicated by Javier Fontan, the problem has been solved by changing the line 330 of onehost from if host['HOST_SHARE/RUNNING_VMS'].to_i != 0 to if false Thanks Javier! Aline ___ Users mailing list Users@lists.opennebula.org

[one-users] Questions about VMs states

2011-02-03 Thread Aline Bousquet
Hi, I have some questions on the successive states a VM goes through in its life-cycle. I noticed that whenever I suspend a VM, it goes in save state then in suspended state. Can you describe a little bit what happens to the VM when it is in these modes? What are the differences between them?