Hello Shyam,
after studying this, we have realised it's indeed a bug. Thanks a lot for
reporting it:
http://dev.opennebula.org/issues/1423
Cheers,
Jaime
On Mon, Aug 20, 2012 at 10:39 AM, C S Shyam Sundar
wrote:
> Hi Jamie,
>
> The libvirt version is: *libvirt-0.9.10-21.0.1.el6_3.3.x86_64. *
>
Helps a lot - thanks Gary.
-C
On Fri, 2012-08-17 at 16:22 -0400, Gary S. Cuozzo wrote:
> Hi,
> On my FE, I only share out (via NFS) the DS's which are shared. So, I create
> the DS as shared, get the ID, then NFS export /var/lib/one/datastores/.
>
> I think if all your DS's were going to be sh
Thanks for the tutorial! It is a really complete tutorial and very
detailed. It will be very helpful to users trying iscsi support and/or
windows.
Cheers
On Mon, Aug 20, 2012 at 7:14 PM, cloud.b.lab wrote:
> Friends,
>
> Please find another tutorial from Cloud-b-lab.
>
> Topic : Create a Windows
Friends,
Please find another tutorial from Cloud-b-lab.
Topic : Create a Windows-XP VM using OpenNebula 3.6.0 with iSCSI Datastore in
Ubuntu 12.04.
Covering:
To install OpenNebula 3.6.0 in Ubuntu 12.04 Server
To prepare a Ubuntu 12.04 machine as a iSCSI target
To prepare a Ubuntu 12.04 mac
I had encountered a similar issue few days ago. It seems like CentOS 6.3 based
libvirt prevents VM migration if disk cache is not none. So disk cache=none
option may need to be added in domain definition/template for VM migration
without unsafe mode.
--
Shantanu
On Aug 20, 2012, at 3:39 AM,
>
> it means opennebula oneadmin cannot ssh passwordlessly to the host 'front'
>
that and ensure that *StrictHostKeyChecking* is set to *no*.
example:
> [oneadmin@oned ~]$ cat .ssh/config
> Host *
> StrictHostKeyChecking no
Regards, Shyam
En Mon, 20 Aug 2012 06:24:32 +0200, Tuan Le Doan
> esc
it means opennebula oneadmin cannot ssh passwordlessly to the host 'front'
Hector
En Mon, 20 Aug 2012 06:24:32 +0200, Tuan Le Doan
escribió:
Dear all,
I want to create a VM with Sunstone.
I created a CD room image: (iso image)
Image "centos-minimal" information ID 10 Name centos-minimal
Hi Jamie,
The libvirt version is: *libvirt-0.9.10-21.0.1.el6_3.3.x86_64. *
The OS is: CentOS 6.3. Issue is reproducible in other EL variants like
Oracle Linux 6.3.
ONe version is: 3.6.
Note: adding -l migrate=migrate_local fails with the same error quoted in
this thread. Attached the working oned
Hi Ricardo,
Try to use variables in context section, for example you can bind a
pseudo-random password using several context variables:
CONTEXT = [
files = "/service/init.sh /service/resolv.conf"
hostname = "$NAME-$VMID",
ip_private = "$NIC[IP, NETWORK=\"public net\"]",
user = oneadmin,