[openstack-dev] [nova] How are vcpu's, ram mapped with an instance

2015-04-07 Thread Abhishek Talwar/HYD/TCS
Hi Folks, When we boot an instance and assign a flavor to it, how are the vcpu's, ram given to the instance. Actually the question is this while creating an instance we must be assigning it some Vcpu's according to the flavor we gave to the instance. So where are these Vcpu's placed and how

Re: [openstack-dev] [nova] How are vcpu's, ram mapped with an instance

2015-04-07 Thread Henrique Truta
Hi Abhishek, You can change it directly using KVM/Qemu command line. However, nova probably won't be notified and the information on the database will be outdated. Em ter, 7 de abr de 2015 às 06:04, Abhishek Talwar/HYD/TCS abhishek.tal...@tcs.com escreveu: Hi Folks, When we boot an instance

Re: [openstack-dev] [nova] How are vcpu's, ram mapped with an instance

2015-04-07 Thread Steve Gordon
- Original Message - From: Abhishek Talwar/HYD/TCS abhishek.tal...@tcs.com To: openstack-dev@lists.openstack.org Hi Folks, When we boot an instance and assign a flavor to it, how are the vcpu's, ram given to the instance. Actually the question is this while creating an instance