openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #15458
Re: Cannot pass hint to Nova Scheduler
On 08/03/2012 09:28 AM, Heng Xu wrote:
> Another questions is, I can get all the status of a computing node in the mysql nova database, and select * from compute_node, but now I am using json filter, the only field I have success with now is the free_ram_db, if my hint uses free_disk_gb, then I always get error, but the database is showing my compute node has $free_disk_gb equal 17, so I was wondering, where to find exactly what kind of json field can use in json filter, thanks in advance
The nova.scheduler.host_manager.HostState class is what is checked for
attributes, not the ComputeNode model. So, you need to use
"$free_disk_mb", not "free_disk_gb".
Best,
-jay
Follow ups
References
-
Cannot pass hint to Nova Scheduler
From: Heng Xu, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Joseph Suh, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Heng Xu, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Pengjun Pan, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Heng Xu, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Heng Xu, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Pengjun Pan, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Heng Xu, 2012-08-02
-
Re: Cannot pass hint to Nova Scheduler
From: Jay Pipes, 2012-08-03
-
Re: Cannot pass hint to Nova Scheduler
From: Heng Xu, 2012-08-03
-
Re: Cannot pass hint to Nova Scheduler
From: Heng Xu, 2012-08-03