[openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-03 Thread Tuan Luong
Hi, When we try to add ephemeral disk in booting instance, as we know that it will create disk.local and the backing file in _base. Both of them are referred to the ephemeral disk. When nova reports the disk usage of compute, does it count both of them for the used disk? What I see in the resou

Re: [openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-03 Thread Jay Pipes
On 08/03/2016 04:35 AM, Tuan Luong wrote: Hi, When we try to add ephemeral disk in booting instance, as we know that it will create disk.local and the backing file in _/base. Both of them are referred to the ephemeral disk. When nova reports the disk usage of compute, does it count both of them

Re: [openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-03 Thread Tuan Luong
-Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: August 03, 2016 14:53 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Nova] Nova compute reports the disk usage On 08/03/2016 04:35 AM, Tuan Luong wrote: > Hi, > > When we try to add ephemera

Re: [openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-03 Thread Chris Friesen
On 08/03/2016 09:13 AM, Tuan Luong wrote: Hi Jay, Thank you for the reply. Actually, I did ask this question to make sure that everything is still going well with disk usage report of Nova. We had the problem related to wrong report (IMHO it is wrong). The situation is below: - We launch an inst

Re: [openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-04 Thread Tuan Luong
- From: Chris Friesen [mailto:chris.frie...@windriver.com] Sent: August 03, 2016 18:34 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Nova] Nova compute reports the disk usage On 08/03/2016 09:13 AM, Tuan Luong wrote: > Hi Jay, Thank you for the reply. Actually, I did

Re: [openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-04 Thread Chris Friesen
On 08/04/2016 02:42 AM, Tuan Luong wrote: Hi Chris, Yes we used qcow image. However I still have something not clear. What I know is that: - disk_available_least = free_disk - disk_over_commit - disk_over_commit = int(virt_size) - physical_disk_size Before launching: - free_disk = 1025 - disk

Re: [openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-04 Thread Tuan Luong
disk_over_commit. I will check this situation later. Btw, thank you for your help. Tuan -Original Message- From: Chris Friesen [mailto:chris.frie...@windriver.com] Sent: August 04, 2016 15:57 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Nova] Nova compute reports the disk

Re: [openstack-dev] [Nova] Nova compute reports the disk usage

2016-08-08 Thread Tuan Luong
. Tuan -Original Message- From: Chris Friesen [mailto:chris.frie...@windriver.com] Sent: August 04, 2016 15:57 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Nova] Nova compute reports the disk usage On 08/04/2016 02:42 AM, Tuan Luong wrote: Hi Chris, Yes we used