Hi Peeyush,
You need to add a db migration file in
nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/, named with a number
prefix bigger than the existing files.
After then, You need to execute the command "nova-manage db sync".
On 2013-09-02 17:01 , Peeyush Gupta wrote:
Hi,
I have be
Hi yong,
It seems you didn't mount all of the 'cpuacct', 'devices' & 'memory' cgroups.
You can see If you missed mounting one of them in the cgroup dir
"/sys/fs/cgroup" or execute command "mount" to see which cgroup you mounted.
Thanks
On 2013-08-11 15:31 , 刁民 wrote:
hello
I have a problem wh