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
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
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
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
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
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;
***
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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.
__
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
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
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
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
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
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
27 matches
Mail list logo