VMware Cloud Community
RahulKMNair
Enthusiast
Enthusiast
Jump to solution

Enabling "make allocation pool org vdcs elastic" option in vcd 8

Hello,

I checked the option "make allocation pool org vdcs elastic" in vcloud director 8 and saved settings. But it's still showing unchecked. Please help me to enable the option.

Reply
0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

Check the current status of Elastic pool from DB

Select * from config where name = 'compute.allocationpool.elastic'


To enable it - UPDATE dbo.config SET value ='true' where name = 'compute.allocationpool.elastic'

View solution in original post

Reply
0 Kudos
3 Replies
admin
Immortal
Immortal
Jump to solution

Check the current status of Elastic pool from DB

Select * from config where name = 'compute.allocationpool.elastic'


To enable it - UPDATE dbo.config SET value ='true' where name = 'compute.allocationpool.elastic'

Reply
0 Kudos
RahulKMNair
Enthusiast
Enthusiast
Jump to solution

Hello,

I have checked database and found that the value is already true, it means its already enabled right? Not sure why its not showing in web interface.

Reply
0 Kudos
admin
Immortal
Immortal
Jump to solution

Disable and enable it back.

Reply
0 Kudos