Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-16 Thread laserjetyang
try to follow this link to upload an image to your glance, and the create instance based on this image. http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/images-verifying-install.html On Wed, Jul 17, 2013 at 2:50 PM, Jake G. wrote: > Dont have any templates to create from

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread laserjetyang
? > > Thanks! > > > ------ > *From:* laserjetyang > > *To:* Jake G. > *Cc:* "openstack@lists.launchpad.net" > *Sent:* Wednesday, July 17, 2013 3:53 PM > > *Subject:* Re: [Openstack] [Grizzly] Instance has no available HDD > > try to fo

Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread laserjetyang
In my understanding, the iso in the template is for liveCD style, so there is no hard drive file created. On Wednesday, July 17, 2013, Jake G. wrote: > No i am saying the code for a HDD device is not in the libvirt.xml only > cdrom > > > > > > > > > > -- > *From:* M

Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread laserjetyang
yes, so NFS won't achieve good performance On Thu, Jul 18, 2013 at 3:01 PM, Jake G. wrote: > Hi All, > > Wondering how to setup Nova to storage all instances on a NFS server? > Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ > directory? > > Thanks! > Jake > > __

Re: [Openstack] Delete orphaned floating ip

2013-07-18 Thread laserjetyang
I will do it by entering database On Fri, Jul 19, 2013 at 1:21 PM, Jake G. wrote: > Hi all, > > I have a orphaned floating IP I am unable to delete. > > # nova floating-ip-list > +-+-+--++ > | Ip | Instance Id | Fixed Ip | Pool

Re: [Openstack] VM monitoring design brainstorm

2013-07-21 Thread laserjetyang
you were actually asking a application level monitoring, and I am afraid OpenStack is not very good at monitoring at this level. I usually monitor those common applications (mysql, tomcat) through some other third party monitoring tools. On Sun, Jul 21, 2013 at 1:33 PM, Peter Cheung wrote: > Hi

Re: [Openstack] manage personal instance from openstack

2013-07-27 Thread laserjetyang
it looks like you have an old environment and want to transfer all the instance to your openstack environment. I used to do this for KVM instance by writing some scripts in nova-network environment. On Sun, Jul 28, 2013 at 12:03 PM, Deepak Jeswani1 wrote: > Hi Jay, > > Many thanks for your promp