No files in /var/lib/nova/instances

Asked by R. Krishna Kumar

Hi,

We were trying to configure live migration in our openstack installed in Ubuntu 11.04 machine on VMware hypervisor. When we tried to configure the NFS share, we checked the /var/lib/nova/instances folder. This folder was empty. When browsing the internet, we found that a folder (_base) will be created in here whenever an instance is launched. Can you tell us why there is no such folder created. Is it because we are using VMware hypervisor and this will be available only in KVM?

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
R. Krishna Kumar
Solved:
Last query:
Last reply:
Revision history for this message
Vish Ishaya (vishvananda) said :
#1

_base is only created when using the libvirt driver.

On Nov 1, 2011, at 11:01 PM, kkumar12 wrote:

> New question #177225 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/177225
>
> Hi,
>
> We were trying to configure live migration in our openstack installed in Ubuntu 11.04 machine on VMware hypervisor. When we tried to configure the NFS share, we checked the /var/lib/nova/instances folder. This folder was empty. When browsing the internet, we found that a folder (_base) will be created in here whenever an instance is launched. Can you tell us why there is no such folder created. Is it because we are using VMware hypervisor and this will be available only in KVM?
>
> Thanks.
>
> --
> You received this question notification because you are a member of Nova
> Core, which is an answer contact for OpenStack Compute (nova).

Revision history for this message
R. Krishna Kumar (krishna-kumar2) said :
#2

Thanks. Got the point.