<div dir="ltr">Currently the ovz driver doesn't support shared TM for system and default datastores - try changing them to ssh<div><br></div><div>Regards,</div><div>Nikita</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/12/2 Catalina Quinde <span dir="ltr"><<a href="mailto:catalinaquinde@gmail.com" target="_blank">catalinaquinde@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div>Hi Nikita,<br><br></div>Thanks for your help<br><br></div>I do this changes:<br><br><div><div><div><div><div class="gmail_extra">1. In the /etc/default/nfs-kernel-server, I inactivated nfsv4 in this line<br>

</div><div class="gmail_extra">RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4"<br><br></div><div class="gmail_extra">2. My /etc/exports file contains:<br>/var/lib/one/datastores <a href="http://192.168.147.0/255.255.255.0(rw,anonuid=1001,anongid=1001)" target="_blank">192.168.147.0/255.255.255.0(rw,anonuid=1001,anongid=1001)</a><br>

<br></div><div class="gmail_extra">3. In /etc/fstab file in openvz node contains:<br>192.168.147.129:/var/lib/one/datastores /var/lib/one/datastores nfs _netdev,auto    0    0<br><br></div><div class="gmail_extra">4. output onedatastore command is<br>

<br></div><div class="gmail_extra"><div class="gmail_quote">  ID NAME                SIZE AVAIL CLUSTER      IMAGES TYPE DS       TM      <br>   0 system                 - -     -                 0 sys  -        shared<br>

   1 default            23.6G 10%   -                 2 img  fs       shared<br>   2 files              23.6G 10%   -                 0 fil  fs       ssh<br> 102 ssh_dsEsxi             - -     Esxiclus          0 sys  -        vmfs<br>

 103 ssh_diEsxi            0M -     Esxiclus          0 img  vmfs     vmfs<br> 104 ssh_dsOpvz             - -     OpenVZclus        0 sys  -        ssh<br> 105 ssh_diOpvz         23.6G 10%   OpenVZclus        2 img  fs       ssh<br>

<br></div><div class="gmail_quote">the datastores 104 and 105 are by openvz node.<br><br></div><div class="gmail_quote">5. I deploy VM but errors are same:<br>oneadmin@ubuntuOpNeb:~$ cat /var/log/one/67.log<br>Sun Dec  1 23:52:20 2013 [DiM][I]: New VM state is ACTIVE.<br>

Sun Dec  1 23:52:20 2013 [LCM][I]: New VM state is PROLOG.<br>Sun Dec  1 23:52:20 2013 [VM][I]: Virtual Machine has no context<br>Sun Dec  1 23:52:40 2013 [LCM][I]: New VM state is BOOT<br>Sun Dec  1 23:52:40 2013 [VMM][I]: Generating deployment file: /var/lib/one/vms/67/deployment.0<br>

