Re: [Openstack] can instances be resized?

2013-08-30 Thread Ritesh Nanda
using cloud-initramfs-growroot might help you. This package adds functionality to an initramfs built by initramfs-tools. When installed, the initramfs will repartition a disk to make the root volume consume all space that follows it. On Fri, Aug 30, 2013 at 11:45 AM, Mark Chaney wrote: > I am

Re: [Openstack] can instances be resized?

2013-08-30 Thread laclasse
That is correct, it does. Takes care of extending the rootfs of the instance according to the flavours (sizes of VM) that you are defining/modifying or using the pre-defined ones. See http://docs.openstack.org/trunk/openstack-ops/content/flavors.html On Fri, Aug 30, 2013 at 7:15 AM, Mark Chaney w

Re: [Openstack] can instances be resized?

2013-08-30 Thread Mark Chaney
That sounds like I would then have to start maintaing my own templates. Does that sound right? Im quite surprised this type of functionality isnt just there by default. Why would someone NOT want it? On 2013-08-30 02:03, Ritesh Nanda wrote: using cloud-initramfs-growroot might help you. This

Re: [Openstack] can instances be resized?

2013-08-30 Thread Mark Chaney
Thanks for that tip and link. Can you only change flavors of an instance or can you granularly adjust an intense? If I cant,that means I have to make a flavor for every little custom difference to an existing flavor? On 2013-08-30 02:18, laclasse wrote: That is correct, it does. Takes care of

Re: [Openstack] can instances be resized?

2013-08-30 Thread laclasse
not dynamically no. You can launch new and additional instances of different flavours across the same cloud (scale out), but "scale in" the instances dynamically is not supported by default atm. On Fri, Aug 30, 2013 at 8:46 AM, Mark Chaney wrote: > Thanks for that tip and link. Can you only chang

[Openstack] [Folsom] Location field empty in Glance when instance to image

2013-08-30 Thread Toni F. [ackstorm]
Hi all, With a running boot-from-volume instance backed in ceph, i launch command to create an image from instance. All seems to work fine but if i look in bdd i notice that location is empty mysql> select * from images where id="b7674970-5d60-41da-bbb9-2ef10955fbbe" \G; ***

Re: [Openstack] Unable to see xen in controller

2013-08-30 Thread Jitendra Bhaskar
Can anybody let me know hot to proceed ? On Fri, Aug 23, 2013 at 5:17 PM, Jitendra Bhaskar wrote: > Hi All, > > I have openstack(Grizzly) setup with two compute , one network(quantum) > and one controller. I configured one more compute over XCP(1.6). Able to > see in control with commant : nova

[Openstack] Block storage connections are NOT restored on system reboot for stopped instances

2013-08-30 Thread Brano Zarnovican
Hi, if an instance has attached EBS, you stop it and subsequently reboot the whole compute node, then you won't be able to start the instance again. iSCSI sessions are not re-established by nova-compute for stopped instances (only for instances which should be running). If you then invoke "euca-st

Re: [Openstack] Quantum Help

2013-08-30 Thread Guilherme Russi
Hey guys, how do I apply this fix? Thank you. 2013/8/29 Joshua Skains > Creating symlink /var/lib/dkms/openvswitch/1.4.0/source -> > /usr/src/openvswitch-1.4.0 > > DKMS: add completed. > > Kernel preparation unnecessary for this kernel. Skipping... > > Building module: > clea

Re: [Openstack] VMs won't ping

2013-08-30 Thread RANJIT
HI, Some time back, i got the same error in my setup. See this link for discussion: https://bugs.launchpad.net/neutron/+bug/1180734 Thanks & Regards Ranjit Ranjan On Fri, Aug 30, 2013 at 4:07 AM, Joshua Skains wrote: > I can get a VM up. It seems to talk to the MetaData server. But I can no

Re: [Openstack] VMs won't ping

2013-08-30 Thread Joshua Skains
This is where I am concerned something is broke with Quantum. It appears it has an issue creating this br-tun using ovs-vsctl. And what I am concerned about is that the br-tun is not getting created, but it is getting a new ID in the database, so when the second part tries to attach the routers

Re: [Openstack] VMs won't ping

2013-08-30 Thread Joshua Skains
That did it…. Holy heck. There are some bugs in the docs I was using. JMS From: RANJIT mailto:ranjit.sas...@gmail.com>> Date: Friday, August 30, 2013 8:48 AM To: Joshua Skains mailto:joshua.ska...@evault.com>> Cc: Mark Lehrer mailto:m...@knm.org>>, "Gangur, Hrushikesh (HP Converged Cloud - R&D -

[Openstack] Quantum and DNS

2013-08-30 Thread Joshua Skains
I noticed that I do have connectivity, etc. Quantum is doing its part, But the auto-DNS management I saw in FlatDHCP is not happening. ubuntu@jskains-test1:~$ sudo su - sudo: unable to resolve host jskains-test1 root@jskains-test1:~# I noticed it is pointed to 8.8.8.8 directly in resolv.conf, an

Re: [Openstack] Unable to see xen in controller

