Hi friends, I think there is a problem in the way of mount the datastores I'm using:
mount -t nfs -o vers=3 192.168.147.129:/var/lib/one/datastores /vz/one/datastores When I dont mount datastores, opennebula can make the tasks create, stop, resume and shutdown the vms, but takes too long to do all the work, however performs without error, but when I mount the datastores the problems mentioned in previous post are given. Regards, Caty. ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 13 Feb 2014 16:33:31 -0500 > From: Catalina Quinde <[email protected]> > To: users <[email protected]> > Subject: Re: [one-users] Users Digest, Vol 72, Issue 50 > Message-ID: > < > capgz++w3m8vyd9nde05lwv3rqqg+9m_qs1qq96vudaongy+...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hello friends, > > I don't resolve yet RESUME of VM, > > I made a change in the file /usr/lib/one/mads/one_vmm_exec.rb, for resolve > the RESUME error > > In section for RESTORE in this file, in "parameters" I put: deploy_id, > RESUME apparently resolved, but then when I made shutdown the VM fail, > > I made other example, create VM this is OK your status is running, I made > STOP OK too, but I made RESUME for this, but have error, intented again and > RESUME OK, but SHUTDOWN have errors. > > This log file: > > alexopn@ubuntuOpNeb:~$ cat /var/log/one/119.log > Thu Feb 13 16:09:58 2014 [DiM][I]: New VM state is ACTIVE. > Thu Feb 13 16:09:58 2014 [LCM][I]: New VM state is PROLOG. > Thu Feb 13 16:09:58 2014 [VM][I]: Virtual Machine has no context > Thu Feb 13 16:10:21 2014 [LCM][I]: New VM state is BOOT > Thu Feb 13 16:10:21 2014 [VMM][I]: Generating deployment file: > /var/lib/one/vms/119/deployment.0 > Thu Feb 13 16:10:22 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:10:22 2014 [VMM][I]: Successfully execute network driver > operation: pre. > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo mv > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz" > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz.1392325823" 2> > /dev/null; true". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo ln -sf > "/vz/one/datastores/0/119/disk.0" > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz"". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > /usr/sbin/vzctl create 1119 --layout ploop --ostemplate "debian-7.0-x86_64" > --private "/vz/one/datastores/0/119/private" --root > "/vz/one/datastores/0/119/root"". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > /usr/sbin/vzctl set 1119 --diskspace 2G:2.2G --save". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo tar -cf > "/vz/one/datastores/0/119/disk.0" --gzip -Sp -C > "/vz/one/datastores/0/119/private" . --ignore-failed-read". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo rm -f > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz"". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo mv > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz.1392325823" > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz" 2> /dev/null; true". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo cp > "/vz/one/datastores/0/119/vm_conf" "/etc/vz/conf/1119.conf"". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Not performing > contextualization, no context given. > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo chown > 1001:1001 -R /vz/one/datastores/0/119/private". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > /usr/sbin/vzctl start 1119". > Thu Feb 13 16:11:02 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo chown > 1001:1001 /vz/one/datastores/0/119/root". > Thu Feb 13 16:11:02 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:11:02 2014 [VMM][I]: Successfully execute virtualization > driver operation: deploy. > Thu Feb 13 16:11:02 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:11:02 2014 [VMM][I]: Successfully execute network driver > operation: post. > Thu Feb 13 16:11:02 2014 [LCM][I]: New VM state is RUNNING > Thu Feb 13 16:12:25 2014 [LCM][I]: New VM state is SHUTDOWN > Thu Feb 13 16:12:30 2014 [VMM][I]: shutdown: Executed "/usr/bin/sudo > /usr/sbin/vzctl stop 1119". > Thu Feb 13 16:12:30 2014 [VMM][I]: shutdown: Executed "/usr/bin/sudo tar > -cf "/vz/one/datastores/0/119/disk.0" --gzip -Sp -C > "/vz/one/datastores/0/119/private" . --ignore-failed-read". > Thu Feb 13 16:12:30 2014 [VMM][I]: shutdown: Executed "/usr/bin/sudo chown > $(id -u):$(id -g) "/vz/one/datastores/0/119/disk.0"". > Thu Feb 13 16:12:30 2014 [VMM][I]: shutdown: Executed "/usr/bin/sudo > /usr/sbin/vzctl destroy 1119". > Thu Feb 13 16:12:30 2014 [VMM][I]: shutdown: Executed "/usr/bin/sudo rm -f > "/etc/vz/conf/1119.conf.destroyed"". > Thu Feb 13 16:12:30 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:12:30 2014 [VMM][I]: Successfully execute virtualization > driver operation: shutdown. > Thu Feb 13 16:12:30 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:12:30 2014 [VMM][I]: Successfully execute network driver > operation: clean. > Thu Feb 13 16:12:30 2014 [LCM][I]: New VM state is EPILOG > Thu Feb 13 16:12:32 2014 [DiM][I]: New VM state is DONE > alexopn@ubuntuOpNeb:~$ cat /var/log/one/118.log > Thu Feb 13 15:52:28 2014 [DiM][I]: New VM state is ACTIVE. > Thu Feb 13 15:52:28 2014 [LCM][I]: New VM state is PROLOG. > Thu Feb 13 15:52:28 2014 [VM][I]: Virtual Machine has no context > Thu Feb 13 15:53:22 2014 [LCM][I]: New VM state is BOOT > Thu Feb 13 15:53:22 2014 [VMM][I]: Generating deployment file: > /var/lib/one/vms/118/deployment.0 > Thu Feb 13 15:53:23 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 15:53:23 2014 [VMM][I]: Successfully execute network driver > operation: pre. > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo mv > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz" > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz.1392324805" 2> > /dev/null; true". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo ln -sf > "/vz/one/datastores/0/118/disk.0" > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz"". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > /usr/sbin/vzctl create 1118 --layout ploop --ostemplate "debian-7.0-x86_64" > --private "/vz/one/datastores/0/118/private" --root > "/vz/one/datastores/0/118/root"". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > /usr/sbin/vzctl set 1118 --diskspace 2G:2.2G --save". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo tar -cf > "/vz/one/datastores/0/118/disk.0" --gzip -Sp -C > "/vz/one/datastores/0/118/private" . --ignore-failed-read". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo rm -f > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz"". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo mv > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz.1392324805" > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz" 2> /dev/null; true". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo cp > "/vz/one/datastores/0/118/vm_conf" "/etc/vz/conf/1118.conf"". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Not performing > contextualization, no context given. > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo chown > 1001:1001 -R /vz/one/datastores/0/118/private". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > /usr/sbin/vzctl start 1118". > Thu Feb 13 15:54:25 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo chown > 1001:1001 /vz/one/datastores/0/118/root". > Thu Feb 13 15:54:25 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 15:54:25 2014 [VMM][I]: Successfully execute virtualization > driver operation: deploy. > Thu Feb 13 15:54:25 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 15:54:25 2014 [VMM][I]: Successfully execute network driver > operation: post. > Thu Feb 13 15:54:25 2014 [LCM][I]: New VM state is RUNNING > Thu Feb 13 15:58:50 2014 [LCM][I]: New VM state is SAVE_STOP > Thu Feb 13 15:59:07 2014 [VMM][I]: save: Executed "/usr/bin/sudo > /usr/sbin/vzctl chkpnt 1118 --dumpfile > /vz/one/datastores/0/118/checkpoint". > Thu Feb 13 15:59:07 2014 [VMM][I]: save: Executed "/usr/bin/sudo chown > oneadmin:oneadmin /vz/one/datastores/0/118/checkpoint". > Thu Feb 13 15:59:07 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 15:59:07 2014 [VMM][I]: Successfully execute virtualization > driver operation: save. > Thu Feb 13 15:59:07 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 15:59:07 2014 [VMM][I]: Successfully execute network driver > operation: clean. > Thu Feb 13 15:59:07 2014 [LCM][I]: New VM state is EPILOG_STOP > Thu Feb 13 15:59:12 2014 [DiM][I]: New VM state is STOPPED > Thu Feb 13 15:59:38 2014 [DiM][I]: New VM state is PENDING. > Thu Feb 13 15:59:58 2014 [DiM][I]: New VM state is ACTIVE. > Thu Feb 13 15:59:58 2014 [LCM][I]: New VM state is PROLOG. > Thu Feb 13 16:00:06 2014 [LCM][I]: New VM state is BOOT > Thu Feb 13 16:00:06 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:00:06 2014 [VMM][I]: Successfully execute network driver > operation: pre. > Thu Feb 13 16:00:07 2014 [VMM][I]: Command execution fail: > /vz/one/scripts/vmm/ovz/restore '1118' > '/vz/one/datastores/0/118/checkpoint' 'ubuntu' 118 ubuntu > Thu Feb 13 16:00:07 2014 [VMM][E]: deployment filename not found during > restore > Thu Feb 13 16:00:07 2014 [VMM][I]: /vz/one/scripts/vmm/ovz/restore:75:in > `initialize': No such file or directory - ./deployment. (Errno::ENOENT) > Thu Feb 13 16:00:07 2014 [VMM][I]: from > /vz/one/scripts/vmm/ovz/restore:75:in `new' > Thu Feb 13 16:00:07 2014 [VMM][I]: from > /vz/one/scripts/vmm/ovz/restore:75:in `<main>' > Thu Feb 13 16:00:07 2014 [VMM][I]: ExitCode: 1 > Thu Feb 13 16:00:07 2014 [VMM][I]: Failed to execute virtualization driver > operation: restore. > Thu Feb 13 16:00:07 2014 [VMM][E]: Error restoring VM: deployment filename > not found during restore > Thu Feb 13 16:00:07 2014 [LCM][I]: Fail to boot VM. New VM state is > EPILOG_STOP > Thu Feb 13 16:00:12 2014 [DiM][I]: New VM state is STOPPED > Thu Feb 13 16:06:17 2014 [DiM][I]: New VM state is PENDING. > Thu Feb 13 16:06:28 2014 [DiM][I]: New VM state is ACTIVE. > Thu Feb 13 16:06:28 2014 [LCM][I]: New VM state is PROLOG. > Thu Feb 13 16:06:28 2014 [VM][I]: Virtual Machine has no context > Thu Feb 13 16:07:08 2014 [LCM][I]: New VM state is BOOT > Thu Feb 13 16:07:08 2014 [VMM][I]: Generating deployment file: > /var/lib/one/vms/118/deployment.2 > Thu Feb 13 16:07:09 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:07:09 2014 [VMM][I]: Successfully execute network driver > operation: pre. > Thu Feb 13 16:07:09 2014 [VMM][E]: vm_conf file /etc/vz/conf/1118.conf > already exists > Thu Feb 13 16:07:09 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:07:09 2014 [VMM][I]: Successfully execute virtualization > driver operation: deploy. > Thu Feb 13 16:07:09 2014 [VMM][I]: ExitCode: 0 > Thu Feb 13 16:07:09 2014 [VMM][I]: Successfully execute network driver > operation: post. > Thu Feb 13 16:07:09 2014 [LCM][I]: New VM state is RUNNING > Thu Feb 13 16:07:37 2014 [LCM][I]: New VM state is SHUTDOWN > Thu Feb 13 16:07:38 2014 [VMM][I]: Command execution fail: > /vz/one/scripts/vmm/ovz/shutdown '-' 'ubuntu' 118 ubuntu > Thu Feb 13 16:07:38 2014 [VMM][E]: shutdown: Command "/usr/bin/sudo > /usr/sbin/vzctl stop -" failed. > Thu Feb 13 16:07:38 2014 [VMM][E]: shutdown: Bad CT ID - > Thu Feb 13 16:07:38 2014 [VMM][E]: Bad CT ID - > Thu Feb 13 16:07:38 2014 [VMM][E]: > Thu Feb 13 16:07:38 2014 [VMM][I]: ExitCode: 21 > Thu Feb 13 16:07:38 2014 [VMM][I]: Failed to execute virtualization driver > operation: shutdown. > Thu Feb 13 16:07:38 2014 [VMM][E]: Error shutting down VM: Bad CT ID - > Thu Feb 13 16:07:38 2014 [LCM][I]: Fail to shutdown VM. Assuming that the > VM is still RUNNING (will poll VM). > Thu Feb 13 16:08:48 2014 [LCM][I]: New VM state is CLEANUP. > Thu Feb 13 16:08:48 2014 [DiM][I]: New VM state is DONE > Thu Feb 13 16:08:48 2014 [VMM][W]: Ignored: LOG I 118 Driver command for > 118 cancelled > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG I 118 Command execution > fail: /vz/one/scripts/vmm/ovz/cancel '-' 'ubuntu' 118 ubuntu > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG E 118 cancel: Command > "/usr/bin/sudo /usr/sbin/vzctl stop -" failed. > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG E 118 cancel: Bad CT ID - > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG E 118 Bad CT ID - > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG E 118 > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG I 118 ExitCode: 21 > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG I 118 Failed to execute > virtualization driver operation: cancel. > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG I 118 ExitCode: 0 > > Thu Feb 13 16:08:50 2014 [VMM][W]: Ignored: LOG I 118 Successfully execute > network driver operation: clean. > > Thu Feb 13 16:08:51 2014 [VMM][W]: Ignored: LOG I 118 Successfully execute > transfer manager driver operation: tm_delete. > > Thu Feb 13 16:08:52 2014 [VMM][W]: Ignored: LOG I 118 Successfully execute > transfer manager driver operation: tm_delete. > > Thu Feb 13 16:08:52 2014 [VMM][W]: Ignored: CLEANUP SUCCESS 118 > > alexopn@ubuntuOpNeb:~$ > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Thu, 13 Feb 2014 11:16:12 -0500 > > From: Catalina Quinde <[email protected]> > > To: users <[email protected]>, knawnd <[email protected]>, > > Nikita Balashov <[email protected]> > > Subject: Re: [one-users] Resume VM in Opennebula to OpenVZ with error > > Message-ID: > > <CAPgz++wxfvChxTSC-w0hhxwnGWtvW6pQ8iq= > > [email protected]> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Hello again, > > > > > > I resolved this, but I have another error when I made shutdown VM > > > > I have this error in log file: > > > > Thu Feb 13 10:55:05 2014 [LCM][I]: New VM state is SHUTDOWN > > Thu Feb 13 10:55:08 2014 [VMM][I]: Command execution fail: > > /vz/one/scripts/vmm/ovz/shutdown '-' 'ubuntu' 109 ubuntu > > Thu Feb 13 10:55:08 2014 [VMM][E]: shutdown: Command "/usr/bin/sudo > > /usr/sbin/vzctl stop -" failed. > > Thu Feb 13 10:55:08 2014 [VMM][E]: shutdown: Bad CT ID - > > Thu Feb 13 10:55:08 2014 [VMM][E]: Bad CT ID - > > Thu Feb 13 10:55:08 2014 [VMM][E]: > > Thu Feb 13 10:55:08 2014 [VMM][I]: ExitCode: 21 > > Thu Feb 13 10:55:08 2014 [VMM][I]: Failed to execute virtualization > driver > > operation: shutdown. > > Thu Feb 13 10:55:08 2014 [VMM][E]: Error shutting down VM: Bad CT ID - > > Thu Feb 13 10:55:08 2014 [LCM][I]: Fail to shutdown VM. Assuming that the > > VM is still RUNNING (will poll VM). > > > > Please help me. > > > > Caty. > > > > > > > Message: 3 > > > Date: Thu, 13 Feb 2014 09:44:45 -0500 > > > From: Catalina Quinde <[email protected]> > > > To: users <[email protected]>, knawnd <[email protected]>, > > > Nikita Balashov <[email protected]> > > > Subject: [one-users] Resume VM in Opennebula to OpenVZ with error > > > Message-ID: > > > < > > > capgz++xxbdgtthsdkfx4h924a+ptmy86srtgfaynrbpeyra...@mail.gmail.com> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hello friend, > > > > > > I'm using OpenVZ ver. 2.6.32-042 stab083.2 and Opennebula ver. 4.2 > > > > > > When I have a VM on Opennebula to OpenVZ in status STOP and I send > RESUME > > > of this, generates error, the datastores in OpenVZ node is mount with: > > > > > > mount -t nfs -o vers=3 192.168.147.129:/var/lib/one/datastores > > > /vz/one/datastores > > > > > > this is a log file: > > > > > > alexopn@ubuntuOpNeb:~$ cat /var/log/one/109.log > > > Thu Feb 13 08:52:07 2014 [DiM][I]: New VM state is ACTIVE. > > > Thu Feb 13 08:52:07 2014 [LCM][I]: New VM state is PROLOG. > > > Thu Feb 13 08:52:07 2014 [VM][I]: Virtual Machine has no context > > > Thu Feb 13 08:52:31 2014 [LCM][I]: New VM state is BOOT > > > Thu Feb 13 08:52:31 2014 [VMM][I]: Generating deployment file: > > > /var/lib/one/vms/109/deployment.0 > > > Thu Feb 13 08:52:31 2014 [VMM][I]: ExitCode: 0 > > > Thu Feb 13 08:52:31 2014 [VMM][I]: Successfully execute network driver > > > operation: pre. > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo mv > > > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz" > > > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz.1392299555" 2> > > > /dev/null; true". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo ln > -sf > > > "/vz/one/datastores/0/109/disk.0" > > > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz"". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > > > /usr/sbin/vzctl create 1109 --layout ploop --ostemplate > > "debian-7.0-x86_64" > > > --private "/vz/one/datastores/0/109/private" --root > > > "/vz/one/datastores/0/109/root"". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > > > /usr/sbin/vzctl set 1109 --diskspace 2G:2.2G --save". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo tar > > -cf > > > "/vz/one/datastores/0/109/disk.0" --gzip -Sp -C > > > "/vz/one/datastores/0/109/private" . --ignore-failed-read". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo rm > -f > > > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz"". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo mv > > > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz.1392299555" > > > "/var/lib/vz/template/cache/debian-7.0-x86_64.tar.gz" 2> /dev/null; > > true". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo cp > > > "/vz/one/datastores/0/109/vm_conf" "/etc/vz/conf/1109.conf"". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Not performing > > > contextualization, no context given. > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > chown > > > 1001:1001 -R /vz/one/datastores/0/109/private". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > > > /usr/sbin/vzctl start 1109". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: deploy: Executed "/usr/bin/sudo > chown > > > 1001:1001 /vz/one/datastores/0/109/root". > > > Thu Feb 13 08:53:46 2014 [VMM][I]: ExitCode: 0 > > > Thu Feb 13 08:53:46 2014 [VMM][I]: Successfully execute virtualization > > > driver operation: deploy. > > > Thu Feb 13 08:53:46 2014 [VMM][I]: ExitCode: 0 > > > Thu Feb 13 08:53:46 2014 [VMM][I]: Successfully execute network driver > > > operation: post. > > > Thu Feb 13 08:53:46 2014 [LCM][I]: New VM state is RUNNING > > > Thu Feb 13 09:11:44 2014 [LCM][I]: New VM state is SAVE_STOP > > > Thu Feb 13 09:12:52 2014 [VMM][I]: save: Executed "/usr/bin/sudo > > > /usr/sbin/vzctl chkpnt 1109 --dumpfile > > > /vz/one/datastores/0/109/checkpoint". > > > Thu Feb 13 09:12:52 2014 [VMM][I]: save: Executed "/usr/bin/sudo chown > > > oneadmin:oneadmin /vz/one/datastores/0/109/checkpoint". > > > Thu Feb 13 09:12:52 2014 [VMM][I]: ExitCode: 0 > > > Thu Feb 13 09:12:52 2014 [VMM][I]: Successfully execute virtualization > > > driver operation: save. > > > Thu Feb 13 09:12:53 2014 [VMM][I]: ExitCode: 0 > > > Thu Feb 13 09:12:53 2014 [VMM][I]: Successfully execute network driver > > > operation: clean. > > > Thu Feb 13 09:12:57 2014 [LCM][I]: New VM state is EPILOG_STOP > > > Thu Feb 13 09:13:27 2014 [DiM][I]: New VM state is STOPPED > > > Thu Feb 13 09:25:10 2014 [DiM][I]: New VM state is PENDING. > > > Thu Feb 13 09:25:39 2014 [DiM][I]: New VM state is ACTIVE. > > > Thu Feb 13 09:25:39 2014 [LCM][I]: New VM state is PROLOG. > > > Thu Feb 13 09:25:47 2014 [LCM][I]: New VM state is BOOT > > > Thu Feb 13 09:25:48 2014 [VMM][I]: ExitCode: 0 > > > Thu Feb 13 09:25:48 2014 [VMM][I]: Successfully execute network driver > > > operation: pre. > > > Thu Feb 13 09:25:48 2014 [VMM][I]: Command execution fail: > > > /vz/one/scripts/vmm/ovz/restore '/vz/one/datastores/0/109/checkpoint' > > > 'ubuntu' 109 ubuntu > > > Thu Feb 13 09:25:48 2014 [VMM][E]: deployment filename not found during > > > restore > > > Thu Feb 13 09:25:48 2014 [VMM][I]: > /vz/one/scripts/vmm/ovz/restore:75:in > > > `initialize': No such file or directory - > > > /vz/one/datastores/0/109/deployment. (Errno::ENOENT) > > > Thu Feb 13 09:25:48 2014 [VMM][I]: from > > > /vz/one/scripts/vmm/ovz/restore:75:in `new' > > > Thu Feb 13 09:25:48 2014 [VMM][I]: from > > > /vz/one/scripts/vmm/ovz/restore:75:in `<main>' > > > Thu Feb 13 09:25:48 2014 [VMM][I]: ExitCode: 1 > > > Thu Feb 13 09:25:48 2014 [VMM][I]: Failed to execute virtualization > > driver > > > operation: restore. > > > Thu Feb 13 09:25:48 2014 [VMM][E]: Error restoring VM: deployment > > filename > > > not found during restore > > > Thu Feb 13 09:25:48 2014 [LCM][I]: Fail to boot VM. New VM state is > > > EPILOG_STOP > > > Thu Feb 13 09:25:54 2014 [DiM][I]: New VM state is STOPPED > > > > > > Please help me, Thanks. > > > > > > Regards, Caty > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: < > > > > > > http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20140213/4093cd13/attachment.htm > > > > > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > Users mailing list > > > [email protected] > > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > > End of Users Digest, Vol 72, Issue 49 > > > ************************************* > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > > > http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20140213/ba2ab940/attachment.html > > > > > > > ------------------------------ > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > End of Users Digest, Vol 72, Issue 50 > > ************************************* > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20140213/d1a3c85f/attachment.htm > > > > ------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > End of Users Digest, Vol 72, Issue 51 > ************************************* >
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