Sun Dec  1 23:52:40 2013 [VMM][I]: ExitCode: 0<br>Sun Dec  1 23:52:40 2013 [VMM][I]: Successfully execute network driver operation: pre.<br>Sun Dec  1 23:52:45 2013 [VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/ovz/deploy '/var/lib/one/datastores/104/67/deployment.0' 'ubuntu' 67 ubuntu<br>

Sun Dec  1 23:52:45 2013 [VMM][I]: deploy: Executed "/usr/bin/sudo mv "/var/lib/vz/template/cache/debian-7.0-x64.tar.gz" "/var/lib/vz/template/cache/debian-7.0-x64.tar.gz.1385959963" 2> /dev/null; true".<br>

Sun Dec  1 23:52:45 2013 [VMM][I]: deploy: Executed "/usr/bin/sudo ln -sf "/var/lib/one/datastores/104/67/disk.0" "/var/lib/vz/template/cache/debian-7.0-x64.tar.gz"".<br>Sun Dec  1 23:52:45 2013 [VMM][E]: deploy: Command "/usr/bin/sudo /usr/sbin/vzctl create 1067 --layout ploop --ostemplate "debian-7.0-x64" --private "/var/lib/one/datastores/104/67/private" --root "/var/lib/one/datastores/104/67/root"" failed.<br>

Sun Dec  1 23:52:45 2013 [VMM][E]: deploy: Error in do_lock (lock.c:136): Error in flock(/var/lib/one/datastores/104/67/private.tmp/root.hdd/DiskDescriptor.xml.lck): Bad file descriptor<br>Sun Dec  1 23:52:45 2013 [VMM][I]: Failed to create image: Error in do_lock (lock.c:136): Error in flock(/var/lib/one/datastores/104/67/private.tmp/root.hdd/DiskDescriptor.xml.lck): Bad file descriptor [23]<br>

Sun Dec  1 23:52:45 2013 [VMM][I]: Creation of container private area failed<br>Sun Dec  1 23:52:45 2013 [VMM][E]: Error in do_lock (lock.c:136): Error in flock(/var/lib/one/datastores/104/67/private.tmp/root.hdd/DiskDescriptor.xml.lck): Bad file descriptor<br>

Sun Dec  1 23:52:45 2013 [VMM][E]: Failed to create image: Error in do_lock (lock.c:136): Error in flock(/var/lib/one/datastores/104/67/private.tmp/root.hdd/DiskDescriptor.xml.lck): Bad file descriptor [23]<br>Sun Dec  1 23:52:45 2013 [VMM][E]: Creation of container private area failed<br>

Sun Dec  1 23:52:45 2013 [VMM][E]: <br>Sun Dec  1 23:52:45 2013 [VMM][I]: ExitCode: 151<br>Sun Dec  1 23:52:45 2013 [VMM][I]: Failed to execute virtualization driver operation: deploy.<br>Sun Dec  1 23:52:45 2013 [VMM][E]: Error deploying virtual machine: Error in do_lock (lock.c:136): Error in flock(/var/lib/one/datastores/104/67/private.tmp/root.hdd/DiskDescriptor.xml.lck): Bad file descriptor<br>

Sun Dec  1 23:52:45 2013 [DiM][I]: New VM state is FAILED<br><br></div><div class="gmail_quote">6. I used VE_LAYOUT="simfs" in template but the result in state is fail, with errors command tar, I attached the 68.log file. <br>

<br>I'm doing wrong??<br><br></div><div class="gmail_quote">Regards, Caty.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 01 Dec 2013 14:38:26 +0400<div class="im"><br>
From: knawnd <<a href="mailto:knawnd@gmail.com" target="_blank">knawnd@gmail.com</a>><br>
To: <a href="mailto:users@lists.opennebula.org" target="_blank">users@lists.opennebula.org</a><br></div><div class="im">
Subject: Re: [one-users] VM in Opennebula for OpenVZ failed<br></div>
Message-ID: <<a href="mailto:529B11A2.7030008@gmail.com" target="_blank">529B11A2.7030008@gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<div class="im"><br>
<br>
Hi Caty,<br>
<br>
On 11/30/2013 06:28 PM, Catalina Quinde wrote:<br></div>
> Hi Nikita, excuse me by previous mail, it?s was incorrectly, well, I<br>
> revised<br>
> <a href="https://bugzilla.openvz.org/show_bug.cgi?id=2730" target="_blank">https://bugzilla.openvz.org/show_bug.cgi?id=2730</a>, but, don?t<div class="im"><br>
> understand where I have to change,<br>
><br>
> The ploop version with command: aptitude show ploop, present Version:<br>
> 1.9-10 and vzctl --version displays 4.6<br>
What is your datastore (DS) configuration? Do you use nfs-shared DS?<br>
What is the output of the 'onedatastore list' command?<br>
<br>
If you are running nfs shared datastore there are several ways you can<br>
follow:<br>
1) configure your nfs server to NFSv3 and not NFSv4 since according to<br>
[1] and [2] NFSv4 is not supported yet for ploop VMs;<br>
2) switch from ploop-based containers to simfs ones.<br>
In that case you have to specify in VM config (or VM template config)<br>
VE_LAYOUT="simfs"<br>
<br>
3) reconfigure datastore to use ssh transfer driver instead of shared<br>
one (see info [3]).<br>
<br>
Regards,<br>
Nikolay.<br>
<br>
[1] <a href="https://bugzilla.openvz.org/show_bug.cgi?id=2730" target="_blank">https://bugzilla.openvz.org/show_bug.cgi?id=2730</a><br>
[2] <a href="https://bugzilla.openvz.org/show_bug.cgi?id=2734" target="_blank">https://bugzilla.openvz.org/show_bug.cgi?id=2734</a><br>
[3]<br>
<a href="http://opennebula.org/documentation:rel4.2:system_ds#using_the_ssh_transfer_driver" target="_blank">http://opennebula.org/documentation:rel4.2:system_ds#using_the_ssh_transfer_driver</a><br>
<br>
<br>
><br>
> Thanks Nikita,  please guide me.<br>
><br>
> Regards, Caty.<br>
<br>
<br></div>
------------------------------<br>
<br></blockquote></div><br></div></div></div></div></div></div>
</blockquote></div><br></div>