2013-08-30 Thread Bob Ball
I'd check what's happening from the nova side; the logs should tell you what it's reporting back in terms of the CPU, disk and memory. Bob From: Jitendra Bhaskar [mailto:jeetuind...@gmail.com] Sent: 30 August 2013 12:07 To: openstack@lists.openstack.org Subject: Re: [Openstack] Unable to see xen

Re: [Openstack] [Grizzly] Unable to reboot instance after Migrate

2013-08-30 Thread Guilherme Russi
Hello Happy, these are my logs: 2013-08-30 14:42:51.402 12667 AUDIT nova.compute.resource_tracker [-] Auditing locally available compute resources 2013-08-30 14:42:51.562 12667 ERROR nova.virt.libvirt.driver [-] Getting disk size of instance-0084: [Errno 2] No such file or directory: '/var/lib

[Openstack] Is "melange" alive or dead?

2013-08-30 Thread Shane Gibson
I came across this interesting "officially incubated" project for OpenStack called "Melange". In a nutshell:c "Melange is intended to provide network information services for use across OpenStack services." However, it appears the project is ... well, dead. The last code check-ins w

Re: [Openstack] Is "melange" alive or dead?

2013-08-30 Thread Wayne A. Walls
Hey Shane, melange and quantum have essentially merged into one project, neutron. There's some history there, but I believe neutron will provide what you're looking for. Cheers, wayne > On 30 Aug 2013, at 17:49, Shane Gibson wrote: > > > I came across this interesting "officially incuba

Re: [Openstack] Is "melange" alive or dead?

2013-08-30 Thread Shane Gibson
Got it - thx for the reply, Wayne (and to racker Justin Hammond as well)... Guess that was a great naming "miss" ... Melatum ... or Qualange ... boo ... ~~shane > -Original Message- > From: Wayne A. Walls [mailto:wa...@openstack.org] > Sent: Friday, August 30, 2013 4:26 PM > To: Shan

Re: [Openstack] [Folsom] Location field empty in Glance when instance to image

2013-08-30 Thread Josh Durgin
On 08/30/2013 03:32 AM, Toni F. [ackstorm] wrote: Hi all, With a running boot-from-volume instance backed in ceph, i launch command to create an image from instance. All seems to work fine but if i look in bdd i notice that location is empty mysql> select * from images where id="b7674970-5d60-4

Re: [Openstack] incremental backups when using ceph

2013-08-30 Thread Josh Durgin
On 08/29/2013 11:13 PM, Mark Chaney wrote: Full disclosure, I have zero experience with openstack so far. If I am going to use a Ceph RBD cluster to store my guest instances, how should I be doing backups? 1) I would prefer them to be incremental so that a whole backup doesnt have to happen eve

[Openstack] can swift create child container?

2013-08-30 Thread pangj
I know for swift the sotrage url could be: http://swift.example.com:8080/AUTH_user/myfiles/myobject But if I want a subdir under the container, for example, http://swift.example.com:8080/AUTH_user/myfiles/mydir/myobject How will we do this? Thanks. __

Re: [Openstack] can swift create child container?

2013-08-30 Thread Kyle Kelley
pangj, The object names (full "path" so to speak) are actually just keys in the key-value sense. Depending on how you are accessing the objects, just make Let's say you're using python-swiftclient to post an object Instead of put_object(*container*, *"myobject"*, *contents*) Make the key/direc

Re: [Openstack] can swift create child container?

2013-08-30 Thread Jonathan Lu
Hi, pangj, There is no sub-container in swift. Instead you can use prefix to save the objects, something like this: http://swift.example.com:8080/AUTH_user/myfiles/mydir/object_prefix/object If you use Cyberduck to view the container, the prefix 'object_prefix' will be show as

Re: [Openstack] can swift create child container?

2013-08-30 Thread pangj
Thanks for the helps. Let's say you're using python-swiftclient to post an object Instead of put_object(/container/, /"myobject"/, /contents/) Make the key/directory "mydir" come before "myobject" put_object(/container/, /"mydir/myobject"/, /contents/) Ok, so this isn't a subcontainer. It's r

Re: [Openstack] Attach CD/DVDROM to instance

2013-08-30 Thread Martinx - ジェームズ
Hi! >From my Ubuntu Desktop, I can easily access my OpenStack Compute nodes and its Instances with Virt-Manager... Also, from root user at your compute node, your probably can use the command "virsh edit instance-xxx" to add the CD... My Hypervisors (Compute nodes) are based on Ubuntu 12.04

Re: [Openstack] Is "melange" alive or dead?

2013-08-30 Thread Matt Dietz
Hey Shane, For what it's worth, it's still "alive" in the sense that we're using it at Rackspace, and push out commits on occasion. You can find newer commits here: https://github.com/rackerlabs/melange With that said, we want to go to Neutron ourselves, so I'll second what Wayne

Re: [Openstack] can swift create child container?

2013-08-30 Thread Remo Mattei
As far as I know you cannot have this container inside a container Inviato da iPad () Il giorno Aug 30, 2013, alle ore 18:41, pangj ha scritto: > I know for swift the sotrage url could be: > http://swift.example.com:8080/AUTH_user/myfiles/myobject > > But if I want a subdir under the contain